The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of MixpanelVapor, reference 2.1.0 (c7de53), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:56:08 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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/MixpanelVapor.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/petrpavlik/MixpanelVapor
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at c7de53f Add VSCode settings to exclude build files from the workspace
Cloned https://github.com/petrpavlik/MixpanelVapor.git
Revision (git rev-parse @):
c7de53f768d318d80ca2889b712acaa8558f7c72
SUCCESS checkout https://github.com/petrpavlik/MixpanelVapor.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/petrpavlik/MixpanelVapor.git
https://github.com/petrpavlik/MixpanelVapor.git
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "uaparserswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/malcommac/UAParserSwift.git"
    },
    {
      "identity" : "fakery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vadymmarkov/Fakery.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-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "MixpanelVapor",
  "name" : "MixpanelVapor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MixpanelVapor",
      "targets" : [
        "MixpanelVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MixpanelVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVaporTests",
      "path" : "Tests/MixpanelVaporTests",
      "product_dependencies" : [
        "Fakery",
        "XCTVapor"
      ],
      "sources" : [
        "MixpanelVaporTests.swift"
      ],
      "target_dependencies" : [
        "MixpanelVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MixpanelVapor",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVapor",
      "path" : "Sources/MixpanelVapor",
      "product_dependencies" : [
        "Vapor",
        "UAParserSwift",
        "Logging",
        "Atomics"
      ],
      "product_memberships" : [
        "MixpanelVapor"
      ],
      "sources" : [
        "Application+Mixpanel.swift",
        "BatchLogRecordProcessor.swift",
        "Constants.swift",
        "LifecycleHandler.swift",
        "MixpanelProperty.swift",
        "MixpanelVapor.swift",
        "Request+Mixpanel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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 -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
Building for debugging...
[0/475] Write sources
[8/475] Copying PrivacyInfo.xcprivacy
[9/475] Write sources
[13/475] Copying PrivacyInfo.xcprivacy
[14/475] Write sources
[17/475] Copying PrivacyInfo.xcprivacy
[18/475] Write sources
[50/475] Compiling CSystem shims.c
[51/475] Compiling CNIOWindows shim.c
[52/475] Compiling CNIOWASI CNIOWASI.c
[52/475] Compiling CNIOWindows WSAStartup.c
[54/475] Compiling _NumericsShims _NumericsShims.c
[55/475] Write swift-version-2F0A5646E1D333AE.txt
[56/475] Compiling CNIOLinux liburing_shims.c
[56/475] Compiling CNIOLinux shim.c
[58/475] Compiling CNIOExtrasZlib empty.c
[59/475] Compiling _AtomicsShims.c
[60/483] Compiling CNIOLLHTTP c_nio_http.c
[61/483] Compiling CNIOSHA1 c_nio_sha1.c
[62/483] Compiling CVaporBcrypt blf.c
[63/505] Compiling CVaporBcrypt bcrypt.c
[64/524] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/524] Compiling CNIOLLHTTP c_nio_api.c
[67/623] Emitting module RealModule
[68/624] Compiling ServiceContextModule ServiceContextKey.swift
[69/624] Compiling RealModule Real.swift
[70/624] Compiling RealModule Float80+Real.swift
[71/624] Emitting module _NIOBase64
[72/624] Compiling _NIOBase64 Base64.swift
[73/624] Compiling RealModule AlgebraicField.swift
[74/624] Compiling RealModule ApproximateEquality.swift
[75/624] Compiling RealModule Float16+Real.swift
[76/624] Compiling RealModule RealFunctions.swift
[77/624] Compiling RealModule ElementaryFunctions.swift
[78/624] Compiling RealModule Float+Real.swift
[79/624] Compiling RealModule AugmentedArithmetic.swift
[80/624] Compiling RealModule Double+Real.swift
[81/624] Compiling ServiceContextModule ServiceContext.swift
[82/624] Emitting module ServiceContextModule
[82/624] Compiling fiat_p256_adx_sqr.S
[84/624] Compiling Crypto ASN1BitString.swift
[85/624] Compiling Crypto ASN1Boolean.swift
[86/624] Compiling Crypto AES-GCM.swift
[87/624] Compiling Crypto AES-GCM_boring.swift
[88/624] Compiling Crypto ChaChaPoly_boring.swift
[89/624] Compiling Crypto ChaChaPoly.swift
[90/624] Compiling Crypto ASN1Null.swift
[91/624] Compiling Crypto ASN1OctetString.swift
[92/624] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/624] Compiling Crypto Cipher.swift
[94/624] Compiling Crypto Nonces.swift
[95/631] Compiling _NIODataStructures PriorityQueue.swift
[96/631] Compiling Crypto ASN1.swift
[97/631] Compiling Crypto ASN1Any.swift
[98/631] Emitting module InternalCollectionsUtilities
[99/631] Compiling Crypto ASN1Strings.swift
[100/631] Compiling Crypto ArraySliceBigint.swift
[101/631] Compiling Crypto ASN1Identifier.swift
[102/631] Compiling Crypto ASN1Integer.swift
[103/631] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[103/631] Compiling fiat_p256_adx_mul.S
[105/631] Compiling Instrumentation MultiplexInstrument.swift
[106/631] Compiling Instrumentation NoOpInstrument.swift
[110/634] Compiling _NIODataStructures _TinyArray.swift
[111/704] Compiling Logging MetadataProvider.swift
[112/704] Compiling CoreMetrics Locks.swift
[113/704] Compiling _RopeModule Rope+_Node.swift
[114/704] Compiling _RopeModule Rope+_Storage.swift
[115/704] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[116/704] Compiling _NIODataStructures Heap.swift
[117/704] Emitting module _NIODataStructures
[117/704] Compiling CNIODarwin shim.c
[119/724] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[120/724] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[121/724] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[122/724] Compiling OrderedCollections OrderedDictionary+Elements.swift
[123/724] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[124/724] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[125/767] Emitting module CoreMetrics
[126/767] Compiling CoreMetrics Metrics.swift
[127/767] Compiling Instrumentation InstrumentationSystem.swift
[128/767] Compiling Instrumentation Locks.swift
[129/767] Emitting module Instrumentation
[130/767] Compiling Instrumentation Instrument.swift
[131/847] Emitting module SystemPackage
[132/847] Compiling HashTreeCollections _HashNode+Storage.swift
[133/847] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[134/847] Compiling HashTreeCollections _HashNode+Structural filter.swift
[135/847] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[136/847] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[137/847] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[138/847] Compiling HashTreeCollections TreeDictionary+Filter.swift
[139/847] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[140/847] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[141/847] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[142/847] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[143/847] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[144/847] Compiling HashTreeCollections TreeDictionary+Keys.swift
[145/847] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[146/847] Compiling HashTreeCollections TreeDictionary+Merge.swift
[146/847] Compiling CNIOBoringSSLShims shims.c
[148/847] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[149/847] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[150/847] Compiling HashTreeCollections _RawHashNode.swift
[151/847] Compiling HashTreeCollections _UnmanagedHashNode.swift
[152/847] Compiling HashTreeCollections _UnsafePath.swift
[153/847] Compiling HashTreeCollections TreeDictionary+Codable.swift
[154/853] Emitting module Logging
[155/853] Compiling Logging LogHandler.swift
[156/853] Compiling Logging Locks.swift
[157/853] Compiling Logging Logging.swift
[158/853] Compiling HashTreeCollections _HashNode.swift
[159/853] Compiling HashTreeCollections _HashNodeHeader.swift
[160/853] Compiling HashTreeCollections _HashSlot.swift
[161/853] Compiling HeapModule Heap+Invariants.swift
[162/853] Compiling HeapModule Heap.swift
[163/853] Compiling HeapModule _HeapNode.swift
[164/853] Compiling HeapModule Heap+UnsafeHandle.swift
[165/853] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[166/853] Compiling HeapModule Heap+Descriptions.swift
[167/853] Emitting module HeapModule
[167/861] Compiling fiat_curve25519_adx_square.S
[168/861] Compiling fiat_curve25519_adx_mul.S
[170/883] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[171/883] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[172/883] Compiling HashTreeCollections _HashNode+Structural merge.swift
[173/883] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[174/883] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[175/883] Compiling HashTreeCollections _HashNode+Structural union.swift
[176/883] Compiling DequeModule Deque+Codable.swift
[177/883] Compiling DequeModule Deque+Collection.swift
[178/883] Compiling DequeModule Deque._UnsafeHandle.swift
[179/883] Compiling DequeModule Deque.swift
[180/883] Compiling DequeModule Deque+Testing.swift
[181/883] Compiling DequeModule Deque._Storage.swift
[182/883] Compiling DequeModule Deque+Extras.swift
[183/883] Compiling DequeModule Deque+Hashable.swift
[184/883] Compiling DequeModule Deque+Equatable.swift
[185/883] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[186/883] Compiling DequeModule Deque+CustomReflectable.swift
[187/883] Compiling DequeModule Deque+Descriptions.swift
[188/883] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[189/883] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[193/883] Compiling HashTreeCollections _HashStack.swift
[194/883] Compiling HashTreeCollections _HashTreeIterator.swift
[195/883] Compiling HashTreeCollections _HashTreeStatistics.swift
[196/883] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[197/883] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[198/883] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[199/883] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[208/890] Compiling DequeModule _DequeBufferHeader.swift
[209/890] Compiling DequeModule _DequeSlot.swift
[212/890] Compiling DequeModule _DequeBuffer.swift
[218/891] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[219/891] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[220/891] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[221/891] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[222/891] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[223/891] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[224/891] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[225/891] Compiling Tracing TracerProtocol.swift
[228/891] Compiling OrderedCollections OrderedSet+SubSequence.swift
[229/891] Compiling OrderedCollections OrderedSet+Testing.swift
[230/891] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[231/891] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[232/891] Compiling OrderedCollections OrderedSet.swift
[233/891] Compiling OrderedCollections _UnsafeBitset.swift
[234/891] Compiling HashTreeCollections _Bitmap.swift
[235/891] Compiling HashTreeCollections _Bucket.swift
[236/891] Compiling HashTreeCollections _Hash.swift
[237/891] Compiling HashTreeCollections _HashLevel.swift
[238/891] Compiling HashTreeCollections _HashNode+Builder.swift
[239/891] Compiling HashTreeCollections _HashNode+Debugging.swift
[240/891] Compiling HashTreeCollections _HashNode+Initializers.swift
[241/891] Compiling HashTreeCollections _HashNode+Invariants.swift
[257/891] Compiling DequeModule _UnsafeWrappedBuffer.swift
[273/891] Compiling Tracing Tracer.swift
[274/891] Compiling Tracing InstrumentationSystem+Tracing.swift
[275/891] Compiling Tracing SpanProtocol.swift
[276/891] Compiling Tracing NoOpTracer.swift
[277/891] Compiling Tracing TracingTime.swift
[278/891] Emitting module Tracing
[279/891] Compiling Tracing TracerProtocol+Legacy.swift
[296/891] Emitting module DequeModule
[297/891] Emitting module Crypto
[298/899] Compiling RoutingKit Router.swift
[299/899] Compiling _RopeModule Rope+Remove.swift
[300/899] Compiling _RopeModule Rope+RemoveSubrange.swift
[301/899] Compiling _RopeModule Rope+Split.swift
[302/899] Compiling Crypto RNG_boring.swift
[303/899] Compiling Crypto SafeCompare_boring.swift
[304/899] Compiling Crypto Zeroization_boring.swift
[305/899] Compiling Crypto PrettyBytes.swift
[306/899] Compiling Crypto SafeCompare.swift
[325/907] Emitting module OrderedCollections
[326/907] Emitting module _RopeModule
[334/907] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[335/907] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[336/907] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[337/907] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[338/907] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[339/907] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[340/907] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[341/907] Compiling HashTreeCollections TreeSet.swift
[341/907] Compiling tls_record.cc
[407/907] Compiling tls_method.cc
[408/907] Compiling tls13_server.cc
[409/907] Compiling tls13_enc.cc
[411/907] Emitting module Metrics
[412/907] Compiling Metrics Metrics.swift
[493/907] Emitting module HashTreeCollections
[493/907] Compiling tls13_client.cc
[502/907] Compiling tls13_both.cc
[504/907] Compiling RoutingKit TrieRouter.swift
[505/907] Compiling RoutingKit PathComponent.swift
[506/907] Compiling RoutingKit AnyRouter.swift
[507/907] Emitting module RoutingKit
[508/907] Compiling RoutingKit Parameters.swift
[508/907] Compiling t1_enc.cc
[510/907] Emitting module UAParserSwift
[511/907] Compiling UAParserSwift UAParserSwift.swift
[511/907] Compiling ssl_x509.cc
[512/907] Compiling ssl_versions.cc
[513/907] Compiling ssl_transcript.cc
[514/907] Compiling ssl_stat.cc
[515/907] Compiling ssl_session.cc
[516/907] Compiling ssl_privkey.cc
[517/907] Compiling ssl_file.cc
[518/907] Compiling ssl_key_share.cc
[519/907] Compiling ssl_credential.cc
[520/907] Compiling ssl_lib.cc
[521/907] Compiling ssl_cipher.cc
[522/907] Compiling ssl_cert.cc
[523/907] Compiling ssl_buffer.cc
[524/907] Compiling ssl_asn1.cc
[525/907] Compiling ssl_aead_ctx.cc
[526/907] Compiling s3_pkt.cc
[527/907] Compiling s3_lib.cc
[528/907] Compiling s3_both.cc
[529/907] Compiling handshake_server.cc
[530/907] Compiling handshake_client.cc
[531/907] Compiling handshake.cc
[532/907] Compiling handoff.cc
[533/907] Compiling md5-x86_64-linux.S
[534/907] Compiling md5-x86_64-apple.S
[535/907] Compiling md5-586-linux.S
[536/907] Compiling md5-586-apple.S
[537/907] Compiling encrypted_client_hello.cc
[538/907] Compiling extensions.cc
[539/907] Compiling chacha20_poly1305_x86_64-linux.S
[540/907] Compiling chacha20_poly1305_x86_64-apple.S
[541/907] Compiling chacha20_poly1305_armv8-win.S
[542/907] Compiling dtls_record.cc
[543/907] Compiling dtls_method.cc
[544/907] Compiling chacha20_poly1305_armv8-linux.S
[545/907] Compiling d1_srtp.cc
[546/907] Compiling chacha-x86_64-apple.S
[547/907] Compiling d1_pkt.cc
[547/907] Compiling chacha-x86_64-linux.S
[549/907] Compiling chacha-x86-linux.S
[550/907] Compiling chacha20_poly1305_armv8-apple.S
[551/907] Compiling chacha-x86-apple.S
[552/907] Compiling chacha-armv8-linux.S
[553/907] Compiling chacha-armv8-win.S
[554/907] Compiling chacha-armv4-linux.S
[555/907] Compiling aes128gcmsiv-x86_64-linux.S
[556/907] Compiling chacha-armv8-apple.S
[557/907] Compiling aes128gcmsiv-x86_64-apple.S
[558/907] Compiling bio_ssl.cc
[559/907] Compiling x86_64-mont5-apple.S
[560/907] Compiling x86_64-mont-linux.S
[561/907] Compiling x86_64-mont5-linux.S
[562/907] Compiling x86-mont-linux.S
[563/907] Compiling x86_64-mont-apple.S
[564/907] Compiling x86-mont-apple.S
[565/907] Compiling err_data.cc
[566/907] Compiling d1_lib.cc
[567/907] Compiling vpaes-x86_64-linux.S
[568/907] Compiling vpaes-x86-linux.S
[569/907] Compiling vpaes-x86_64-apple.S
[570/907] Compiling vpaes-x86-apple.S
[571/907] Compiling vpaes-armv8-win.S
[572/907] Compiling vpaes-armv8-linux.S
[573/907] Compiling vpaes-armv8-apple.S
[574/907] Compiling sha512-x86_64-linux.S
[575/907] Compiling vpaes-armv7-linux.S
[576/907] Compiling sha512-x86_64-apple.S
[577/907] Compiling sha512-armv8-linux.S
[578/907] Compiling sha512-armv8-win.S
[579/907] Compiling sha512-armv8-apple.S
[580/907] Compiling sha512-armv4-linux.S
[581/907] Compiling sha512-586-linux.S
[582/907] Compiling sha512-586-apple.S
[583/907] Compiling sha256-x86_64-apple.S
[584/907] Compiling sha256-x86_64-linux.S
[585/907] Compiling sha256-armv8-win.S
[586/907] Compiling d1_both.cc
[587/907] Compiling sha256-armv8-linux.S
[588/907] Compiling sha256-armv8-apple.S
[589/907] Compiling sha256-armv4-linux.S
[590/907] Compiling sha256-586-apple.S
[591/907] Compiling sha1-x86_64-linux.S
[592/907] Compiling sha256-586-linux.S
[593/907] Compiling sha1-x86_64-apple.S
[594/907] Compiling sha1-armv8-win.S
[595/907] Compiling sha1-armv8-linux.S
[596/907] Compiling sha1-armv4-large-linux.S
[597/907] Compiling sha1-armv8-apple.S
[598/907] Compiling sha1-586-linux.S
[599/907] Compiling rsaz-avx2-apple.S
[600/907] Compiling rsaz-avx2-linux.S
[601/907] Compiling sha1-586-apple.S
[602/907] Compiling p256_beeu-x86_64-asm-linux.S
[603/907] Compiling rdrand-x86_64-linux.S
[603/907] Compiling rdrand-x86_64-apple.S
[605/907] Compiling p256_beeu-armv8-asm-win.S
[606/907] Compiling p256_beeu-x86_64-asm-apple.S
[607/907] Compiling p256_beeu-armv8-asm-linux.S
[608/907] Compiling p256_beeu-armv8-asm-apple.S
[609/907] Compiling p256-x86_64-asm-apple.S
[610/907] Compiling p256-armv8-asm-win.S
[610/907] Compiling p256-x86_64-asm-linux.S
[612/907] Compiling p256-armv8-asm-linux.S
[613/907] Compiling ghashv8-armv8-win.S
[614/907] Compiling p256-armv8-asm-apple.S
[615/907] Compiling ghashv8-armv8-apple.S
[616/907] Compiling ghashv8-armv8-linux.S
[617/907] Compiling ghashv8-armv7-linux.S
[618/907] Compiling ghash-x86_64-linux.S
[619/907] Compiling ghash-x86-apple.S
[619/907] Compiling ghash-x86-linux.S
[621/907] Compiling ghash-x86_64-apple.S
[622/907] Compiling ghash-ssse3-x86_64-linux.S
[623/907] Compiling ghash-ssse3-x86_64-apple.S
[624/907] Compiling ghash-ssse3-x86-linux.S
[625/907] Compiling ghash-ssse3-x86-apple.S
[626/907] Compiling ghash-neon-armv8-win.S
[627/907] Compiling ghash-neon-armv8-linux.S
[628/907] Compiling ghash-neon-armv8-apple.S
[629/907] Compiling co-586-linux.S
[630/907] Compiling co-586-apple.S
[630/907] Compiling ghash-armv4-linux.S
[632/907] Compiling bsaes-armv7-linux.S
[633/907] Compiling bn-armv8-win.S
[634/907] Compiling bn-armv8-linux.S
[635/907] Compiling bn-armv8-apple.S
[636/907] Compiling bn-586-linux.S
[637/907] Compiling bn-586-apple.S
[638/907] Compiling armv8-mont-win.S
[639/907] Compiling aesv8-gcm-armv8-win.S
[640/907] Compiling armv8-mont-apple.S
[641/907] Compiling armv4-mont-linux.S
[642/907] Compiling armv8-mont-linux.S
[643/907] Compiling aesv8-gcm-armv8-linux.S
[644/907] Compiling aesv8-gcm-armv8-apple.S
[645/907] Compiling aesv8-armv8-linux.S
[646/907] Compiling aesv8-armv8-win.S
[647/907] Compiling aesv8-armv8-apple.S
[648/907] Compiling aesv8-armv7-linux.S
[649/907] Compiling aesni-x86-apple.S
[650/907] Compiling aesni-x86_64-linux.S
[650/907] Compiling aesni-x86-linux.S
[652/907] Compiling aesni-x86_64-apple.S
[653/907] Compiling aesni-gcm-x86_64-linux.S
[653/907] Compiling aesni-gcm-x86_64-apple.S
[655/907] Compiling aes-gcm-avx2-x86_64-apple.S
[656/907] Compiling aes-gcm-avx10-x86_64-linux.S
[656/907] Compiling aes-gcm-avx2-x86_64-linux.S
[658/907] Compiling aes-gcm-avx10-x86_64-apple.S
[659/907] Compiling x_sig.cc
[660/907] Compiling x_spki.cc
[661/907] Compiling x_val.cc
[662/907] Compiling x_x509a.cc
[663/907] Compiling x_x509.cc
[664/907] Compiling x_req.cc
[665/907] Compiling x_exten.cc
[666/907] Compiling x_pubkey.cc
[667/907] Compiling x_crl.cc
[668/907] Compiling x_name.cc
[669/907] Compiling x_attrib.cc
[670/907] Compiling x_algor.cc
[671/907] Compiling x509spki.cc
[672/907] Compiling x509rset.cc
[673/907] Compiling x_all.cc
[674/907] Compiling x509name.cc
[675/907] Compiling x509_vpm.cc
[676/907] Compiling x509cset.cc
[677/907] Compiling x509_v3.cc
[678/907] Compiling x509_vfy.cc
[679/907] Compiling x509_txt.cc
[680/907] Compiling x509_trs.cc
[681/907] Compiling x509_set.cc
[682/907] Compiling x509_req.cc
[683/907] Compiling x509_obj.cc
[684/907] Compiling x509_def.cc
[684/907] Compiling x509_d2.cc
[686/907] Compiling x509_ext.cc
[687/907] Compiling x509_lu.cc
[688/907] Compiling x509_cmp.cc
[689/907] Compiling x509_att.cc
[690/907] Compiling x509.cc
[691/907] Compiling v3_skey.cc
[692/907] Compiling v3_prn.cc
[693/907] Compiling v3_ocsp.cc
[694/907] Compiling v3_utl.cc
[695/907] Compiling v3_purp.cc
[695/907] Compiling v3_pmaps.cc
[697/907] Compiling v3_pcons.cc
[698/907] Compiling v3_ncons.cc
[699/907] Compiling v3_int.cc
[700/907] Compiling v3_lib.cc
[701/907] Compiling v3_ia5.cc
[702/907] Compiling v3_info.cc
[703/907] Compiling v3_genn.cc
[704/907] Compiling v3_extku.cc
[705/907] Compiling v3_enum.cc
[706/907] Compiling v3_conf.cc
[707/907] Compiling v3_cpols.cc
[708/907] Compiling v3_crld.cc
[709/907] Compiling v3_bitst.cc
[710/907] Compiling v3_bcons.cc
[711/907] Compiling v3_akeya.cc
[712/907] Compiling v3_alt.cc
[713/907] Compiling v3_akey.cc
[714/907] Compiling t_x509a.cc
[715/907] Compiling t_crl.cc
[716/907] Compiling t_req.cc
[717/907] Compiling t_x509.cc
[718/907] Compiling rsa_pss.cc
[719/907] Compiling i2d_pr.cc
[720/907] Compiling name_print.cc
[721/907] Compiling policy.cc
[722/907] Compiling by_file.cc
[723/907] Compiling by_dir.cc
[724/907] Compiling asn1_gen.cc
[725/907] Compiling algorithm.cc
[726/907] Compiling a_digest.cc
[727/907] Compiling a_verify.cc
[728/907] Compiling a_sign.cc
[729/907] Compiling voprf.cc
[730/907] Compiling thread_win.cc
[731/907] Compiling thread_pthread.cc
[732/907] Compiling thread_none.cc
[733/907] Compiling thread.cc
[734/907] Compiling trust_token.cc
[735/907] Compiling stack.cc
[736/907] Compiling pmbtoken.cc
[737/907] Compiling slhdsa.cc
[738/907] Compiling spake2plus.cc
[739/907] Compiling siphash.cc
[740/907] Compiling sha512.cc
[741/907] Compiling sha1.cc
[741/907] Compiling sha256.cc
[743/907] Compiling rsa_extra.cc
[744/907] Compiling rsa_print.cc
[745/907] Compiling rsa_crypt.cc
[746/907] Compiling refcount.cc
[747/907] Compiling rc4.cc
[748/907] Compiling rsa_asn1.cc
[749/907] Compiling windows.cc
[750/907] Compiling urandom.cc
[751/907] Compiling trusty.cc
[752/907] Compiling rand.cc
[753/907] Compiling ios.cc
[754/907] Compiling passive.cc
[755/907] Compiling poly1305_arm_asm.S
[756/907] Compiling getentropy.cc
[757/907] Compiling forkunsafe.cc
[758/907] Compiling deterministic.cc
[759/907] Compiling fork_detect.cc
[760/907] Compiling poly1305_vec.cc
[761/907] Compiling poly1305_arm.cc
[762/907] Compiling poly1305.cc
[763/907] Compiling pool.cc
[764/907] Compiling pkcs8.cc
[765/907] Compiling pkcs8_x509.cc
[766/907] Compiling p5_pbev2.cc
[767/907] Compiling pkcs7.cc
[768/907] Compiling pkcs7_x509.cc
[769/907] Compiling pem_xaux.cc
[770/907] Compiling pem_x509.cc
[771/907] Compiling pem_pkey.cc
[772/907] Compiling pem_pk8.cc
[773/907] Compiling pem_oth.cc
[774/907] Compiling mlkem.cc
[775/907] Compiling obj_xref.cc
[776/907] Compiling mldsa.cc
[777/907] Compiling pem_lib.cc
[778/907] Compiling pem_info.cc
[779/907] Compiling pem_all.cc
[780/907] Compiling poly_rq_mul.S
[781/907] Compiling obj.cc
[782/907] Compiling fips_shared_support.cc
[783/907] Compiling mem.cc
[784/907] Compiling md5.cc
[785/907] Compiling md4.cc
[786/907] Compiling lhash.cc
[787/907] Compiling kyber.cc
[788/907] Compiling ex_data.cc
[789/907] Compiling sign.cc
[790/907] Compiling scrypt.cc
[791/907] Compiling pbkdf.cc
[792/907] Compiling print.cc
[793/907] Compiling hpke.cc
[794/907] Compiling hrss.cc
[795/907] Compiling p_x25519_asn1.cc
[796/907] Compiling p_x25519.cc
[797/907] Compiling p_ed25519.cc
[798/907] Compiling p_rsa_asn1.cc
[799/907] Compiling p_rsa.cc
[800/907] Compiling p_ec.cc
[801/907] Compiling p_hkdf.cc
[802/907] Compiling p_ed25519_asn1.cc
[803/907] Compiling p_ec_asn1.cc
[804/907] Compiling p_dh_asn1.cc
[805/907] Compiling p_dh.cc
[806/907] Compiling p_dsa_asn1.cc
[807/907] Compiling evp_ctx.cc
[808/907] Compiling engine.cc
[809/907] Compiling evp.cc
[810/907] Compiling err.cc
[811/907] Compiling evp_asn1.cc
[812/907] Compiling ecdsa_asn1.cc
[813/907] Compiling ecdh.cc
[814/907] Compiling hash_to_curve.cc
[815/907] Compiling ec_derive.cc
[816/907] Compiling dsa.cc
[817/907] Compiling dsa_asn1.cc
[818/907] Compiling bcm.cc
[819/907] Compiling ec_asn1.cc
[820/907] Compiling params.cc
[821/907] Compiling digest_extra.cc
[822/907] Compiling x25519-asm-arm.S
[823/907] Compiling des.cc
[824/907] Compiling dh_asn1.cc
[825/907] Compiling curve25519_64_adx.cc
[826/907] Compiling spake25519.cc
[827/907] Compiling cpu_intel.cc
[828/907] Compiling crypto.cc
[829/907] Compiling cpu_arm_linux.cc
[830/907] Compiling cpu_arm_freebsd.cc
[831/907] Compiling cpu_aarch64_win.cc
[832/907] Compiling curve25519.cc
[833/907] Compiling cpu_aarch64_sysreg.cc
[834/907] Compiling cpu_aarch64_openbsd.cc
[835/907] Compiling cpu_aarch64_linux.cc
[836/907] Compiling cpu_aarch64_fuchsia.cc
[837/907] Compiling cpu_aarch64_apple.cc
[838/907] Compiling get_cipher.cc
[839/907] Compiling tls_cbc.cc
[840/907] Compiling conf.cc
[841/907] Compiling e_tls.cc
[842/907] Compiling e_rc4.cc
[843/907] Compiling e_rc2.cc
[844/907] Compiling e_null.cc
[845/907] Compiling e_des.cc
[846/907] Compiling e_chacha20poly1305.cc
[847/907] Compiling e_aesgcmsiv.cc
[848/907] Compiling derive_key.cc
[849/907] Compiling e_aesctrhmac.cc
[850/907] Compiling chacha.cc
[851/907] Compiling unicode.cc
[852/907] Compiling cbs.cc
[853/907] Compiling ber.cc
[854/907] Compiling asn1_compat.cc
[855/907] Compiling cbb.cc
[856/907] Compiling buf.cc
[857/907] Compiling blake2.cc
[858/907] Compiling socket_helper.cc
[859/907] Compiling bn_asn1.cc
[860/907] Compiling convert.cc
[861/907] Compiling socket.cc
[862/907] Compiling printf.cc
[863/907] Compiling pair.cc
[864/907] Compiling file.cc
[865/907] Compiling hexdump.cc
[866/907] Compiling fd.cc
[867/907] Compiling errno.cc
[868/907] Compiling connect.cc
[869/907] Compiling bio_mem.cc
[870/907] Compiling base64.cc
[871/907] Compiling bio.cc
[872/907] Compiling tasn_typ.cc
[873/907] Compiling tasn_fre.cc
[874/907] Compiling tasn_utl.cc
[875/907] Compiling tasn_enc.cc
[876/907] Compiling tasn_new.cc
[877/907] Compiling posix_time.cc
[878/907] Compiling f_string.cc
[879/907] Compiling f_int.cc
[879/907] Compiling tasn_dec.cc
[881/907] Compiling asn_pack.cc
[882/907] Compiling asn1_par.cc
[883/907] Compiling a_utctm.cc
[884/907] Compiling asn1_lib.cc
[885/907] Compiling a_type.cc
[886/907] Compiling a_octet.cc
[887/907] Compiling a_time.cc
[888/907] Compiling a_strnid.cc
[889/907] Compiling a_strex.cc
[890/907] Compiling a_mbstr.cc
[891/907] Compiling a_object.cc
[892/907] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[893/907] Write sources
[898/907] Compiling a_int.cc
[899/907] Compiling a_i2d_fp.cc
[900/907] Compiling a_dup.cc
[901/907] Compiling a_d2i_fp.cc
[902/907] Compiling a_gentm.cc
[903/935] Compiling a_bitstr.cc
[904/1007] Compiling a_bool.cc
[906/1007] Compiling Algorithms Combinations.swift
[907/1007] Compiling Algorithms Compacted.swift
[908/1007] Compiling Algorithms Suffix.swift
[909/1007] Compiling Algorithms Trim.swift
[910/1009] Compiling Algorithms Stride.swift
[911/1009] Compiling Algorithms Grouped.swift
[912/1009] Compiling Algorithms Indexed.swift
[913/1009] Compiling Algorithms Intersperse.swift
[914/1009] Compiling BitCollections BitSet+Hashable.swift
[915/1009] Compiling BitCollections BitSet+Initializers.swift
[916/1009] Compiling BitCollections BitSet+Invariants.swift
[917/1009] Compiling BitCollections BitSet+Random.swift
[918/1009] Compiling BitCollections BitSet+SetAlgebra basics.swift
[919/1009] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[920/1014] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[921/1014] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[922/1014] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[923/1014] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[924/1014] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[925/1014] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[926/1014] Compiling BitCollections BitArray+Descriptions.swift
[927/1014] Compiling BitCollections BitArray+Equatable.swift
[928/1014] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[929/1014] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[930/1014] Compiling BitCollections BitArray+Extras.swift
[931/1014] Compiling BitCollections BitArray+Fill.swift
[932/1014] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[933/1014] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[934/1014] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[935/1014] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[936/1014] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[937/1014] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[938/1014] Emitting module BitCollections
[939/1014] Compiling Atomics IntegerOperations.swift
[940/1014] Compiling Atomics Unmanaged extensions.swift
[941/1014] Compiling Algorithms Chunked.swift
[942/1014] Compiling Algorithms Split.swift
[943/1014] Compiling Algorithms AdjacentPairs.swift
[944/1014] Compiling Algorithms Chain.swift
[951/1014] Compiling BitCollections BitSet.swift
[952/1014] Compiling BitCollections Range+Utilities.swift
[953/1014] Compiling BitCollections Slice+Utilities.swift
[954/1014] Compiling BitCollections UInt+Tricks.swift
[955/1014] Compiling BitCollections _Word.swift
[958/1014] Compiling Algorithms Permutations.swift
[959/1014] Compiling Algorithms Product.swift
[960/1014] Compiling Algorithms Joined.swift
[961/1014] Compiling Algorithms Keyed.swift
[968/1014] Compiling Algorithms MinMax.swift
[969/1014] Compiling BitCollections BitSet+SetAlgebra union.swift
[970/1014] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[971/1014] Compiling BitCollections BitSet.Counted.swift
[972/1014] Compiling BitCollections BitSet.Index.swift
[973/1014] Compiling BitCollections BitSet._UnsafeHandle.swift
[974/1014] Compiling Algorithms EitherSequence.swift
[975/1014] Compiling Algorithms FirstNonNil.swift
[976/1014] Compiling Algorithms FlattenCollection.swift
[977/1014] Compiling Algorithms RandomSample.swift
[978/1014] Compiling Algorithms Reductions.swift
[979/1014] Compiling Algorithms Rotate.swift
[998/1018] Emitting module Collections
[999/1018] Compiling Collections Collections.swift
[1010/1018] Compiling Algorithms Unique.swift
[1011/1018] Compiling Algorithms Windows.swift
[1012/1018] Emitting module Atomics
[1012/1018] Compiling c-nioatomics.c
[1014/1018] Emitting module Algorithms
[1017/1018] Compiling c-atomics.c
[1019/1024] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1020/1024] Compiling NIOConcurrencyHelpers lock.swift
[1021/1024] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1022/1024] Emitting module NIOConcurrencyHelpers
[1023/1024] Compiling NIOConcurrencyHelpers NIOLock.swift
[1024/1024] Compiling NIOConcurrencyHelpers atomics.swift
[1025/1112] Compiling NIOCore ByteBuffer-conversions.swift
[1026/1112] Compiling NIOCore Channel.swift
[1027/1112] Compiling NIOCore ChannelHandler.swift
[1028/1114] Emitting module ConsoleKitTerminal
[1029/1114] Compiling NIOCore AddressedEnvelope.swift
[1030/1114] Compiling NIOCore AsyncAwaitSupport.swift
[1031/1114] Compiling NIOCore AsyncChannel.swift
[1032/1114] Compiling NIOCore AsyncChannelHandler.swift
[1033/1114] Compiling NIOCore AsyncChannelInboundStream.swift
[1034/1114] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1035/1114] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1036/1114] Compiling NIOCore ByteBuffer-core.swift
[1037/1114] Compiling NIOCore ByteBuffer-hex.swift
[1038/1114] Compiling NIOCore ChannelHandlers.swift
[1039/1114] Compiling NIOCore ChannelInvoker.swift
[1040/1114] Compiling NIOCore ChannelOption.swift
[1041/1114] Compiling NIOCore ByteBuffer-int.swift
[1042/1114] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1043/1114] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1044/1114] Compiling NIOCore NIOAsyncWriter.swift
[1045/1114] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1046/1114] Compiling NIOCore BSDSocketAPI.swift
[1047/1114] Compiling NIOCore ByteBuffer-aux.swift
[1048/1114] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1049/1114] Compiling NIOCore ByteBuffer-multi-int.swift
[1050/1114] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1051/1114] Compiling NIOCore ByteBuffer-views.swift
[1052/1114] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1053/1114] Compiling ConsoleKitTerminal LoggerFragment.swift
[1054/1114] Compiling NIOCore GlobalSingletons.swift
[1055/1114] Compiling NIOCore IO.swift
[1056/1114] Compiling NIOCore IOData.swift
[1057/1114] Compiling NIOCore IPProtocol.swift
[1058/1114] Compiling NIOCore IntegerBitPacking.swift
[1059/1114] Compiling NIOCore IntegerTypes.swift
[1060/1142] Compiling NIOCore Interfaces.swift
[1061/1142] Compiling NIOCore Linux.swift
[1062/1142] Compiling NIOCore MarkedCircularBuffer.swift
[1063/1142] Compiling NIOCore MulticastChannel.swift
[1064/1142] Compiling NIOCore NIOAny.swift
[1065/1142] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1066/1142] Compiling NIOCore NIOLoopBound.swift
[1067/1142] Compiling NIOCore NIOScheduledCallback.swift
[1068/1142] Compiling NIOCore NIOSendable.swift
[1069/1142] Compiling NIOCore RecvByteBufferAllocator.swift
[1070/1142] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1071/1142] Compiling NIOCore SocketAddresses.swift
[1072/1142] Emitting module ConsoleKitCommands
[1073/1144] Compiling NIOCore Codec.swift
[1074/1144] Compiling NIOCore ConvenienceOptionSupport.swift
[1075/1144] Compiling NIOCore DeadChannel.swift
[1076/1144] Compiling NIOCore DispatchQueue+WithFuture.swift
[1077/1144] Compiling NIOCore EventLoop+Deprecated.swift
[1078/1144] Compiling NIOCore EventLoop+SerialExecutor.swift
[1079/1144] Compiling NIOCore EventLoop.swift
[1080/1144] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1081/1144] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1082/1144] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1083/1144] Compiling NIOCore EventLoopFuture.swift
[1084/1144] Compiling NIOCore FileDescriptor.swift
[1085/1144] Compiling NIOCore FileHandle.swift
[1086/1144] Compiling NIOCore FileRegion.swift
[1087/1144] Compiling ConsoleKitCommands Flag.swift
[1088/1144] Compiling ConsoleKitCommands Option.swift
[1089/1144] Compiling NIOCore SocketOptionProvider.swift
[1090/1144] Compiling NIOCore SystemCallHelpers.swift
[1091/1144] Compiling NIOCore TimeAmount+Duration.swift
[1092/1144] Compiling NIOCore TypeAssistedChannelHandler.swift
[1093/1144] Compiling NIOCore UniversalBootstrapSupport.swift
[1094/1144] Compiling NIOCore Utilities.swift
[1095/1144] Compiling ConsoleKitCommands Argument.swift
[1096/1144] Compiling ConsoleKitCommands CommandSignature.swift
[1097/1144] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1098/1144] Compiling ConsoleKitCommands AsyncCommand.swift
[1099/1144] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1100/1144] Compiling ConsoleKitCommands Commands.swift
[1101/1144] Compiling ConsoleKitCommands Console+Run.swift
[1102/1144] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1103/1144] Compiling ConsoleKitCommands Utilities.swift
[1111/1144] Compiling ConsoleKitCommands CommandInput.swift
[1112/1144] Compiling ConsoleKitCommands ConsoleError.swift
[1113/1144] Compiling ConsoleKitCommands Completion.swift
[1118/1144] Compiling ConsoleKitCommands Command.swift
[1119/1144] Compiling ConsoleKitCommands CommandContext.swift
[1120/1144] Compiling ConsoleKitCommands CommandError.swift
[1121/1144] Compiling ConsoleKitCommands AsyncCommands.swift
[1122/1144] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1123/1144] Compiling ConsoleKitCommands AnyCommand.swift
[1124/1144] Compiling ConsoleKitCommands CommandGroup.swift
[1128/1144] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1129/1144] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1130/1146] Emitting module ConsoleKit
[1131/1146] Compiling ConsoleKit Exports.swift
[1146/1146] Emitting module NIOCore
[1147/1199] Compiling NIOEmbedded Embedded.swift
[1148/1199] Compiling NIOEmbedded AsyncTestingChannel.swift
[1149/1199] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1150/1199] Emitting module NIOEmbedded
[1151/1199] Compiling NIOPosix SocketProtocols.swift
[1152/1199] Compiling NIOPosix System.swift
[1153/1199] Compiling NIOPosix Thread.swift
[1154/1199] Compiling NIOPosix ThreadPosix.swift
[1155/1199] Compiling NIOPosix ThreadWindows.swift
[1156/1204] Compiling NIOPosix Selectable.swift
[1157/1204] Compiling NIOPosix SelectableChannel.swift
[1158/1204] Compiling NIOPosix SelectableEventLoop.swift
[1159/1204] Compiling NIOPosix SelectorEpoll.swift
[1160/1204] Compiling NIOPosix SelectorGeneric.swift
[1161/1204] Compiling NIOPosix LinuxCPUSet.swift
[1162/1204] Compiling NIOPosix LinuxUring.swift
[1163/1204] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1164/1204] Compiling NIOPosix NIOThreadPool.swift
[1165/1204] Compiling NIOPosix NonBlockingFileIO.swift
[1166/1204] Emitting module NIOPosix
[1167/1204] Compiling NIOPosix SelectorKqueue.swift
[1168/1204] Compiling NIOPosix SelectorUring.swift
[1169/1204] Compiling NIOPosix ServerSocket.swift
[1170/1204] Compiling NIOPosix Socket.swift
[1171/1204] Compiling NIOPosix SocketChannel.swift
[1172/1204] Compiling NIOPosix PendingDatagramWritesManager.swift
[1173/1204] Compiling NIOPosix PendingWritesManager.swift
[1174/1204] Compiling NIOPosix PipeChannel.swift
[1175/1204] Compiling NIOPosix PipePair.swift
[1176/1204] Compiling NIOPosix Pool.swift
[1177/1204] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1178/1204] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1179/1204] Compiling NIOPosix PosixSingletons.swift
[1180/1204] Compiling NIOPosix RawSocketBootstrap.swift
[1181/1204] Compiling NIOPosix Resolver.swift
[1182/1204] Compiling NIOPosix UnsafeTransfer.swift
[1183/1204] Compiling NIOPosix Utilities.swift
[1184/1204] Compiling NIOPosix VsockAddress.swift
[1185/1204] Compiling NIOPosix VsockChannelEvents.swift
[1186/1204] Compiling NIOPosix resource_bundle_accessor.swift
[1187/1204] Compiling NIOPosix BSDSocketAPICommon.swift
[1188/1204] Compiling NIOPosix BSDSocketAPIPosix.swift
[1189/1204] Compiling NIOPosix BSDSocketAPIWindows.swift
[1190/1204] Compiling NIOPosix BaseSocket.swift
[1191/1204] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1192/1204] Compiling NIOPosix BaseSocketChannel.swift
[1193/1204] Compiling NIOPosix GetaddrinfoResolver.swift
[1194/1204] Compiling NIOPosix HappyEyeballs.swift
[1195/1204] Compiling NIOPosix IO.swift
[1196/1204] Compiling NIOPosix IntegerBitPacking.swift
[1197/1204] Compiling NIOPosix IntegerTypes.swift
[1198/1204] Compiling NIOPosix Linux.swift
[1199/1204] Compiling NIOPosix BaseStreamSocketChannel.swift
[1200/1204] Compiling NIOPosix Bootstrap.swift
[1201/1204] Compiling NIOPosix ControlMessage.swift
[1202/1204] Compiling NIOPosix DatagramVectorReadManager.swift
[1203/1204] Compiling NIOPosix Errors+Any.swift
[1204/1204] Compiling NIOPosix FileDescriptor.swift
[1205/1265] Compiling NIO Exports.swift
[1206/1265] Emitting module NIO
[1207/1265] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1208/1265] Compiling _NIOFileSystem ByteCount.swift
[1209/1265] Compiling _NIOFileSystem Convenience.swift
[1210/1265] Compiling _NIOFileSystem DirectoryEntries.swift
[1211/1265] Compiling _NIOFileSystem DirectoryEntry.swift
[1212/1307] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1213/1307] Compiling _NIOFileSystem FileSystemError.swift
[1214/1307] Compiling AsyncKit Future+Try.swift
[1215/1307] Compiling AsyncKit FutureOperators.swift
[1216/1307] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1217/1307] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1218/1307] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1219/1307] Compiling NIOSOCKS SOCKSResponse.swift
[1220/1307] Compiling NIOSOCKS ClientStateMachine.swift
[1221/1307] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1222/1308] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1223/1308] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1224/1308] Emitting module NIOTLS
[1225/1308] Compiling NIOTLS SNIHandler.swift
[1226/1308] Compiling NIOTLS TLSEvents.swift
[1227/1308] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1228/1308] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1229/1309] Compiling NIOSOCKS Messages.swift
[1230/1309] Emitting module NIOSOCKS
[1231/1309] Compiling NIOSOCKS Errors.swift
[1232/1309] Compiling NIOSOCKS SOCKSRequest.swift
[1233/1309] Compiling NIOSOCKS Helpers.swift
[1234/1309] Compiling NIOSOCKS SOCKSClientHandler.swift
[1235/1309] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1236/1309] Compiling NIOSOCKS AuthenticationMethod.swift
[1237/1309] Compiling NIOSOCKS ClientGreeting.swift
[1238/1309] Compiling NIOSOCKS ServerStateMachine.swift
[1239/1310] Compiling _NIOFileSystem UnsafeTransfer.swift
[1240/1310] Compiling _NIOFileSystem ParallelDirCopy.swift
[1241/1310] Compiling _NIOFileSystem ParallelRemoval.swift
[1242/1310] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1243/1310] Compiling _NIOFileSystem CInterop.swift
[1244/1310] Compiling _NIOFileSystem Errno.swift
[1245/1310] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1246/1310] Compiling _NIOFileSystem Mocking.swift
[1247/1342] Compiling NIOSSL SSLPKCS12Bundle.swift
[1248/1342] Compiling NIOSSL SSLPrivateKey.swift
[1249/1342] Emitting module NIOFoundationCompat
[1250/1342] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1251/1342] Emitting module _NIOFileSystem
[1252/1364] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1253/1364] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1254/1364] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1255/1364] Compiling NIOTransportServices StateManagedChannel.swift
[1256/1364] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1257/1364] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1258/1364] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1259/1364] Compiling NIOTransportServices NIOTSErrors.swift
[1260/1364] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1261/1364] Compiling _NIOFileSystem OpenOptions.swift
[1262/1364] Compiling _NIOFileSystem String+FileSystem.swift
[1263/1364] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1264/1364] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1265/1364] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1266/1364] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1267/1364] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1268/1364] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1269/1364] Compiling NIOTransportServices NIOTSBootstraps.swift
[1270/1364] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1271/1364] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1272/1364] Compiling NIOTransportServices NIOTSEventLoop.swift
[1277/1364] Emitting module NIOHTTP1
[1278/1364] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1279/1364] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1290/1364] Compiling NIOTransportServices AcceptHandler.swift
[1291/1364] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1292/1430] Emitting module AsyncKit
[1293/1430] Emitting module NIOTransportServices
[1294/1432] Compiling NIOWebSocket WebSocketOpcode.swift
[1295/1432] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1296/1433] Compiling NIOHPACK IntegerCoding.swift
[1297/1433] Compiling NIOHPACK HuffmanTables.swift
[1298/1433] Compiling NIOHPACK IndexedHeaderTable.swift
[1299/1434] Compiling MultipartKit MultipartPart.swift
[1300/1434] Compiling MultipartKit MultipartPartConvertible.swift
[1301/1434] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1302/1434] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1303/1434] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1304/1434] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1305/1434] Compiling MultipartKit MultipartFormData.swift
[1306/1434] Compiling MultipartKit MultipartParser.swift
[1307/1434] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1308/1434] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1309/1435] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1310/1435] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1311/1435] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1312/1435] Compiling NIOHTTPCompression HTTPDecompression.swift
[1313/1435] Compiling NIOHTTPCompression HTTPCompression.swift
[1314/1435] Emitting module NIOHTTPCompression
[1315/1435] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1317/1435] Compiling NIOTransportServices NIOTSSingletons.swift
[1323/1435] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1324/1435] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1325/1435] Compiling NIOHPACK HuffmanCoding.swift
[1326/1435] Compiling NIOHPACK HeaderTables.swift
[1330/1435] Compiling NIOSSL SSLPublicKey.swift
[1331/1435] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1332/1435] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1333/1435] Compiling NIOSSL SSLCallbacks.swift
[1334/1435] Compiling NIOSSL SSLCertificate.swift
[1339/1437] Emitting module NIOSSL
[1340/1440] Compiling NIOWebSocket SHA1.swift
[1341/1440] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1342/1440] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1343/1440] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1344/1440] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1345/1440] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1346/1440] Emitting module NIOWebSocket
[1347/1440] Compiling NIOWebSocket WebSocketFrame.swift
[1348/1440] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1349/1440] Compiling MultipartKit FormDataDecoder.swift
[1350/1440] Compiling MultipartKit Exports.swift
[1351/1440] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1352/1440] Compiling MultipartKit FormDataEncoder.swift
[1353/1440] Compiling MultipartKit Storage.swift
[1354/1440] Compiling MultipartKit BasicCodingKey.swift
[1355/1440] Compiling MultipartKit MultipartError.swift
[1356/1440] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1357/1440] Emitting module NIOExtras
[1358/1440] Compiling NIOHPACK StaticHeaderTable.swift
[1364/1445] Compiling NIOSSL SSLCertificateExtensions.swift
[1365/1445] Compiling NIOHPACK HPACKEncoder.swift
[1368/1445] Compiling NIOHPACK HPACKErrors.swift
[1369/1445] Emitting module NIOHPACK
[1370/1445] Compiling NIOHPACK HPACKHeader.swift
[1393/1445] Emitting module MultipartKit
[1400/1447] Compiling NIOFileSystem Exports.swift
[1401/1447] Emitting module NIOFileSystem
[1402/1505] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1403/1505] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1404/1505] Compiling NIOHTTP2 MayReceiveFrames.swift
[1405/1505] Compiling NIOHTTP2 ReceivingDataState.swift
[1406/1505] Compiling NIOHTTP2 InboundWindowManager.swift
[1407/1505] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1408/1505] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1409/1505] Emitting module _NIOFileSystemFoundationCompat
[1410/1505] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1411/1505] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1412/1505] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1413/1505] Compiling NIOHTTP2 HTTP2StreamID.swift
[1414/1505] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1415/1505] Compiling NIOHTTP2 MaySendFrames.swift
[1416/1505] Compiling NIOHTTP2 SendingDataState.swift
[1417/1505] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1418/1505] Compiling NIOHTTP2 HTTP2Frame.swift
[1419/1505] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1420/1505] Compiling NIOHTTP2 InboundEventBuffer.swift
[1423/1505] Compiling NIOHTTP2 SendingGoawayState.swift
[1424/1505] Compiling NIOHTTP2 SendingHeadersState.swift
[1425/1505] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1426/1505] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1427/1505] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1428/1505] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1429/1505] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1430/1505] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1431/1505] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1432/1505] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1433/1505] Compiling NIOExtras WritePCAPHandler.swift
[1434/1505] Compiling NIOHTTP2 SendingRstStreamState.swift
[1435/1505] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1436/1505] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1437/1505] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1438/1505] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1439/1505] Compiling NIOHTTP2 HasLocalSettings.swift
[1440/1505] Compiling NIOHTTP2 HasRemoteSettings.swift
[1441/1519] Emitting module NIOHTTP2
[1442/1519] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1443/1519] Compiling NIOHTTP2 StreamChannelList.swift
[1444/1519] Compiling NIOHTTP2 StreamMap.swift
[1445/1519] Compiling NIOHTTP2 StreamStateMachine.swift
[1446/1519] Compiling NIOHTTP2 UnsafeTransfer.swift
[1447/1519] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1448/1519] Compiling WebSocketKit WebSocketHandler.swift
[1456/1519] Compiling WebSocketKit WebSocket+Connect.swift
[1457/1519] Compiling WebSocketKit WebSocket.swift
[1458/1519] Compiling WebSocketKit Exports.swift
[1459/1519] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1460/1519] Compiling WebSocketKit WebSocket+Concurrency.swift
[1461/1519] Emitting module WebSocketKit
[1462/1519] Compiling WebSocketKit WebSocketClient.swift
[1476/1519] Compiling NIOHTTP2 HTTP2Settings.swift
[1477/1519] Compiling NIOHTTP2 HTTP2Stream.swift
[1478/1519] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1485/1519] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1486/1519] Compiling NIOHTTP2 HTTP2PingData.swift
[1487/1519] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1488/1519] Compiling NIOHTTP2 Error+Any.swift
[1489/1519] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1490/1519] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1491/1519] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1492/1519] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1493/1519] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1494/1519] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1495/1519] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1496/1519] Compiling NIOHTTP2 QuiescingState.swift
[1497/1519] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1498/1519] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1499/1519] Compiling NIOHTTP2 StateMachineResult.swift
[1500/1519] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1501/1519] Compiling NIOHTTP2 DOSHeuristics.swift
[1502/1519] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1503/1519] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1504/1519] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1505/1519] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1506/1519] Compiling NIOHTTP2 HTTP2Error.swift
[1507/1519] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1520/1580] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1521/1580] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1522/1580] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1523/1580] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1524/1580] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1525/1580] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1526/1580] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1527/1586] Emitting module AsyncHTTPClient
[1528/1586] Compiling AsyncHTTPClient SSLContextCache.swift
[1529/1586] Compiling AsyncHTTPClient Scheme.swift
[1530/1586] Compiling AsyncHTTPClient Singleton.swift
[1531/1586] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1532/1586] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1533/1586] Compiling AsyncHTTPClient Utils.swift
[1534/1586] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1535/1586] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1536/1586] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1537/1586] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1538/1586] Compiling AsyncHTTPClient Transaction.swift
[1539/1586] Compiling AsyncHTTPClient Base64.swift
[1540/1586] Compiling AsyncHTTPClient BasicAuth.swift
[1541/1586] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1542/1586] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1543/1586] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1544/1586] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1545/1586] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1546/1586] Compiling AsyncHTTPClient RequestBodyLength.swift
[1547/1586] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1548/1586] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1549/1586] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1550/1586] Compiling AsyncHTTPClient ConnectionPool.swift
[1551/1586] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1552/1586] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1553/1586] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1554/1586] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1555/1586] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1556/1586] Compiling AsyncHTTPClient ConnectionTarget.swift
[1557/1586] Compiling AsyncHTTPClient DeconstructedURL.swift
[1558/1586] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1559/1586] Compiling AsyncHTTPClient FoundationExtensions.swift
[1560/1586] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1561/1586] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1562/1586] Compiling AsyncHTTPClient TLSConfiguration.swift
[1563/1586] Compiling AsyncHTTPClient RedirectState.swift
[1564/1586] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1565/1586] Compiling AsyncHTTPClient RequestBag.swift
[1566/1586] Compiling AsyncHTTPClient RequestValidation.swift
[1567/1586] Compiling AsyncHTTPClient HTTP1Connection.swift
[1568/1586] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1569/1586] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1570/1586] Compiling AsyncHTTPClient HTTP2Connection.swift
[1571/1586] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1572/1586] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1573/1586] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1574/1586] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1575/1586] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1576/1586] Compiling AsyncHTTPClient HTTPClient.swift
[1577/1586] Compiling AsyncHTTPClient HTTPHandler.swift
[1578/1586] Compiling AsyncHTTPClient LRUCache.swift
[1579/1586] Compiling AsyncHTTPClient NWErrorHandler.swift
[1580/1586] Compiling AsyncHTTPClient RequestOptions.swift
[1581/1586] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1582/1586] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1583/1586] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1584/1586] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1585/1586] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1586/1586] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1587/1782] Compiling Vapor Application.swift
[1588/1782] Compiling Vapor AuthenticationCache.swift
[1589/1782] Compiling Vapor Authenticator.swift
[1590/1782] Compiling Vapor BasicAuthorization.swift
[1591/1782] Compiling Vapor BearerAuthorization.swift
[1592/1782] Compiling Vapor GuardMiddleware.swift
[1593/1782] Compiling Vapor RedirectMiddleware.swift
[1594/1782] Compiling Vapor SessionAuthenticatable.swift
[1595/1782] Compiling Vapor Bcrypt.swift
[1596/1782] Compiling Vapor Application+Cache.swift
[1597/1782] Compiling Vapor Cache.swift
[1598/1782] Compiling Vapor CacheExpirationTime.swift
[1599/1782] Compiling Vapor MemoryCache.swift
[1600/1782] Compiling Vapor Request+Cache.swift
[1601/1782] Compiling Vapor Application+Clients.swift
[1602/1782] Compiling Vapor Client.swift
[1603/1782] Compiling Vapor ClientRequest.swift
[1604/1782] Compiling Vapor ClientResponse.swift
[1605/1782] Compiling Vapor Request+Client.swift
[1606/1782] Compiling Vapor BootCommand.swift
[1607/1782] Compiling Vapor CommandContext+Application.swift
[1608/1782] Compiling Vapor RoutesCommand.swift
[1609/1803] Compiling Vapor Case.swift
[1610/1803] Compiling Vapor CharacterSet.swift
[1611/1803] Compiling Vapor Count.swift
[1612/1803] Compiling Vapor Custom.swift
[1613/1803] Compiling Vapor Email.swift
[1614/1803] Compiling Vapor Empty.swift
[1615/1803] Compiling Vapor In.swift
[1616/1803] Compiling Vapor Nil.swift
[1617/1803] Compiling Vapor NilIgnoring.swift
[1618/1803] Compiling Vapor Not.swift
[1619/1803] Compiling Vapor Or.swift
[1620/1803] Compiling Vapor Pattern.swift
[1621/1803] Compiling Vapor Range.swift
[1622/1803] Compiling Vapor URL.swift
[1623/1803] Compiling Vapor Valid.swift
[1624/1803] Compiling Vapor Application+Views.swift
[1625/1803] Compiling Vapor PlaintextRenderer.swift
[1626/1803] Compiling Vapor Request+View.swift
[1627/1803] Compiling Vapor View.swift
[1628/1803] Compiling Vapor ViewRenderer.swift
[1629/1803] Compiling Vapor _Deprecations.swift
[1630/1803] Compiling Vapor ServeCommand.swift
[1631/1803] Compiling Vapor AnyResponse+Concurrency.swift
[1632/1803] Compiling Vapor AsyncBasicResponder.swift
[1633/1803] Compiling Vapor AsyncMiddleware.swift
[1634/1803] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1635/1803] Compiling Vapor AsyncSessionDriver.swift
[1636/1803] Compiling Vapor Authentication+Concurrency.swift
[1637/1803] Compiling Vapor Cache+Concurrency.swift
[1638/1803] Compiling Vapor Client+Concurrency.swift
[1639/1803] Compiling Vapor RequestBody+Concurrency.swift
[1640/1803] Compiling Vapor Responder+Concurrency.swift
[1641/1803] Compiling Vapor ResponseCodable+Concurrency.swift
[1642/1803] Compiling Vapor RoutesBuilder+Concurrency.swift
[1643/1803] Compiling Vapor ViewRenderer+Concurrency.swift
[1644/1803] Compiling Vapor WebSocket+Concurrency.swift
[1645/1803] Compiling Vapor ContainerGetPathExecutor.swift
[1646/1803] Compiling Vapor Content.swift
[1647/1803] Compiling Vapor ContentCoders.swift
[1648/1803] Compiling Vapor ContentConfiguration.swift
[1649/1803] Compiling Vapor ContentContainer.swift
[1650/1803] Compiling Vapor JSONCoder+Custom.swift
[1651/1803] Compiling Vapor JSONCoders+Content.swift
[1652/1803] Emitting module Vapor
[1653/1803] Compiling Vapor RouteCollection.swift
[1654/1803] Compiling Vapor Routes.swift
[1655/1803] Compiling Vapor RoutesBuilder+Group.swift
[1656/1803] Compiling Vapor RoutesBuilder+Method.swift
[1657/1803] Compiling Vapor RoutesBuilder+Middleware.swift
[1658/1803] Compiling Vapor RoutesBuilder+WebSocket.swift
[1659/1803] Compiling Vapor RoutesBuilder.swift
[1660/1803] Compiling Vapor OTP.swift
[1661/1803] Compiling Vapor Application+Servers.swift
[1662/1803] Compiling Vapor Server.swift
[1663/1803] Compiling Vapor App+Service.swift
[1664/1803] Compiling Vapor Req+Service.swift
[1665/1803] Compiling Vapor Service.swift
[1666/1803] Compiling Vapor Application+Sessions.swift
[1667/1803] Compiling Vapor MemorySessions.swift
[1668/1803] Compiling Vapor Request+Session.swift
[1669/1803] Compiling Vapor Session.swift
[1670/1803] Compiling Vapor SessionCache.swift
[1671/1803] Compiling Vapor SessionData.swift
[1672/1803] Compiling Vapor SessionDriver.swift
[1673/1803] Compiling Vapor SessionsConfiguration.swift
[1674/1803] Compiling Vapor HTTPMediaTypePreference.swift
[1675/1803] Compiling Vapor Responder.swift
[1676/1803] Compiling Vapor Application+HTTP+Server.swift
[1677/1803] Compiling Vapor HTTPServer.swift
[1678/1803] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1679/1803] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1680/1803] Compiling Vapor HTTPServerHandler.swift
[1681/1803] Compiling Vapor HTTPServerRequestDecoder.swift
[1682/1803] Compiling Vapor HTTPServerResponseEncoder.swift
[1683/1803] Compiling Vapor HTTPServerUpgradeHandler.swift
[1684/1803] Compiling Vapor Logger+Report.swift
[1685/1803] Compiling Vapor LoggingSystem+Environment.swift
[1686/1803] Compiling Vapor Application+Middleware.swift
[1687/1803] Compiling Vapor CORSMiddleware.swift
[1688/1803] Compiling Vapor ErrorMiddleware.swift
[1689/1803] Compiling Vapor FileMiddleware.swift
[1690/1803] Compiling Vapor Middleware.swift
[1691/1803] Compiling Vapor MiddlewareConfiguration.swift
[1692/1803] Compiling Vapor ResponseCompressionMiddleware.swift
[1693/1803] Compiling Vapor RouteLoggingMiddleware.swift
[1694/1803] Compiling Vapor TracingMiddleware.swift
[1695/1803] Compiling Vapor File+Multipart.swift
[1696/1803] Compiling Vapor FormDataDecoder+Content.swift
[1697/1803] Compiling Vapor FormDataEncoder+Content.swift
[1698/1803] Compiling Vapor Application+Password.swift
[1699/1803] Compiling Vapor Application+Passwords.swift
[1700/1803] Compiling Vapor AsyncPasswordHasher.swift
[1701/1803] Compiling Vapor BcryptHasher.swift
[1702/1803] Compiling Vapor PasswordHasher.swift
[1703/1803] Compiling Vapor PlaintextHasher.swift
[1704/1803] Compiling Vapor Request+Password.swift
[1705/1803] Compiling Vapor Redirect.swift
[1706/1803] Compiling Vapor Request+Body.swift
[1707/1803] Compiling Vapor Request+BodyStream.swift
[1708/1803] Compiling Vapor Request.swift
[1709/1803] Compiling Vapor Application+Responder.swift
[1710/1803] Compiling Vapor DefaultResponder.swift
[1711/1803] Compiling Vapor Response+Body.swift
[1712/1803] Compiling Vapor Response.swift
[1713/1803] Compiling Vapor ResponseCodable.swift
[1714/1803] Compiling Vapor Application+Routes.swift
[1715/1803] Compiling Vapor Parameters+Require.swift
[1716/1803] Compiling Vapor Request+WebSocket.swift
[1717/1803] Compiling Vapor Route.swift
[1718/1803] Compiling Vapor PlaintextDecoder.swift
[1719/1803] Compiling Vapor PlaintextEncoder.swift
[1720/1803] Compiling Vapor URLQueryCoders.swift
[1721/1803] Compiling Vapor URLQueryContainer.swift
[1722/1803] Compiling Vapor Core.swift
[1723/1803] Compiling Vapor Running.swift
[1724/1803] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1725/1803] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1726/1803] Compiling Vapor DotEnvFile+load.swift
[1727/1803] Compiling Vapor Routes+caseInsenstive.swift
[1728/1803] Compiling Vapor Validatable+validate.swift
[1729/1803] Compiling Vapor Environment+Process.swift
[1730/1803] Compiling Vapor Environment+Secret.swift
[1731/1803] Compiling Vapor Environment.swift
[1732/1803] Compiling Vapor Abort.swift
[1733/1803] Compiling Vapor AbortError.swift
[1734/1803] Compiling Vapor DebuggableError.swift
[1735/1803] Compiling Vapor Demangler.swift
[1736/1803] Compiling Vapor ErrorSource.swift
[1737/1803] Compiling Vapor StackTrace.swift
[1738/1803] Compiling Vapor Exports.swift
[1739/1803] Compiling Vapor Application+HTTP.swift
[1740/1803] Compiling Vapor DotEnv.swift
[1741/1803] Compiling Vapor Extendable.swift
[1742/1803] Compiling Vapor File.swift
[1743/1803] Compiling Vapor FileIO.swift
[1744/1803] Compiling Vapor LifecycleHandler.swift
[1745/1803] Compiling Vapor OptionalType.swift
[1746/1803] Compiling Vapor RFC1123.swift
[1747/1803] Compiling Vapor SocketAddress+Hostname.swift
[1748/1803] Compiling Vapor Storage.swift
[1749/1803] Compiling Vapor String+IsIPAddress.swift
[1750/1803] Compiling Vapor Thread.swift
[1751/1803] Compiling Vapor URI.swift
[1752/1803] Compiling Vapor RangeResult.swift
[1753/1803] Compiling Vapor Validatable.swift
[1754/1803] Compiling Vapor Validation.swift
[1755/1803] Compiling Vapor ValidationKey.swift
[1756/1803] Compiling Vapor Validations.swift
[1757/1803] Compiling Vapor ValidationsError.swift
[1758/1803] Compiling Vapor Validator.swift
[1759/1803] Compiling Vapor ValidatorResult.swift
[1760/1803] Compiling Vapor And.swift
[1761/1803] Compiling Vapor SessionsMiddleware.swift
[1762/1803] Compiling Vapor URLEncodedFormData.swift
[1763/1803] Compiling Vapor URLEncodedFormDecoder.swift
[1764/1803] Compiling Vapor URLEncodedFormEncoder.swift
[1765/1803] Compiling Vapor URLEncodedFormError.swift
[1766/1803] Compiling Vapor URLEncodedFormParser.swift
[1767/1803] Compiling Vapor URLEncodedFormSerializer.swift
[1768/1803] Compiling Vapor URLQueryFragmentConvertible.swift
[1769/1803] Compiling Vapor AnyResponse.swift
[1770/1803] Compiling Vapor Array+Random.swift
[1771/1803] Compiling Vapor Base32.swift
[1772/1803] Compiling Vapor Base64.swift
[1773/1803] Compiling Vapor BaseN.swift
[1774/1803] Compiling Vapor BasicCodingKey.swift
[1775/1803] Compiling Vapor ByteCount.swift
[1776/1803] Compiling Vapor Bytes+Hex.swift
[1777/1803] Compiling Vapor Bytes+SecureCompare.swift
[1778/1803] Compiling Vapor Collection+Safe.swift
[1779/1803] Compiling Vapor DataProtocol+Copy.swift
[1780/1803] Compiling Vapor DecoderUnwrapper.swift
[1781/1803] Compiling Vapor DirectoryConfiguration.swift
[1782/1803] Compiling Vapor BasicResponder.swift
[1783/1803] Compiling Vapor BodyStream.swift
[1784/1803] Compiling Vapor Application+HTTP+Client.swift
[1785/1803] Compiling Vapor EventLoopHTTPClient.swift
[1786/1803] Compiling Vapor EndpointCache.swift
[1787/1803] Compiling Vapor HTTPMethod+String.swift
[1788/1803] Compiling Vapor HTTPStatus.swift
[1789/1803] Compiling Vapor HTTPCookies.swift
[1790/1803] Compiling Vapor HTTPHeaderCacheControl.swift
[1791/1803] Compiling Vapor HTTPHeaderExpires.swift
[1792/1803] Compiling Vapor HTTPHeaderLastModified.swift
[1793/1803] Compiling Vapor HTTPHeaders+Cache.swift
[1794/1803] Compiling Vapor HTTPHeaders+Connection.swift
[1795/1803] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1796/1803] Compiling Vapor HTTPHeaders+ContentRange.swift
[1797/1803] Compiling Vapor HTTPHeaders+Directive.swift
[1798/1803] Compiling Vapor HTTPHeaders+Forwarded.swift
[1799/1803] Compiling Vapor HTTPHeaders+Link.swift
[1800/1803] Compiling Vapor HTTPHeaders+Name.swift
[1801/1803] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1802/1803] Compiling Vapor HTTPHeaders.swift
[1803/1803] Compiling Vapor HTTPMediaType.swift
[1804/1811] Compiling MixpanelVapor Request+Mixpanel.swift
[1805/1811] Compiling MixpanelVapor MixpanelVapor.swift
[1806/1811] Compiling MixpanelVapor LifecycleHandler.swift
[1807/1811] Compiling MixpanelVapor MixpanelProperty.swift
[1808/1811] Compiling MixpanelVapor Constants.swift
[1809/1811] Compiling MixpanelVapor Application+Mixpanel.swift
[1810/1811] Emitting module MixpanelVapor
[1811/1811] Compiling MixpanelVapor BatchLogRecordProcessor.swift
Build complete! (80.10s)
Fetching https://github.com/vadymmarkov/Fakery.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/malcommac/UAParserSwift.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/292] Fetching uaparserswift
[121/3585] Fetching uaparserswift, fakery
[3586/77922] Fetching uaparserswift, fakery, vapor
Fetched https://github.com/vadymmarkov/Fakery.git from cache (2.44s)
Fetched https://github.com/malcommac/UAParserSwift.git from cache (2.44s)
Fetched https://github.com/vapor/vapor.git from cache (2.44s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.44s)
Fetched https://github.com/apple/swift-log.git from cache (2.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.96s)
Computing version for https://github.com/vadymmarkov/Fakery.git
Computed https://github.com/vadymmarkov/Fakery.git at 5.1.0 (0.93s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.59s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
[1/1063] Fetching swift-service-context
[129/6037] Fetching swift-service-context, swift-distributed-tracing
[130/8640] Fetching swift-service-context, swift-distributed-tracing, websocket-kit
[235/11848] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, multipart-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.63s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
[5316/6874] Fetching swift-service-context, websocket-kit, multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.86s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.86s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.86s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.86s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.73s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.88s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (1.00s)
[1/5485] Fetching console-kit
[221/7855] Fetching console-kit, async-kit
[316/28582] Fetching console-kit, async-kit, routing-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (0.75s)
Fetched https://github.com/vapor/async-kit.git from cache (0.83s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.83s)
[6516/26212] Fetching console-kit, routing-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.93s)
[5597/20727] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.68s)
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-system.git from cache (0.66s)
Fetched https://github.com/apple/swift-collections.git from cache (0.76s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.45s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.21s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.99s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.03s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.72s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.52s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.53s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.06s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.24s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vadymmarkov/Fakery.git
Working copy of https://github.com/vadymmarkov/Fakery.git resolved at 5.1.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.30.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.1.4
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/malcommac/UAParserSwift.git
Working copy of https://github.com/malcommac/UAParserSwift.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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.82.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.4.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "uaparserswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/malcommac/UAParserSwift.git"
    },
    {
      "identity" : "fakery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vadymmarkov/Fakery.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-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "MixpanelVapor",
  "name" : "MixpanelVapor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MixpanelVapor",
      "targets" : [
        "MixpanelVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MixpanelVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVaporTests",
      "path" : "Tests/MixpanelVaporTests",
      "product_dependencies" : [
        "Fakery",
        "XCTVapor"
      ],
      "sources" : [
        "MixpanelVaporTests.swift"
      ],
      "target_dependencies" : [
        "MixpanelVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MixpanelVapor",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVapor",
      "path" : "Sources/MixpanelVapor",
      "product_dependencies" : [
        "Vapor",
        "UAParserSwift",
        "Logging",
        "Atomics"
      ],
      "product_memberships" : [
        "MixpanelVapor"
      ],
      "sources" : [
        "Application+Mixpanel.swift",
        "BatchLogRecordProcessor.swift",
        "Constants.swift",
        "LifecycleHandler.swift",
        "MixpanelProperty.swift",
        "MixpanelVapor.swift",
        "Request+Mixpanel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.