The Swift Package Index logo.Swift Package Index

Build Information

Successful build of mysql-nio, reference 1.9.1 (7fa853), with Swift 6.1 for macOS (SPM) on 18 Feb 2026 10:02:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/mysql-nio.git
Reference: 1.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/mysql-nio
 * tag               1.9.1      -> FETCH_HEAD
HEAD is now at 7fa8530 Widen pin on swift-crypto dependency (#120)
Cloned https://github.com/vapor/mysql-nio.git
Revision (git rev-parse @):
7fa853040169b604a16b963f23b481772f4ac181
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/mysql-nio.git at 1.9.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/mysql-nio.git
https://github.com/vapor/mysql-nio.git
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "mysql-nio",
  "name" : "mysql-nio",
  "path" : "/Users/admin/builder/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" : "MySQLNIO",
      "targets" : [
        "MySQLNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MySQLNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "MySQLNIOTests",
      "path" : "Tests/MySQLNIOTests",
      "sources" : [
        "MySQLNIOTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "MySQLNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MySQLNIO",
      "module_type" : "SwiftTarget",
      "name" : "MySQLNIO",
      "path" : "Sources/MySQLNIO",
      "product_dependencies" : [
        "Algorithms",
        "_CryptoExtras",
        "Crypto",
        "Logging",
        "NIO",
        "NIOSSL"
      ],
      "product_memberships" : [
        "MySQLNIO"
      ],
      "sources" : [
        "Exports.swift",
        "MySQLConnection.swift",
        "MySQLConnectionHandler.swift",
        "MySQLData.swift",
        "MySQLDataConvertible.swift",
        "MySQLDatabase.swift",
        "MySQLError.swift",
        "MySQLQueryCommand.swift",
        "MySQLRow.swift",
        "MySQLSimpleQueryCommand.swift",
        "MySQLTime.swift",
        "Packet/MySQLPacket.swift",
        "Packet/MySQLPacketDecoder.swift",
        "Packet/MySQLPacketEncoder.swift",
        "Packet/MySQLPacketSequence.swift",
        "Protocol/MySQLProtocol+BinaryResultSetRow.swift",
        "Protocol/MySQLProtocol+COM_QUERY.swift",
        "Protocol/MySQLProtocol+COM_QUERY_Response.swift",
        "Protocol/MySQLProtocol+COM_QUIT.swift",
        "Protocol/MySQLProtocol+COM_STMT_CLOSE.swift",
        "Protocol/MySQLProtocol+COM_STMT_EXECUTE.swift",
        "Protocol/MySQLProtocol+COM_STMT_PREPARE.swift",
        "Protocol/MySQLProtocol+COM_STMT_PREPARE_OK.swift",
        "Protocol/MySQLProtocol+CapabilityFlags.swift",
        "Protocol/MySQLProtocol+CharacterSet.swift",
        "Protocol/MySQLProtocol+ColumnDefinition41.swift",
        "Protocol/MySQLProtocol+ColumnFlags.swift",
        "Protocol/MySQLProtocol+DataType.swift",
        "Protocol/MySQLProtocol+ERR_Packet.swift",
        "Protocol/MySQLProtocol+ErrorCode.swift",
        "Protocol/MySQLProtocol+HandshakeResponse41.swift",
        "Protocol/MySQLProtocol+HandshakeV10.swift",
        "Protocol/MySQLProtocol+NullBitmap.swift",
        "Protocol/MySQLProtocol+OK_Packet.swift",
        "Protocol/MySQLProtocol+SSLRequest.swift",
        "Protocol/MySQLProtocol+StatusFlags.swift",
        "Protocol/MySQLProtocol+TextResultSetRow.swift",
        "Protocol/MySQLProtocol.swift",
        "Utilities/CryptoUtils.swift",
        "Utilities/NIOUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/808] Write sources
[6/808] Copying PrivacyInfo.xcprivacy
[12/808] Write sources
[12/808] Copying PrivacyInfo.xcprivacy
[12/808] Write sources
[27/808] Compiling CNIOWindows WSAStartup.c
[27/808] Compiling CNIOWindows shim.c
[29/808] Compiling CNIOWASI CNIOWASI.c
[30/808] Compiling CNIOLinux shim.c
[31/808] Compiling CNIOOpenBSD shim.c
[31/808] Compiling CNIOLinux liburing_shims.c
[33/808] Compiling _NumericsShims _NumericsShims.c
[34/808] Write swift-version-2F0A5646E1D333AE.txt
[35/808] Compiling fiat_p256_adx_sqr.S
[36/808] Compiling fiat_curve25519_adx_square.S
[37/808] Compiling fiat_curve25519_adx_mul.S
[38/808] Compiling fiat_p256_adx_mul.S
[39/808] Compiling _AtomicsShims.c
[40/808] Compiling CNIOPosix event_loop_id.c
[41/865] Compiling CNIODarwin shim.c
[42/951] Compiling CNIOBoringSSLShims shims.c
[44/951] Compiling RealModule RealFunctions.swift
[45/952] Compiling RealModule Float80+Real.swift
[46/952] Compiling RealModule Real.swift
[47/952] Emitting module RealModule
[48/952] Compiling RealModule Float16+Real.swift
[49/952] Compiling RealModule Double+Real.swift
[50/952] Compiling Crypto AES-GCM.swift
[51/952] Compiling Crypto AES-GCM_boring.swift
[52/952] Compiling RealModule AugmentedArithmetic.swift
[53/952] Compiling RealModule RelaxedArithmetic.swift
[54/952] Compiling RealModule Float+Real.swift
[55/952] Compiling RealModule ElementaryFunctions.swift
[56/952] Compiling _NIODataStructures PriorityQueue.swift
[57/952] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[58/952] Compiling Crypto X25519Keys.swift
[59/952] Compiling Crypto SymmetricKeys.swift
[60/952] Compiling Crypto Ed25519Keys.swift
[61/952] Compiling Crypto NISTCurvesKeys.swift
[62/952] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/953] Emitting module _NIOBase64
[64/953] Compiling _NIOBase64 Base64.swift
[65/953] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[66/979] Compiling Algorithms Indexed.swift
[67/979] Compiling Algorithms Intersperse.swift
[68/979] Compiling Algorithms AdjacentPairs.swift
[69/979] Compiling Algorithms Chain.swift
[70/979] Compiling Algorithms Suffix.swift
[71/979] Compiling Algorithms Trim.swift
[72/979] Emitting module InternalCollectionsUtilities
[73/979] Compiling Algorithms Partition.swift
[74/979] Compiling Algorithms Permutations.swift
[75/979] Compiling Algorithms Chunked.swift
[76/979] Compiling Algorithms Grouped.swift
[76/979] Compiling tls_record.cc
[77/979] Compiling tls_method.cc
[79/995] Compiling DequeModule _DequeBufferHeader.swift
[80/995] Compiling DequeModule _DequeBuffer.swift
[81/995] Compiling DequeModule _DequeSlot.swift
[82/996] Compiling _NIODataStructures _TinyArray.swift
[83/996] Compiling _NIODataStructures Heap.swift
[84/996] Emitting module _NIODataStructures
[85/996] Compiling Logging Locks.swift
[86/996] Emitting module Logging
[87/996] Compiling Logging LogHandler.swift
[88/996] Compiling Logging MetadataProvider.swift
[89/996] Compiling Logging Logging.swift
[90/996] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/996] Compiling DequeModule Deque+Descriptions.swift
[92/996] Compiling Algorithms Reductions.swift
[93/996] Compiling Algorithms Rotate.swift
[94/996] Compiling Algorithms EitherSequence.swift
[95/996] Compiling Algorithms FirstNonNil.swift
[96/996] Compiling Algorithms FlattenCollection.swift
[97/996] Compiling Algorithms Split.swift
[98/996] Compiling Algorithms Stride.swift
[99/996] Compiling Algorithms Combinations.swift
[100/996] Compiling Algorithms Compacted.swift
[101/996] Compiling Algorithms Cycle.swift
[102/996] Compiling Algorithms Joined.swift
[103/996] Compiling Algorithms Keyed.swift
[104/996] Compiling Algorithms MinMax.swift
[104/998] Compiling tls13_server.cc
[106/998] Compiling DequeModule Deque+Equatable.swift
[107/998] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/998] Compiling DequeModule Deque+Testing.swift
[109/998] Compiling DequeModule Deque._Storage.swift
[110/998] Compiling DequeModule Deque+Extras.swift
[111/998] Compiling DequeModule Deque+Hashable.swift
[112/998] Compiling DequeModule Deque+CustomReflectable.swift
[114/998] Compiling DequeModule Deque+Codable.swift
[115/998] Compiling DequeModule Deque+Collection.swift
[116/998] Compiling DequeModule Deque._UnsafeHandle.swift
[117/998] Compiling DequeModule Deque.swift
[117/998] Compiling tls13_enc.cc
[127/998] Emitting module DequeModule
[127/998] Compiling tls13_both.cc
[128/998] Compiling tls13_client.cc
[133/998] Compiling Algorithms Unique.swift
[134/998] Compiling Algorithms Windows.swift
[134/998] Compiling t1_enc.cc
[135/998] Compiling ssl_x509.cc
[136/998] Compiling ssl_versions.cc
[137/998] Compiling ssl_transcript.cc
[138/998] Compiling ssl_stat.cc
[140/998] Emitting module Algorithms
[142/998] Compiling ssl_privkey.cc
[143/999] Compiling ssl_session.cc
[145/999] Compiling SwiftASN1 DER.swift
[154/999] Compiling SwiftASN1 Errors.swift
[154/999] Compiling ssl_key_share.cc
[155/999] Compiling ssl_lib.cc
[158/999] Compiling ssl_file.cc
[159/999] Compiling ssl_cipher.cc
[160/999] Compiling ssl_credential.cc
[161/999] Compiling ssl_cert.cc
[162/999] Compiling ssl_buffer.cc
[164/999] Emitting module SwiftASN1
[164/999] Compiling ssl_asn1.cc
[165/999] Compiling ssl_aead_ctx.cc
[166/999] Compiling s3_pkt.cc
[171/999] Compiling s3_lib.cc
[173/999] Compiling Crypto ECDSA_boring.swift
[174/999] Compiling Crypto EdDSA_boring.swift
[175/999] Compiling Crypto MLDSA_boring.swift
[176/999] Compiling Crypto MLDSA_wrapper.swift
[177/999] Compiling Crypto ECDSA.swift
[178/999] Compiling Crypto Ed25519.swift
[179/999] Compiling Crypto MLDSA.swift
[180/999] Compiling Crypto Signature.swift
[181/999] Compiling Crypto CryptoKitErrors_boring.swift
[182/999] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[183/999] Compiling Crypto HPKE-KEM.swift
[184/999] Compiling Crypto HPKE-Errors.swift
[185/999] Compiling Crypto HPKE.swift
[186/999] Compiling Crypto HPKE-Context.swift
[187/999] Compiling Crypto HPKE-KeySchedule.swift
[188/999] Compiling Crypto HPKE-Modes.swift
[189/999] Compiling Crypto Insecure.swift
[190/999] Compiling Crypto Insecure_HashFunctions.swift
[191/999] Compiling Crypto MLKEM_boring.swift
[192/999] Compiling Crypto MLKEM_wrapper.swift
[193/999] Compiling Crypto XWing_boring.swift
[194/999] Compiling Crypto KEM-Errors.swift
[195/999] Compiling Crypto KEM.swift
[196/999] Compiling Crypto MLKEM.swift
[197/999] Compiling Crypto XWing.swift
[198/999] Compiling Crypto ECDH_boring.swift
[199/999] Compiling Crypto DH.swift
[217/1008] Compiling Crypto Curve25519.swift
[218/1008] Emitting module Crypto
[219/1008] Compiling Crypto ASN1Identifier.swift
[220/1008] Compiling Crypto ASN1Integer.swift
[221/1008] Compiling Crypto ASN1Null.swift
[222/1008] Compiling Crypto ASN1OctetString.swift
[223/1008] Compiling Crypto ASN1Strings.swift
[224/1008] Compiling Crypto ArraySliceBigint.swift
[225/1008] Compiling Crypto GeneralizedTime.swift
[226/1008] Compiling Crypto ObjectIdentifier.swift
[227/1008] Compiling Crypto ECDSASignature.swift
[228/1008] Compiling Crypto PEMDocument.swift
[229/1008] Compiling Crypto HashFunctions_SHA3.swift
[230/1008] Compiling Crypto Digest_xkcp.swift
[231/1008] Compiling Crypto HPKE-AEAD.swift
[232/1008] Compiling Crypto HPKE-Ciphersuite.swift
[233/1008] Compiling Crypto HPKE-KDF.swift
[234/1008] Compiling Crypto HPKE-KexKeyDerivation.swift
[235/1008] Compiling Crypto HPKE-LabeledExtract.swift
[236/1008] Compiling Crypto HPKE-Utils.swift
[237/1008] Compiling Crypto DHKEM.swift
[238/1008] Compiling Crypto HPKE-KEM-Curve25519.swift
[239/1008] Compiling Crypto PKCS8PrivateKey.swift
[240/1008] Compiling Crypto SEC1PrivateKey.swift
[241/1008] Compiling Crypto SubjectPublicKeyInfo.swift
[242/1008] Compiling Crypto CryptoError_boring.swift
[243/1008] Compiling Crypto CryptoKitErrors.swift
[244/1008] Compiling Crypto Digest_boring.swift
[245/1008] Compiling Crypto Digest.swift
[246/1008] Compiling Crypto Digests.swift
[247/1008] Compiling Crypto HashFunctions.swift
[248/1008] Compiling Crypto HashFunctions_SHA2.swift
[258/1008] Compiling s3_both.cc
[259/1008] Compiling handshake_server.cc
[260/1008] Compiling handshake.cc
[261/1008] Compiling handshake_client.cc
[262/1008] Compiling handoff.cc
[263/1008] Compiling encrypted_client_hello.cc
[264/1008] Compiling md5-x86_64-linux.S
[265/1008] Compiling md5-x86_64-apple.S
[267/1008] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[268/1008] Compiling Crypto RNG_boring.swift
[269/1008] Compiling Crypto SafeCompare_boring.swift
[270/1008] Compiling Crypto Zeroization_boring.swift
[271/1008] Compiling Crypto PrettyBytes.swift
[272/1008] Compiling Crypto SafeCompare.swift
[273/1008] Compiling Crypto SecureBytes.swift
[274/1008] Compiling Crypto Zeroization.swift
[275/1008] Compiling Crypto resource_bundle_accessor.swift
[275/1008] Compiling extensions.cc
[276/1008] Compiling md5-586-linux.S
[277/1008] Compiling md5-586-apple.S
[278/1008] Compiling chacha20_poly1305_x86_64-linux.S
[279/1008] Compiling chacha20_poly1305_x86_64-apple.S
[280/1008] Compiling dtls_method.cc
[281/1008] Compiling chacha20_poly1305_armv8-win.S
[282/1008] Compiling chacha20_poly1305_armv8-linux.S
[283/1008] Compiling dtls_record.cc
[284/1008] Compiling chacha-x86_64-linux.S
[285/1008] Compiling chacha-x86_64-apple.S
[286/1008] Compiling chacha20_poly1305_armv8-apple.S
[287/1008] Compiling chacha-x86-linux.S
[288/1008] Compiling chacha-x86-apple.S
[289/1008] Compiling chacha-armv8-win.S
[290/1008] Compiling bio_ssl.cc
[290/1008] Compiling d1_srtp.cc
[292/1008] Compiling chacha-armv8-linux.S
[293/1008] Compiling chacha-armv4-linux.S
[294/1008] Compiling chacha-armv8-apple.S
[295/1008] Compiling aes128gcmsiv-x86_64-linux.S
[296/1008] Compiling aes128gcmsiv-x86_64-apple.S
[297/1008] Compiling x86_64-mont5-linux.S
[297/1008] Compiling x86_64-mont5-apple.S
[299/1008] Compiling x86_64-mont-linux.S
[300/1008] Compiling x86_64-mont-apple.S
[301/1008] Compiling err_data.cc
[302/1008] Compiling d1_pkt.cc
[303/1008] Compiling x86-mont-linux.S
[304/1008] Compiling x86-mont-apple.S
[304/1008] Compiling vpaes-x86_64-linux.S
[306/1008] Compiling vpaes-x86_64-apple.S
[307/1008] Compiling vpaes-x86-linux.S
[308/1008] Compiling d1_lib.cc
[309/1008] Compiling vpaes-x86-apple.S
[310/1008] Compiling vpaes-armv8-linux.S
[310/1008] Compiling vpaes-armv8-win.S
[312/1008] Compiling vpaes-armv8-apple.S
[313/1008] Compiling sha512-x86_64-linux.S
[314/1008] Compiling vpaes-armv7-linux.S
[315/1008] Compiling sha512-x86_64-apple.S
[316/1008] Compiling sha512-armv8-win.S
[317/1008] Compiling sha512-armv8-linux.S
[318/1008] Compiling d1_both.cc
[319/1008] Compiling sha512-armv8-apple.S
[320/1008] Compiling sha512-armv4-linux.S
[321/1008] Compiling sha512-586-linux.S
[322/1008] Compiling sha256-armv8-win.S
[323/1008] Compiling sha256-x86_64-apple.S
[324/1008] Compiling sha512-586-apple.S
[324/1008] Compiling sha256-x86_64-linux.S
[326/1008] Compiling sha256-armv8-linux.S
[327/1008] Compiling sha256-armv8-apple.S
[328/1008] Compiling sha256-armv4-linux.S
[329/1008] Compiling sha1-x86_64-linux.S
[330/1008] Compiling sha256-586-apple.S
[331/1008] Compiling sha256-586-linux.S
[332/1008] Compiling sha1-x86_64-apple.S
[333/1008] Compiling sha1-armv8-linux.S
[334/1008] Compiling sha1-armv8-win.S
[335/1008] Compiling sha1-armv8-apple.S
[336/1008] Compiling sha1-armv4-large-linux.S
[337/1008] Compiling sha1-586-apple.S
[338/1008] Compiling sha1-586-linux.S
[339/1008] Compiling rsaz-avx2-linux.S
[340/1008] Compiling rsaz-avx2-apple.S
[341/1008] Compiling rdrand-x86_64-linux.S
[342/1008] Compiling rdrand-x86_64-apple.S
[343/1008] Compiling p256_beeu-x86_64-asm-linux.S
[344/1008] Compiling p256_beeu-x86_64-asm-apple.S
[345/1008] Compiling p256_beeu-armv8-asm-win.S
[346/1008] Compiling p256_beeu-armv8-asm-linux.S
[347/1008] Compiling p256-x86_64-asm-linux.S
[348/1008] Compiling p256_beeu-armv8-asm-apple.S
[349/1008] Compiling p256-armv8-asm-win.S
[350/1008] Compiling p256-x86_64-asm-apple.S
[351/1008] Compiling p256-armv8-asm-linux.S
[351/1008] Compiling p256-armv8-asm-apple.S
[353/1008] Compiling ghashv8-armv8-win.S
[354/1008] Compiling ghashv8-armv8-linux.S
[354/1008] Compiling ghashv8-armv7-linux.S
[356/1008] Compiling ghashv8-armv8-apple.S
[357/1008] Compiling ghash-x86_64-linux.S
[358/1008] Compiling ghash-x86_64-apple.S
[359/1008] Compiling ghash-x86-linux.S
[360/1008] Compiling ghash-x86-apple.S
[361/1008] Compiling ghash-ssse3-x86_64-apple.S
[362/1008] Compiling ghash-ssse3-x86_64-linux.S
[363/1008] Compiling ghash-neon-armv8-win.S
[364/1008] Compiling ghash-neon-armv8-linux.S
[365/1008] Compiling ghash-ssse3-x86-linux.S
[366/1008] Compiling ghash-ssse3-x86-apple.S
[367/1008] Compiling ghash-neon-armv8-apple.S
[368/1008] Compiling ghash-armv4-linux.S
[369/1008] Compiling co-586-linux.S
[370/1008] Compiling co-586-apple.S
[370/1008] Compiling bn-armv8-win.S
[370/1008] Compiling bsaes-armv7-linux.S
[373/1008] Compiling bn-armv8-linux.S
[374/1008] Compiling bn-586-linux.S
[375/1008] Compiling bn-armv8-apple.S
[375/1008] Compiling bn-586-apple.S
[377/1008] Compiling armv8-mont-win.S
[378/1008] Compiling armv8-mont-linux.S
[379/1008] Compiling aesv8-gcm-armv8-win.S
[380/1008] Compiling armv4-mont-linux.S
[381/1008] Compiling aesv8-gcm-armv8-linux.S
[382/1008] Compiling armv8-mont-apple.S
[383/1008] Compiling aesv8-gcm-armv8-apple.S
[384/1008] Compiling aesv8-armv8-linux.S
[384/1008] Compiling aesv8-armv8-win.S
[386/1008] Compiling aesv8-armv8-apple.S
[387/1008] Compiling aesv8-armv7-linux.S
[388/1008] Compiling aesni-x86_64-linux.S
[389/1008] Compiling aesni-x86-linux.S
[390/1008] Compiling aesni-gcm-x86_64-linux.S
[391/1008] Compiling aesni-x86-apple.S
[392/1008] Compiling aesni-x86_64-apple.S
[393/1008] Compiling aes-gcm-avx2-x86_64-apple.S
[394/1008] Compiling aes-gcm-avx10-x86_64-linux.S
[395/1008] Compiling aesni-gcm-x86_64-apple.S
[396/1008] Compiling aes-gcm-avx2-x86_64-linux.S
[397/1008] Compiling aes-gcm-avx10-x86_64-apple.S
[398/1008] Compiling x_sig.cc
[399/1008] Compiling x_x509a.cc
[400/1008] Compiling x_val.cc
[401/1008] Compiling x_spki.cc
[402/1008] Compiling x_x509.cc
[403/1008] Compiling x_req.cc
[404/1008] Compiling x_exten.cc
[405/1008] Compiling x_pubkey.cc
[406/1008] Compiling x_name.cc
[407/1008] Compiling x_crl.cc
[408/1008] Compiling x_attrib.cc
[409/1008] Compiling x509spki.cc
[410/1008] Compiling x_algor.cc
[411/1008] Compiling x_all.cc
[412/1008] Compiling x509rset.cc
[413/1008] Compiling x509name.cc
[414/1008] Compiling x509cset.cc
[415/1008] Compiling x509_vpm.cc
[416/1008] Compiling x509_v3.cc
[417/1008] Compiling x509_vfy.cc
[418/1008] Compiling x509_txt.cc
[419/1008] Compiling x509_set.cc
[420/1008] Compiling x509_trs.cc
[421/1008] Compiling x509_def.cc
[422/1008] Compiling x509_d2.cc
[423/1008] Compiling x509_req.cc
[424/1008] Compiling x509_obj.cc
[425/1008] Compiling x509_ext.cc
[426/1008] Compiling x509_cmp.cc
[427/1008] Compiling x509_lu.cc
[428/1008] Compiling x509_att.cc
[429/1008] Compiling x509.cc
[430/1008] Compiling v3_ocsp.cc
[431/1008] Compiling v3_skey.cc
[432/1008] Compiling v3_prn.cc
[433/1008] Compiling v3_pmaps.cc
[434/1008] Compiling v3_utl.cc
[435/1008] Compiling v3_pcons.cc
[436/1008] Compiling v3_purp.cc
[437/1008] Compiling v3_ncons.cc
[438/1008] Compiling v3_int.cc
[439/1008] Compiling v3_lib.cc
[440/1008] Compiling v3_ia5.cc
[441/1008] Compiling v3_info.cc
[442/1008] Compiling v3_extku.cc
[443/1008] Compiling v3_genn.cc
[444/1008] Compiling v3_enum.cc
[445/1008] Compiling v3_conf.cc
[445/1008] Compiling v3_cpols.cc
[447/1008] Compiling v3_crld.cc
[448/1008] Compiling v3_bcons.cc
[449/1008] Compiling v3_bitst.cc
[450/1008] Compiling v3_alt.cc
[451/1008] Compiling v3_akeya.cc
[452/1008] Compiling t_x509a.cc
[453/1008] Compiling v3_akey.cc
[454/1008] Compiling t_x509.cc
[455/1008] Compiling t_crl.cc
[456/1008] Compiling t_req.cc
[457/1008] Compiling rsa_pss.cc
[458/1008] Compiling i2d_pr.cc
[459/1008] Compiling name_print.cc
[460/1008] Compiling policy.cc
[461/1008] Compiling by_file.cc
[462/1008] Compiling a_digest.cc
[463/1008] Compiling algorithm.cc
[464/1008] Compiling a_verify.cc
[465/1008] Compiling by_dir.cc
[466/1008] Compiling a_sign.cc
[467/1008] Compiling asn1_gen.cc
[468/1008] Compiling voprf.cc
[469/1008] Compiling thread_win.cc
[470/1008] Compiling thread_pthread.cc
[471/1008] Compiling thread.cc
[472/1008] Compiling thread_none.cc
[473/1008] Compiling trust_token.cc
[474/1008] Compiling stack.cc
[475/1008] Compiling pmbtoken.cc
[476/1008] Compiling slhdsa.cc
[477/1008] Compiling spake2plus.cc
[478/1008] Compiling sha512.cc
[479/1008] Compiling siphash.cc
[480/1008] Compiling sha256.cc
[481/1008] Compiling sha1.cc
[482/1008] Compiling rsa_print.cc
[483/1008] Compiling rsa_extra.cc
[484/1008] Compiling rsa_crypt.cc
[485/1008] Compiling refcount.cc
[486/1008] Compiling rc4.cc
[487/1008] Compiling rsa_asn1.cc
[488/1008] Compiling windows.cc
[488/1008] Compiling urandom.cc
[490/1008] Compiling trusty.cc
[491/1008] Compiling rand.cc
[492/1008] Compiling ios.cc
[493/1008] Compiling passive.cc
[494/1008] Compiling poly1305_arm_asm.S
[495/1008] Compiling getentropy.cc
[496/1008] Compiling forkunsafe.cc
[497/1008] Compiling deterministic.cc
[498/1008] Compiling fork_detect.cc
[499/1008] Compiling poly1305_vec.cc
[500/1008] Compiling poly1305_arm.cc
[501/1008] Compiling poly1305.cc
[502/1008] Compiling pool.cc
[503/1008] Compiling pkcs8.cc
[504/1008] Compiling p5_pbev2.cc
[505/1008] Compiling pkcs8_x509.cc
[506/1008] Compiling pkcs7.cc
[507/1008] Compiling pkcs7_x509.cc
[507/1008] Compiling pem_xaux.cc
[509/1008] Compiling pem_x509.cc
[510/1008] Compiling pem_pkey.cc
[511/1008] Compiling pem_pk8.cc
[512/1008] Compiling pem_oth.cc
[513/1008] Compiling mlkem.cc
[514/1008] Compiling obj_xref.cc
[515/1008] Compiling pem_info.cc
[516/1008] Compiling pem_all.cc
[517/1008] Compiling mldsa.cc
[518/1008] Compiling pem_lib.cc
[519/1008] Compiling poly_rq_mul.S
[520/1008] Compiling obj.cc
[521/1008] Compiling fips_shared_support.cc
[522/1008] Compiling mem.cc
[523/1008] Compiling md5.cc
[524/1008] Compiling md4.cc
[525/1008] Compiling lhash.cc
[526/1008] Compiling kyber.cc
[527/1008] Compiling ex_data.cc
[528/1008] Compiling sign.cc
[529/1008] Compiling scrypt.cc
[530/1008] Compiling print.cc
[531/1008] Compiling hpke.cc
[532/1008] Compiling pbkdf.cc
[533/1008] Compiling hrss.cc
[534/1008] Compiling p_x25519_asn1.cc
[535/1008] Compiling p_x25519.cc
[536/1008] Compiling p_ed25519.cc
[537/1008] Compiling p_hkdf.cc
[538/1008] Compiling p_rsa_asn1.cc
[539/1008] Compiling p_rsa.cc
[540/1008] Compiling p_ec.cc
[541/1008] Compiling p_ed25519_asn1.cc
[542/1008] Compiling p_ec_asn1.cc
[543/1008] Compiling p_dh_asn1.cc
[544/1008] Compiling p_dsa_asn1.cc
[545/1008] Compiling p_dh.cc
[546/1008] Compiling evp_ctx.cc
[547/1008] Compiling evp.cc
[548/1008] Compiling err.cc
[549/1008] Compiling engine.cc
[550/1008] Compiling evp_asn1.cc
[551/1008] Compiling ecdh.cc
[552/1008] Compiling ecdsa_asn1.cc
[553/1008] Compiling hash_to_curve.cc
[554/1008] Compiling ec_derive.cc
[555/1008] Compiling dsa.cc
[556/1008] Compiling dsa_asn1.cc
[557/1008] Compiling ec_asn1.cc
[558/1008] Compiling params.cc
[559/1008] Compiling bcm.cc
[560/1008] Compiling x25519-asm-arm.S
[561/1008] Compiling digest_extra.cc
[562/1008] Compiling des.cc
[563/1008] Compiling dh_asn1.cc
[564/1008] Compiling curve25519_64_adx.cc
[565/1008] Compiling spake25519.cc
[566/1008] Compiling cpu_intel.cc
[567/1008] Compiling crypto.cc
[568/1008] Compiling cpu_arm_freebsd.cc
[568/1008] Compiling cpu_arm_linux.cc
[570/1008] Compiling cpu_aarch64_win.cc
[570/1008] Compiling curve25519.cc
[572/1008] Compiling cpu_aarch64_sysreg.cc
[573/1008] Compiling cpu_aarch64_openbsd.cc
[574/1008] Compiling cpu_aarch64_linux.cc
[575/1008] Compiling cpu_aarch64_fuchsia.cc
[576/1008] Compiling cpu_aarch64_apple.cc
[577/1008] Compiling conf.cc
[578/1008] Compiling e_rc4.cc
[579/1008] Compiling get_cipher.cc
[580/1008] Compiling tls_cbc.cc
[581/1008] Compiling e_tls.cc
[582/1008] Compiling e_null.cc
[583/1008] Compiling e_rc2.cc
[584/1008] Compiling e_des.cc
[585/1008] Compiling e_chacha20poly1305.cc
[586/1008] Compiling e_aesgcmsiv.cc
[587/1008] Compiling derive_key.cc
[588/1008] Compiling e_aesctrhmac.cc
[589/1008] Compiling chacha.cc
[590/1008] Compiling unicode.cc
[591/1008] Compiling ber.cc
[592/1008] Compiling cbs.cc
[593/1008] Compiling cbb.cc
[594/1008] Compiling buf.cc
[595/1008] Compiling asn1_compat.cc
[596/1008] Compiling blake2.cc
[597/1008] Compiling socket_helper.cc
[598/1008] Compiling bn_asn1.cc
[599/1008] Compiling convert.cc
[600/1008] Compiling socket.cc
[601/1008] Compiling printf.cc
[602/1008] Compiling pair.cc
[603/1008] Compiling hexdump.cc
[604/1008] Compiling file.cc
[605/1008] Compiling fd.cc
[606/1008] Compiling errno.cc
[607/1008] Compiling connect.cc
[608/1008] Compiling bio_mem.cc
[609/1008] Compiling base64.cc
[610/1008] Compiling bio.cc
[611/1008] Compiling tasn_typ.cc
[612/1008] Compiling tasn_fre.cc
[613/1008] Compiling tasn_enc.cc
[614/1008] Compiling tasn_utl.cc
[615/1008] Compiling tasn_new.cc
[616/1008] Compiling posix_time.cc
[617/1008] Compiling f_string.cc
[618/1008] Compiling f_int.cc
[619/1008] Compiling tasn_dec.cc
[620/1008] Compiling asn_pack.cc
[621/1008] Compiling asn1_par.cc
[622/1008] Compiling asn1_lib.cc
[623/1008] Compiling a_utctm.cc
[624/1008] Compiling a_type.cc
[625/1008] Compiling a_time.cc
[626/1008] Compiling a_octet.cc
[627/1008] Compiling a_strnid.cc
[628/1008] Compiling a_strex.cc
[629/1008] Compiling a_object.cc
[630/1008] Compiling a_mbstr.cc
[631/1008] Compiling a_int.cc
[632/1008] Compiling fiat_p256_adx_sqr.S
[633/1008] Compiling a_i2d_fp.cc
[634/1008] Compiling a_dup.cc
[635/1008] Compiling fiat_p256_adx_mul.S
[636/1008] Compiling fiat_curve25519_adx_square.S
[637/1008] Compiling fiat_curve25519_adx_mul.S
[638/1008] Compiling md5-x86_64-linux.S
[639/1008] Compiling a_d2i_fp.cc
[640/1008] Compiling md5-x86_64-apple.S
[641/1008] Compiling a_gentm.cc
[642/1008] Compiling md5-586-linux.S
[643/1008] Compiling md5-586-apple.S
[644/1008] Compiling chacha20_poly1305_x86_64-linux.S
[645/1008] Compiling a_bool.cc
[646/1008] Compiling a_bitstr.cc
[647/1008] Compiling chacha20_poly1305_x86_64-apple.S
[648/1008] Compiling chacha20_poly1305_armv8-win.S
[649/1008] Compiling chacha20_poly1305_armv8-linux.S
[650/1008] Compiling chacha20_poly1305_armv8-apple.S
[651/1008] Compiling chacha-x86_64-linux.S
[652/1008] Compiling chacha-x86_64-apple.S
[653/1008] Compiling chacha-x86-linux.S
[654/1008] Compiling chacha-x86-apple.S
[655/1008] Compiling chacha-armv8-win.S
[656/1008] Compiling chacha-armv8-linux.S
[657/1008] Compiling chacha-armv4-linux.S
[658/1008] Compiling aes128gcmsiv-x86_64-apple.S
[658/1008] Compiling aes128gcmsiv-x86_64-linux.S
[660/1008] Compiling chacha-armv8-apple.S
[661/1008] Compiling x86_64-mont5-linux.S
[662/1008] Compiling x86_64-mont5-apple.S
[663/1008] Compiling x86_64-mont-linux.S
[664/1008] Compiling x86-mont-apple.S
[665/1008] Compiling x86_64-mont-apple.S
[666/1008] Compiling x86-mont-linux.S
[666/1008] Compiling vpaes-x86_64-linux.S
[668/1008] Compiling vpaes-x86_64-apple.S
[669/1008] Compiling vpaes-x86-apple.S
[670/1008] Compiling CCryptoBoringSSLShims shims.c
[671/1008] Compiling vpaes-x86-linux.S
[672/1008] Compiling vpaes-armv8-win.S
[673/1008] Compiling vpaes-armv8-linux.S
[674/1008] Compiling err_data.cc
[675/1008] Compiling vpaes-armv8-apple.S
[676/1008] Compiling vpaes-armv7-linux.S
[677/1008] Compiling sha512-x86_64-linux.S
[678/1008] Compiling sha512-armv8-win.S
[679/1008] Compiling sha512-x86_64-apple.S
[680/1008] Compiling sha512-armv8-linux.S
[681/1008] Compiling sha512-armv4-linux.S
[682/1008] Compiling sha512-586-linux.S
[683/1008] Compiling sha512-586-apple.S
[684/1008] Compiling sha512-armv8-apple.S
[685/1008] Compiling sha256-x86_64-linux.S
[686/1008] Compiling sha256-x86_64-apple.S
[687/1008] Compiling sha256-armv8-win.S
[688/1008] Compiling sha256-armv8-linux.S
[689/1008] Compiling sha256-armv4-linux.S
[690/1008] Compiling sha256-armv8-apple.S
[691/1008] Compiling sha256-586-linux.S
[692/1008] Compiling sha256-586-apple.S
[693/1008] Compiling sha1-x86_64-linux.S
[694/1008] Compiling sha1-x86_64-apple.S
[695/1008] Compiling sha1-armv8-win.S
[696/1008] Compiling sha1-armv8-linux.S
[697/1008] Compiling sha1-armv4-large-linux.S
[698/1008] Compiling sha1-586-apple.S
[699/1008] Compiling sha1-586-linux.S
[700/1008] Compiling sha1-armv8-apple.S
[701/1008] Compiling rsaz-avx2-linux.S
[702/1008] Compiling rsaz-avx2-apple.S
[703/1008] Compiling rdrand-x86_64-linux.S
[704/1008] Compiling rdrand-x86_64-apple.S
[705/1008] Compiling p256_beeu-x86_64-asm-linux.S
[706/1008] Compiling p256_beeu-x86_64-asm-apple.S
[706/1008] Compiling p256_beeu-armv8-asm-win.S
[708/1008] Compiling p256_beeu-armv8-asm-linux.S
[709/1008] Compiling p256_beeu-armv8-asm-apple.S
[710/1008] Compiling p256-x86_64-asm-apple.S
[711/1008] Compiling p256-x86_64-asm-linux.S
[712/1008] Compiling p256-armv8-asm-win.S
[713/1008] Compiling p256-armv8-asm-linux.S
[714/1008] Compiling ghashv8-armv8-win.S
[714/1008] Compiling ghashv8-armv8-linux.S
[716/1008] Compiling p256-armv8-asm-apple.S
[717/1008] Compiling ghashv8-armv8-apple.S
[718/1008] Compiling ghash-x86_64-linux.S
[718/1008] Compiling ghashv8-armv7-linux.S
[720/1008] Compiling ghash-x86_64-apple.S
[721/1008] Compiling ghash-x86-apple.S
[721/1008] Compiling ghash-x86-linux.S
[721/1008] Compiling ghash-ssse3-x86_64-linux.S
[724/1008] Compiling ghash-ssse3-x86_64-apple.S
[725/1008] Compiling ghash-ssse3-x86-linux.S
[726/1008] Compiling ghash-neon-armv8-win.S
[727/1008] Compiling ghash-ssse3-x86-apple.S
[728/1008] Compiling ghash-neon-armv8-linux.S
[729/1008] Compiling co-586-linux.S
[730/1008] Compiling ghash-armv4-linux.S
[731/1008] Compiling ghash-neon-armv8-apple.S
[732/1008] Compiling co-586-apple.S
[733/1008] Compiling bsaes-armv7-linux.S
[734/1008] Compiling bn-armv8-win.S
[735/1008] Compiling bn-armv8-linux.S
[736/1008] Compiling bn-armv8-apple.S
[737/1008] Compiling bn-586-linux.S
[738/1008] Compiling armv8-mont-win.S
[739/1008] Compiling bn-586-apple.S
[740/1008] Compiling armv8-mont-linux.S
[741/1008] Compiling armv4-mont-linux.S
[742/1008] Compiling armv8-mont-apple.S
[742/1008] Compiling aesv8-gcm-armv8-win.S
[744/1008] Compiling aesv8-gcm-armv8-linux.S
[745/1008] Compiling aesv8-gcm-armv8-apple.S
[746/1008] Compiling aesv8-armv8-win.S
[747/1008] Compiling aesv8-armv8-linux.S
[748/1008] Compiling aesv8-armv8-apple.S
[749/1008] Compiling aesv8-armv7-linux.S
[750/1008] Compiling aesni-x86_64-apple.S
[751/1008] Compiling aesni-x86_64-linux.S
[752/1008] Compiling aesni-x86-linux.S
[753/1008] Compiling aesni-x86-apple.S
[754/1008] Compiling aesni-gcm-x86_64-linux.S
[754/1008] Compiling aesni-gcm-x86_64-apple.S
[756/1008] Compiling aes-gcm-avx2-x86_64-apple.S
[757/1008] Compiling aes-gcm-avx2-x86_64-linux.S
[758/1008] Compiling aes-gcm-avx512-x86_64-apple.S
[759/1008] Compiling aes-gcm-avx512-x86_64-linux.S
[760/1008] Compiling c-nioatomics.c
[761/1008] Compiling xwing.cc
[762/1008] Compiling x_x509a.cc
[763/1008] Compiling x_req.cc
[764/1008] Compiling x_sig.cc
[765/1008] Compiling x_spki.cc
[766/1008] Compiling x_name.cc
[767/1008] Compiling c-atomics.c
[768/1008] Compiling x_x509.cc
[769/1008] Compiling x_pubkey.cc
[770/1008] Compiling x_exten.cc
[771/1015] Compiling x_crl.cc
[772/1015] Compiling x509name.cc
[773/1015] Compiling x509spki.cc
[775/1015] Compiling NIOConcurrencyHelpers lock.swift
[775/1015] Compiling x_attrib.cc
[776/1015] Compiling x509rset.cc
[777/1015] Compiling x509cset.cc
[778/1015] Compiling x_algor.cc
[779/1015] Compiling x_all.cc
[780/1015] Compiling x509_vpm.cc
[782/1015] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[783/1015] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[784/1015] Compiling NIOConcurrencyHelpers NIOLock.swift
[785/1015] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[786/1015] Emitting module NIOConcurrencyHelpers
[787/1015] Compiling NIOConcurrencyHelpers atomics.swift
[787/1015] Compiling x509_vfy.cc
[788/1015] Compiling x509_v3.cc
[789/1015] Compiling x509_txt.cc
[790/1015] Compiling x509_trs.cc
[791/1015] Compiling x509_set.cc
[792/1015] Compiling x509_obj.cc
[792/1015] Compiling x509_req.cc
[794/1015] Compiling x509_lu.cc
[795/1015] Compiling x509_ext.cc
[796/1015] Compiling x509_def.cc
[797/1015] Compiling x509_d2.cc
[798/1015] Compiling x509_cmp.cc
[799/1015] Compiling x509_att.cc
[800/1015] Compiling x509.cc
[801/1015] Compiling v3_prn.cc
[802/1015] Compiling v3_skey.cc
[803/1015] Compiling v3_utl.cc
[804/1015] Compiling v3_purp.cc
[805/1015] Compiling v3_pmaps.cc
[806/1015] Compiling v3_pcons.cc
[807/1015] Compiling v3_ocsp.cc
[808/1015] Compiling v3_lib.cc
[809/1015] Compiling v3_ncons.cc
[810/1015] Compiling v3_int.cc
[811/1015] Compiling v3_ia5.cc
[812/1015] Compiling v3_genn.cc
[813/1015] Compiling v3_info.cc
[814/1015] Compiling v3_extku.cc
[815/1015] Compiling v3_enum.cc
[816/1015] Compiling v3_crld.cc
[817/1015] Compiling v3_cpols.cc
[818/1015] Compiling v3_bitst.cc
[819/1015] Compiling v3_bcons.cc
[820/1015] Compiling v3_conf.cc
[821/1015] Compiling v3_akeya.cc
[822/1015] Compiling v3_alt.cc
[823/1015] Compiling t_x509a.cc
[824/1015] Compiling v3_akey.cc
[825/1015] Compiling t_x509.cc
[826/1015] Compiling t_req.cc
[827/1015] Compiling t_crl.cc
[828/1015] Compiling i2d_pr.cc
[829/1015] Compiling name_print.cc
[830/1015] Compiling rsa_pss.cc
[831/1015] Compiling policy.cc
[832/1015] Compiling by_file.cc
[833/1015] Compiling by_dir.cc
[834/1015] Compiling asn1_gen.cc
[835/1015] Compiling algorithm.cc
[836/1015] Compiling a_verify.cc
[837/1015] Compiling thread_win.cc
[837/1015] Compiling a_sign.cc
[839/1015] Compiling a_digest.cc
[840/1015] Compiling thread_pthread.cc
[841/1015] Compiling thread_none.cc
[842/1015] Compiling trust_token.cc
[843/1015] Compiling voprf.cc
[844/1015] Compiling pmbtoken.cc
[845/1015] Compiling thread.cc
[846/1015] Compiling stack.cc
[847/1015] Compiling sha512.cc
[848/1015] Compiling siphash.cc
[849/1015] Compiling sha256.cc
[850/1015] Compiling sha1.cc
[851/1015] Compiling rsa_print.cc
[852/1015] Compiling rsa_extra.cc
[853/1015] Compiling slhdsa.cc
[854/1015] Compiling spake2plus.cc
[855/1015] Compiling rsa_crypt.cc
[856/1015] Compiling rc4.cc
[857/1015] Compiling refcount.cc
[858/1015] Compiling windows.cc
[859/1015] Compiling urandom.cc
[860/1015] Compiling trusty.cc
[861/1015] Compiling rand.cc
[862/1015] Compiling rsa_asn1.cc
[863/1015] Compiling passive.cc
[864/1015] Compiling poly1305_arm_asm.S
[865/1015] Compiling ios.cc
[866/1015] Compiling getentropy.cc
[867/1015] Compiling deterministic.cc
[868/1015] Compiling forkunsafe.cc
[869/1015] Compiling fork_detect.cc
[870/1015] Compiling poly1305_vec.cc
[871/1015] Compiling poly1305_arm.cc
[872/1015] Compiling poly1305.cc
[873/1015] Compiling pool.cc
[874/1015] Compiling pkcs8_x509.cc
[875/1015] Compiling pkcs8.cc
[876/1015] Compiling p5_pbev2.cc
[877/1015] Compiling pkcs7.cc
[878/1015] Compiling pem_xaux.cc
[879/1015] Compiling pem_x509.cc
[880/1015] Compiling pkcs7_x509.cc
[881/1015] Compiling pem_pkey.cc
[882/1015] Compiling pem_pk8.cc
[883/1015] Compiling pem_oth.cc
[884/1015] Compiling mlkem.cc
[885/1015] Compiling obj_xref.cc
[886/1015] Compiling mldsa.cc
[887/1015] Compiling pem_info.cc
[888/1015] Compiling pem_lib.cc
[889/1015] Compiling pem_all.cc
[889/1015] Compiling mem.cc
[891/1015] Compiling poly_rq_mul.S
[892/1015] Compiling fips_shared_support.cc
[893/1015] Compiling obj.cc
[894/1015] Compiling md5.cc
[895/1015] Compiling md4.cc
[896/1015] Compiling lhash.cc
[897/1015] Compiling fuzzer_mode.cc
[898/1015] Compiling ex_data.cc
[899/1015] Compiling kyber.cc
[900/1015] Compiling scrypt.cc
[901/1015] Compiling hrss.cc
[902/1015] Compiling hpke.cc
[903/1015] Compiling print.cc
[904/1015] Compiling sign.cc
[905/1015] Compiling pbkdf.cc
[906/1015] Compiling p_x25519_asn1.cc
[907/1015] Compiling p_x25519.cc
[908/1015] Compiling p_rsa_asn1.cc
[909/1015] Compiling p_hkdf.cc
[910/1015] Compiling p_ed25519_asn1.cc
[911/1015] Compiling p_rsa.cc
[912/1015] Compiling p_ed25519.cc
[913/1015] Compiling p_ec_asn1.cc
[914/1015] Compiling p_ec.cc
[915/1015] Compiling p_dsa_asn1.cc
[916/1015] Compiling p_dh_asn1.cc
[917/1015] Compiling err.cc
[918/1015] Compiling p_dh.cc
[919/1015] Compiling engine.cc
[920/1015] Compiling evp.cc
[921/1015] Compiling ecdsa_p1363.cc
[922/1015] Compiling evp_ctx.cc
[923/1015] Compiling evp_asn1.cc
[924/1015] Compiling ecdh.cc
[925/1015] Compiling ec_derive.cc
[926/1015] Compiling ecdsa_asn1.cc
[927/1015] Compiling dsa.cc
[928/1015] Compiling hash_to_curve.cc
[929/1015] Compiling dsa_asn1.cc
[930/1015] Compiling ec_asn1.cc
[931/1015] Compiling digest_extra.cc
[932/1015] Compiling params.cc
[933/1015] Compiling x25519-asm-arm.S
[934/1015] Compiling des.cc
[935/1015] Compiling curve25519_64_adx.cc
[936/1015] Compiling dh_asn1.cc
[937/1015] Compiling spake25519.cc
[938/1015] Compiling cpu_intel.cc
[939/1015] Compiling curve25519.cc
[940/1015] Compiling crypto.cc
[941/1015] Compiling cpu_arm_linux.cc
[942/1015] Compiling cpu_arm_freebsd.cc
[943/1015] Compiling cpu_aarch64_win.cc
[944/1015] Compiling cpu_aarch64_sysreg.cc
[945/1015] Compiling cpu_aarch64_openbsd.cc
[946/1015] Compiling cpu_aarch64_linux.cc
[947/1015] Compiling cpu_aarch64_fuchsia.cc
[948/1015] Compiling cpu_aarch64_apple.cc
[949/1015] Compiling conf.cc
[950/1015] Compiling tls_cbc.cc
[951/1015] Compiling get_cipher.cc
[952/1015] Compiling cms.cc
[953/1015] Compiling e_rc4.cc
[954/1015] Compiling e_tls.cc
[955/1015] Compiling e_rc2.cc
[956/1015] Compiling e_null.cc
[957/1015] Compiling e_des.cc
[958/1015] Compiling e_chacha20poly1305.cc
[959/1015] Compiling e_aesgcmsiv.cc
[960/1015] Compiling e_aeseax.cc
[961/1015] Compiling derive_key.cc
[962/1015] Compiling chacha.cc
[963/1015] Compiling e_aesctrhmac.cc
[964/1015] Compiling unicode.cc
[965/1015] Compiling cbs.cc
[966/1015] Compiling cbb.cc
[967/1015] Compiling ber.cc
[968/1015] Compiling asn1_compat.cc
[969/1015] Compiling buf.cc
[970/1015] Compiling sqrt.cc
[971/1015] Compiling div.cc
[972/1015] Compiling exponentiation.cc
[973/1015] Compiling blake2.cc
[974/1015] Compiling printf.cc
[975/1015] Compiling convert.cc
[976/1015] Compiling hexdump.cc
[977/1015] Compiling pair.cc
[978/1015] Compiling bn_asn1.cc
[979/1015] Compiling file.cc
[980/1015] Compiling errno.cc
[981/1015] Compiling fd.cc
[982/1015] Compiling bcm.cc
[983/1015] Compiling bio_mem.cc
[984/1015] Compiling base64.cc
[985/1015] Compiling bio.cc
[986/1015] Compiling tasn_typ.cc
[987/1015] Compiling tasn_fre.cc
[988/1015] Compiling tasn_enc.cc
[989/1015] Compiling posix_time.cc
[990/1015] Compiling tasn_utl.cc
[991/1015] Compiling tasn_new.cc
[992/1015] Compiling tasn_dec.cc
[993/1015] Compiling f_string.cc
[994/1015] Compiling f_int.cc
[995/1015] Compiling asn_pack.cc
[996/1015] Compiling asn1_par.cc
[997/1015] Compiling asn1_lib.cc
[998/1015] Compiling a_utctm.cc
[999/1015] Compiling a_type.cc
[1000/1015] Compiling a_time.cc
[1001/1015] Compiling a_strnid.cc
[1002/1015] Compiling a_octet.cc
[1003/1015] Compiling a_strex.cc
[1004/1015] Compiling a_mbstr.cc
[1004/1015] Write sources
[1006/1015] Compiling a_object.cc
[1007/1015] Compiling a_int.cc
[1008/1015] Compiling a_i2d_fp.cc
[1009/1015] Compiling a_dup.cc
[1010/1015] Compiling a_d2i_fp.cc
[1011/1023] Compiling a_gentm.cc
[1012/1034] Compiling aes.cc
[1013/1034] Compiling a_bool.cc
[1014/1034] Compiling a_bitstr.cc
[1016/1043] Compiling Atomics DoubleWord.swift
[1017/1043] Compiling Atomics ManagedAtomic.swift
[1018/1044] Compiling Atomics ManagedAtomicLazyReference.swift
[1019/1044] Compiling Atomics UnsafeAtomic.swift
[1020/1044] Compiling Atomics UnsafeAtomicLazyReference.swift
[1021/1044] Compiling Atomics IntegerOperations.swift
[1022/1044] Compiling Atomics AtomicInteger.swift
[1023/1044] Compiling Atomics AtomicOptionalWrappable.swift
[1024/1044] Compiling Atomics AtomicValue.swift
[1025/1044] Compiling Atomics AtomicMemoryOrderings.swift
[1026/1044] Compiling Atomics Unmanaged extensions.swift
[1027/1044] Compiling Atomics AtomicReference.swift
[1028/1044] Compiling Atomics AtomicStorage.swift
[1029/1044] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1030/1044] Emitting module CryptoBoringWrapper
[1031/1044] Compiling Atomics AtomicBool.swift
[1032/1044] Compiling Atomics IntegerConformances.swift
[1033/1044] Compiling Atomics OptionalRawRepresentable.swift
[1034/1044] Compiling Atomics RawRepresentable.swift
[1035/1044] Compiling Atomics PointerConformances.swift
[1036/1044] Compiling Atomics Primitives.native.swift
[1037/1044] Emitting module Atomics
[1038/1044] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1039/1044] Compiling CryptoBoringWrapper EllipticCurve.swift
[1040/1044] Compiling CryptoBoringWrapper RandomBytes.swift
[1041/1044] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1042/1044] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1043/1044] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1044/1044] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1045/1166] Compiling CryptoExtras RSA+BlindSigning.swift
[1046/1166] Compiling CryptoExtras RSA.swift
[1047/1166] Compiling CryptoExtras RSA_boring.swift
[1048/1166] Compiling CryptoExtras Reexport.swift
[1049/1166] Compiling CryptoExtras BoringSSLHelpers.swift
[1050/1166] Compiling CryptoExtras HashToField.swift
[1051/1166] Compiling CryptoExtras KDF.swift
[1052/1173] Compiling CryptoExtras ECToolbox.swift
[1053/1173] Compiling NIOCore IO.swift
[1054/1173] Compiling NIOCore IOData.swift
[1055/1173] Compiling NIOCore IPProtocol.swift
[1056/1173] Compiling NIOCore IntegerBitPacking.swift
[1057/1173] Compiling NIOCore IntegerTypes.swift
[1058/1173] Compiling NIOCore Interfaces.swift
[1059/1173] Compiling CryptoExtras ThreadPosix.swift
[1060/1173] Compiling CryptoExtras ThreadSpecific.swift
[1061/1173] Compiling CryptoExtras ObjectIdentifier.swift
[1062/1173] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1063/1173] Compiling CryptoExtras PKCS8PrivateKey.swift
[1064/1173] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1065/1173] Compiling CryptoExtras ECToolbox_boring.swift
[1072/1173] Compiling CryptoExtras PEMDocument.swift
[1073/1173] Compiling CryptoExtras PrettyBytes.swift
[1074/1173] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1075/1173] Compiling CryptoExtras ThreadOps.swift
[1078/1179] Compiling CryptoExtras Scrypt.swift
[1079/1179] Compiling CryptoExtras OPRF.swift
[1080/1179] Compiling CryptoExtras OPRFClient.swift
[1081/1179] Compiling CryptoExtras OPRFServer.swift
[1082/1179] Compiling CryptoExtras VOPRF+API.swift
[1083/1179] Compiling CryptoExtras VOPRFClient.swift
[1090/1179] Compiling CryptoExtras VOPRFServer.swift
[1091/1179] Compiling CryptoExtras AES_GCM_SIV.swift
[1092/1179] Compiling CryptoExtras Block Function.swift
[1093/1179] Compiling CryptoExtras AES_CFB_boring.swift
[1094/1179] Compiling CryptoExtras AES_CTR_boring.swift
[1095/1179] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1096/1179] Compiling CryptoExtras CMAC.swift
[1097/1179] Compiling CryptoExtras ARC+API.swift
[1098/1179] Compiling CryptoExtras Error.swift
[1099/1179] Compiling CryptoExtras I2OSP.swift
[1100/1179] Compiling CryptoExtras IntegerEncoding.swift
[1101/1179] Compiling CryptoExtras ARCPresentation.swift
[1102/1179] Compiling CryptoExtras ARCRequest.swift
[1103/1179] Compiling CryptoExtras ARCResponse.swift
[1104/1179] Compiling CryptoExtras ARCServer.swift
[1105/1179] Compiling CryptoExtras ThreadWindows.swift
[1106/1179] Compiling CryptoExtras DLEQ.swift
[1107/1179] Compiling CryptoExtras Prover.swift
[1108/1179] Compiling CryptoExtras Verifier.swift
[1109/1179] Compiling CryptoExtras ZKPToolbox.swift
[1110/1179] Compiling CryptoExtras resource_bundle_accessor.swift
[1111/1179] Compiling CryptoExtras AES_CBC.swift
[1112/1179] Compiling CryptoExtras AES_CFB.swift
[1113/1179] Compiling CryptoExtras AES_CTR.swift
[1120/1179] Compiling CryptoExtras PBKDF2_boring.swift
[1121/1179] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1122/1179] Compiling CryptoExtras PBKDF2.swift
[1123/1179] Compiling CryptoExtras Scrypt_boring.swift
[1130/1179] Compiling NIOCore SocketAddresses.swift
[1131/1179] Compiling NIOCore SocketOptionProvider.swift
[1132/1179] Compiling NIOCore SystemCallHelpers.swift
[1133/1179] Compiling NIOCore TimeAmount+Duration.swift
[1134/1179] Compiling NIOCore TypeAssistedChannelHandler.swift
[1135/1179] Compiling NIOCore UniversalBootstrapSupport.swift
[1136/1179] Compiling NIOCore Utilities.swift
[1137/1179] Emitting module CryptoExtras
[1138/1179] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1139/1179] Compiling CryptoExtras Data+Extensions.swift
[1140/1179] Compiling CryptoExtras DigestType.swift
[1148/1179] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1149/1179] Compiling CryptoExtras ChaCha20CTR.swift
[1150/1179] Compiling CryptoExtras Curve25519+PEM.swift
[1154/1179] Compiling CryptoExtras ARC.swift
[1155/1179] Compiling CryptoExtras ARCCredential.swift
[1156/1179] Compiling CryptoExtras ARCEncoding.swift
[1157/1179] Compiling CryptoExtras ARCPrecredential.swift
[1172/1181] Emitting module _CryptoExtras
[1173/1181] Compiling _CryptoExtras Exports.swift
[1181/1181] Emitting module NIOCore
[1182/1236] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1183/1236] Compiling NIOEmbedded AsyncTestingChannel.swift
[1184/1236] Emitting module NIOEmbedded
[1185/1236] Compiling NIOEmbedded Embedded.swift
[1186/1236] Compiling NIOPosix SelectorWSAPoll.swift
[1187/1236] Compiling NIOPosix ServerSocket.swift
[1188/1236] Compiling NIOPosix Socket.swift
[1189/1236] Compiling NIOPosix SocketChannel.swift
[1190/1236] Compiling NIOPosix SocketProtocols.swift
[1191/1241] Compiling NIOPosix BSDSocketAPICommon.swift
[1192/1241] Compiling NIOPosix BSDSocketAPIPosix.swift
[1193/1241] Compiling NIOPosix BSDSocketAPIWindows.swift
[1194/1241] Compiling NIOPosix BaseSocket.swift
[1195/1241] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1196/1241] Compiling NIOPosix BaseSocketChannel.swift
[1197/1241] Emitting module NIOPosix
[1198/1241] Compiling NIOPosix LinuxCPUSet.swift
[1199/1241] Compiling NIOPosix LinuxUring.swift
[1200/1241] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1201/1241] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1202/1241] Compiling NIOPosix NIOThreadPool.swift
[1203/1241] Compiling NIOPosix NonBlockingFileIO.swift
[1204/1241] Compiling NIOPosix SelectableEventLoop.swift
[1205/1241] Compiling NIOPosix SelectorEpoll.swift
[1206/1241] Compiling NIOPosix SelectorGeneric.swift
[1207/1241] Compiling NIOPosix SelectorKqueue.swift
[1208/1241] Compiling NIOPosix SelectorUring.swift
[1209/1241] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1210/1241] Compiling NIOPosix System.swift
[1211/1241] Compiling NIOPosix Thread.swift
[1212/1241] Compiling NIOPosix ThreadPosix.swift
[1213/1241] Compiling NIOPosix ThreadWindows.swift
[1214/1241] Compiling NIOPosix GetaddrinfoResolver.swift
[1215/1241] Compiling NIOPosix HappyEyeballs.swift
[1216/1241] Compiling NIOPosix IO.swift
[1217/1241] Compiling NIOPosix IntegerBitPacking.swift
[1218/1241] Compiling NIOPosix IntegerTypes.swift
[1219/1241] Compiling NIOPosix Linux.swift
[1220/1241] Compiling NIOPosix Utilities.swift
[1221/1241] Compiling NIOPosix VsockAddress.swift
[1222/1241] Compiling NIOPosix VsockChannelEvents.swift
[1223/1241] Compiling NIOPosix Windows.swift
[1224/1241] Compiling NIOPosix resource_bundle_accessor.swift
[1225/1241] Compiling NIOPosix PendingDatagramWritesManager.swift
[1226/1241] Compiling NIOPosix PendingWritesManager.swift
[1227/1241] Compiling NIOPosix PipeChannel.swift
[1228/1241] Compiling NIOPosix PipePair.swift
[1229/1241] Compiling NIOPosix Pool.swift
[1230/1241] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1231/1241] Compiling NIOPosix PosixSingletons.swift
[1232/1241] Compiling NIOPosix RawSocketBootstrap.swift
[1233/1241] Compiling NIOPosix Resolver.swift
[1234/1241] Compiling NIOPosix Selectable.swift
[1235/1241] Compiling NIOPosix SelectableChannel.swift
[1236/1241] Compiling NIOPosix BaseStreamSocketChannel.swift
[1237/1241] Compiling NIOPosix Bootstrap.swift
[1238/1241] Compiling NIOPosix ControlMessage.swift
[1239/1241] Compiling NIOPosix DatagramVectorReadManager.swift
[1240/1241] Compiling NIOPosix Errors+Any.swift
[1241/1241] Compiling NIOPosix FileDescriptor.swift
[1242/1243] Emitting module NIO
[1243/1243] Compiling NIO Exports.swift
[1244/1249] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1245/1249] Compiling NIOTLS TLSEvents.swift
[1246/1249] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1247/1249] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1248/1249] Emitting module NIOTLS
[1249/1249] Compiling NIOTLS SNIHandler.swift
[1250/1280] Compiling NIOSSL SSLPublicKey.swift
[1251/1280] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1252/1280] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1253/1283] Compiling NIOSSL SSLInit.swift
[1254/1283] Compiling NIOSSL SSLPKCS12Bundle.swift
[1255/1283] Compiling NIOSSL SSLPrivateKey.swift
[1256/1283] Compiling NIOSSL AndroidCABundle.swift
[1257/1283] Compiling NIOSSL ByteBufferBIO.swift
[1258/1283] Compiling NIOSSL CustomPrivateKey.swift
[1259/1283] Compiling NIOSSL IdentityVerification.swift
[1260/1283] Compiling NIOSSL SSLCertificate.swift
[1261/1283] Compiling NIOSSL SSLCertificateExtensions.swift
[1262/1283] Compiling NIOSSL SSLCertificateName.swift
[1263/1283] Emitting module NIOSSL
[1264/1283] Compiling NIOSSL SubjectAlternativeName.swift
[1265/1283] Compiling NIOSSL NIOSSLSecureBytes.swift
[1266/1283] Compiling NIOSSL RNG.swift
[1267/1283] Compiling NIOSSL NIOSSLServerHandler.swift
[1268/1283] Compiling NIOSSL ObjectIdentifier.swift
[1269/1283] Compiling NIOSSL PosixPort.swift
[1270/1283] Compiling NIOSSL SSLCallbacks.swift
[1271/1283] Compiling NIOSSL LinuxCABundle.swift
[1272/1283] Compiling NIOSSL NIOSSLClientHandler.swift
[1273/1283] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1274/1283] Compiling NIOSSL NIOSSLHandler.swift
[1275/1283] Compiling NIOSSL UniversalBootstrapSupport.swift
[1276/1283] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1277/1283] Compiling NIOSSL resource_bundle_accessor.swift
[1278/1283] Compiling NIOSSL SafeCompare.swift
[1279/1283] Compiling NIOSSL Zeroization.swift
[1280/1283] Compiling NIOSSL TLSConfiguration.swift
[1281/1283] Compiling NIOSSL SSLConnection.swift
[1282/1283] Compiling NIOSSL SSLContext.swift
[1283/1283] Compiling NIOSSL SSLErrors.swift
[1284/1320] Compiling MySQLNIO MySQLPacketDecoder.swift
[1285/1320] Compiling MySQLNIO MySQLPacketEncoder.swift
[1286/1320] Compiling MySQLNIO MySQLPacketSequence.swift
[1287/1320] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1288/1324] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1289/1324] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1290/1324] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1291/1324] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1292/1324] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1293/1324] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1294/1324] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1295/1324] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1296/1324] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1297/1324] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[1298/1324] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[1299/1324] Compiling MySQLNIO MySQLProtocol+DataType.swift
[1300/1324] Emitting module MySQLNIO
[1301/1324] Compiling MySQLNIO Exports.swift
[1302/1324] Compiling MySQLNIO MySQLConnection.swift
[1303/1324] Compiling MySQLNIO MySQLConnectionHandler.swift
[1304/1324] Compiling MySQLNIO MySQLData.swift
[1305/1324] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1306/1324] Compiling MySQLNIO MySQLProtocol.swift
[1307/1324] Compiling MySQLNIO CryptoUtils.swift
[1308/1324] Compiling MySQLNIO NIOUtils.swift
[1309/1324] Compiling MySQLNIO MySQLDataConvertible.swift
[1310/1324] Compiling MySQLNIO MySQLDatabase.swift
[1311/1324] Compiling MySQLNIO MySQLError.swift
[1312/1324] Compiling MySQLNIO MySQLQueryCommand.swift
[1313/1324] Compiling MySQLNIO MySQLRow.swift
[1314/1324] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1315/1324] Compiling MySQLNIO MySQLTime.swift
[1316/1324] Compiling MySQLNIO MySQLPacket.swift
[1317/1324] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1318/1324] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1319/1324] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1320/1324] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1321/1324] Compiling MySQLNIO MySQLProtocol+ERR_Packet.swift
[1322/1324] Compiling MySQLNIO MySQLProtocol+ErrorCode.swift
[1323/1324] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1324/1324] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
Build complete! (62.35s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (2.39s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.40s)
Fetched https://github.com/apple/swift-log.git from cache (2.41s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.42s)
Fetched https://github.com/apple/swift-nio.git from cache (2.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.48s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.92s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.1 (0.62s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.35s)
Fetched https://github.com/apple/swift-system.git from cache (1.38s)
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.88s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.70s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.30s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "mysql-nio",
  "name" : "mysql-nio",
  "path" : "/Users/admin/builder/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" : "MySQLNIO",
      "targets" : [
        "MySQLNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MySQLNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "MySQLNIOTests",
      "path" : "Tests/MySQLNIOTests",
      "sources" : [
        "MySQLNIOTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "MySQLNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MySQLNIO",
      "module_type" : "SwiftTarget",
      "name" : "MySQLNIO",
      "path" : "Sources/MySQLNIO",
      "product_dependencies" : [
        "Algorithms",
        "_CryptoExtras",
        "Crypto",
        "Logging",
        "NIO",
        "NIOSSL"
      ],
      "product_memberships" : [
        "MySQLNIO"
      ],
      "sources" : [
        "Exports.swift",
        "MySQLConnection.swift",
        "MySQLConnectionHandler.swift",
        "MySQLData.swift",
        "MySQLDataConvertible.swift",
        "MySQLDatabase.swift",
        "MySQLError.swift",
        "MySQLQueryCommand.swift",
        "MySQLRow.swift",
        "MySQLSimpleQueryCommand.swift",
        "MySQLTime.swift",
        "Packet/MySQLPacket.swift",
        "Packet/MySQLPacketDecoder.swift",
        "Packet/MySQLPacketEncoder.swift",
        "Packet/MySQLPacketSequence.swift",
        "Protocol/MySQLProtocol+BinaryResultSetRow.swift",
        "Protocol/MySQLProtocol+COM_QUERY.swift",
        "Protocol/MySQLProtocol+COM_QUERY_Response.swift",
        "Protocol/MySQLProtocol+COM_QUIT.swift",
        "Protocol/MySQLProtocol+COM_STMT_CLOSE.swift",
        "Protocol/MySQLProtocol+COM_STMT_EXECUTE.swift",
        "Protocol/MySQLProtocol+COM_STMT_PREPARE.swift",
        "Protocol/MySQLProtocol+COM_STMT_PREPARE_OK.swift",
        "Protocol/MySQLProtocol+CapabilityFlags.swift",
        "Protocol/MySQLProtocol+CharacterSet.swift",
        "Protocol/MySQLProtocol+ColumnDefinition41.swift",
        "Protocol/MySQLProtocol+ColumnFlags.swift",
        "Protocol/MySQLProtocol+DataType.swift",
        "Protocol/MySQLProtocol+ERR_Packet.swift",
        "Protocol/MySQLProtocol+ErrorCode.swift",
        "Protocol/MySQLProtocol+HandshakeResponse41.swift",
        "Protocol/MySQLProtocol+HandshakeV10.swift",
        "Protocol/MySQLProtocol+NullBitmap.swift",
        "Protocol/MySQLProtocol+OK_Packet.swift",
        "Protocol/MySQLProtocol+SSLRequest.swift",
        "Protocol/MySQLProtocol+StatusFlags.swift",
        "Protocol/MySQLProtocol+TextResultSetRow.swift",
        "Protocol/MySQLProtocol.swift",
        "Utilities/CryptoUtils.swift",
        "Utilities/NIOUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.