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 experimental-reparse-html, reference master (00432e), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:41:58 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/RussBaz/experimental-reparse-html.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/experimental-reparse-html
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 00432e2 Local-only requirements will now disable any protocol conformances for containing enums. Updated the dependencies.
Cloned https://github.com/RussBaz/experimental-reparse-html.git
Revision (git rev-parse @):
00432e2be9aa12493971267f6ae4f84d551582fd
SUCCESS checkout https://github.com/RussBaz/experimental-reparse-html.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RussBaz/experimental-reparse-html.git
https://github.com/RussBaz/experimental-reparse-html.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.106.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "experimental-reparse-html",
  "name" : "experimental-reparse-html",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "reparse",
      "targets" : [
        "reparse"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ReparseRuntime",
      "targets" : [
        "ReparseRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReparsePlugin",
      "targets" : [
        "ReparsePlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ReparseExample",
      "targets" : [
        "ReparseExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "reparse",
      "module_type" : "SwiftTarget",
      "name" : "reparse",
      "path" : "Sources/Tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "reparse",
        "ReparsePlugin"
      ],
      "sources" : [
        "Reparse.swift"
      ],
      "target_dependencies" : [
        "ReparseCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReparseRuntime",
      "module_type" : "SwiftTarget",
      "name" : "ReparseRuntime",
      "path" : "Sources/Runtime",
      "product_memberships" : [
        "reparse",
        "ReparseRuntime",
        "ReparsePlugin",
        "ReparseExample"
      ],
      "sources" : [
        "SwiftAttributeStorage.swift",
        "SwiftLineCommand.swift",
        "SwiftLineStorage.swift",
        "SwiftSlotStorage.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReparsePlugin",
      "module_type" : "PluginTarget",
      "name" : "ReparsePlugin",
      "path" : "Plugins/ReparsePlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "This command will compile the html templates into the source code.",
          "type" : "custom",
          "verb" : "reparse"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command (re)compiles the html templates.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "ReparsePlugin"
      ],
      "sources" : [
        "ReparsePlugin.swift"
      ],
      "target_dependencies" : [
        "reparse"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ReparseExample",
      "module_type" : "SwiftTarget",
      "name" : "ReparseExample",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "Leaf",
        "Vapor"
      ],
      "product_memberships" : [
        "ReparseExample"
      ],
      "sources" : [
        "Controllers/SampleController.swift",
        "configure.swift",
        "entrypoint.swift",
        "pages.swift",
        "route.swift"
      ],
      "target_dependencies" : [
        "ReparseRuntime"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReparseCore",
      "module_type" : "SwiftTarget",
      "name" : "ReparseCore",
      "path" : "Sources/Core",
      "product_memberships" : [
        "reparse",
        "ReparsePlugin"
      ],
      "sources" : [
        "AST.swift",
        "ASTStorage.swift",
        "PageProperties.swift",
        "Parser.swift",
        "ReparseCore.swift",
        "SimpleHtmlParser.swift",
        "SwiftCodeGenerator.swift",
        "SwiftOutputBuilder.swift",
        "SwiftPageSignatures.swift"
      ],
      "target_dependencies" : [
        "ReparseRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "ExampleTests",
      "path" : "Tests/ExampleTests",
      "product_dependencies" : [
        "XCTVapor",
        "Vapor",
        "Leaf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ExampleTests/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ExampleTests.swift"
      ],
      "target_dependencies" : [
        "ReparseExample"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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
[1/1] Compiling plugin ReparsePlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/500] Write sources
[2/500] Write reparse-entitlement.plist
[2/500] Write sources
[10/500] Write ReparseExample-entitlement.plist
[11/500] Write sources
[11/500] Write reparse-tool-entitlement.plist
[11/500] Write sources
[15/500] Copying PrivacyInfo.xcprivacy
[16/500] Write sources
[16/500] Copying PrivacyInfo.xcprivacy
[23/500] Write sources
[62/500] Compiling CNIOWindows WSAStartup.c
[63/500] Compiling CSystem shims.c
[63/500] Compiling CNIOWASI CNIOWASI.c
[63/500] Compiling CNIOWindows shim.c
[66/500] Compiling _NumericsShims _NumericsShims.c
[67/500] Write swift-version-2F0A5646E1D333AE.txt
[68/500] Compiling CNIOLinux shim.c
[68/500] Compiling CNIOLinux liburing_shims.c
[70/500] Compiling CNIOExtrasZlib empty.c
[71/522] Compiling CNIOLLHTTP c_nio_http.c
[72/528] Compiling CNIOSHA1 c_nio_sha1.c
[73/534] Compiling CVaporBcrypt blf.c
[74/534] Compiling _AtomicsShims.c
[75/534] Compiling CVaporBcrypt bcrypt.c
[76/534] Compiling CNIOLLHTTP c_nio_api.c
[77/545] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/653] Compiling ReparseRuntime SwiftSlotStorage.swift
[80/653] Compiling _NIOBase64 Base64.swift
[81/653] Emitting module _NIOBase64
[82/653] Compiling ServiceContextModule ServiceContextKey.swift
[83/653] Emitting module ServiceContextModule
[84/653] Compiling ServiceContextModule ServiceContext.swift
[85/653] Compiling Crypto ECDSASignature.swift
[86/653] Compiling Crypto PEMDocument.swift
[87/653] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/654] Compiling ReparseRuntime SwiftLineStorage.swift
[89/654] Compiling ReparseRuntime SwiftAttributeStorage.swift
[90/654] Compiling ReparseRuntime SwiftSlotStorage.swift
[91/654] Emitting module ReparseRuntime
[92/654] Compiling ReparseRuntime SwiftLineCommand.swift
[93/654] Compiling ReparseRuntime SwiftLineStorage.swift
[94/654] Emitting module ReparseRuntime
[95/654] Compiling ReparseRuntime SwiftAttributeStorage.swift
[96/654] Compiling ReparseRuntime SwiftLineCommand.swift
[97/654] Compiling Crypto SubjectPublicKeyInfo.swift
[98/654] Compiling Crypto CryptoKitErrors.swift
[99/654] Compiling Crypto ASN1.swift
[100/654] Compiling Crypto ASN1Any.swift
[101/654] Compiling Crypto GeneralizedTime.swift
[102/654] Compiling Crypto ObjectIdentifier.swift
[103/654] Compiling RealModule ElementaryFunctions.swift
[104/654] Compiling RealModule Real.swift
[105/654] Compiling RealModule Float80+Real.swift
[106/654] Compiling RealModule Float+Real.swift
[107/654] Compiling RealModule Double+Real.swift
[108/654] Compiling RealModule AugmentedArithmetic.swift
[109/654] Emitting module RealModule
[110/654] Compiling RealModule ApproximateEquality.swift
[111/654] Compiling RealModule AlgebraicField.swift
[112/654] Compiling RealModule Float16+Real.swift
[113/658] Compiling RealModule RealFunctions.swift
[114/674] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[115/674] Compiling Crypto Cipher.swift
[116/674] Compiling Crypto Nonces.swift
[117/674] Compiling Crypto PKCS8PrivateKey.swift
[118/674] Compiling Crypto SEC1PrivateKey.swift
[119/674] Emitting module InternalCollectionsUtilities
[120/674] Compiling Crypto AES-GCM.swift
[121/674] Compiling Crypto AES-GCM_boring.swift
[122/674] Compiling Crypto ChaChaPoly_boring.swift
[123/674] Compiling Crypto ChaChaPoly.swift
[124/684] Compiling Logging MetadataProvider.swift
[125/684] Compiling _NIODataStructures _TinyArray.swift
[126/684] Compiling _NIODataStructures PriorityQueue.swift
[127/684] Emitting module _NIODataStructures
[128/684] Compiling _NIODataStructures Heap.swift
[134/687] Compiling CNIODarwin shim.c
[136/687] Compiling Logging Locks.swift
[137/687] Compiling Logging LogHandler.swift
[138/687] Emitting module Logging
[139/687] Compiling Logging Logging.swift
[140/687] Compiling Instrumentation NoOpInstrument.swift
[141/687] Compiling Instrumentation MultiplexInstrument.swift
[142/687] Compiling Instrumentation InstrumentationSystem.swift
[143/687] Emitting module Instrumentation
[144/687] Compiling Instrumentation Instrument.swift
[145/687] Compiling Instrumentation Locks.swift
[146/687] Compiling Crypto HPKE-Utils.swift
[147/687] Compiling Crypto DHKEM.swift
[148/687] Compiling Crypto HPKE-KEM-Curve25519.swift
[149/687] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[150/687] Compiling Crypto HPKE-KEM.swift
[151/687] Compiling Crypto HPKE-Errors.swift
[153/687] Compiling Crypto HPKE-KexKeyDerivation.swift
[154/687] Compiling Crypto HPKE-LabeledExtract.swift
[158/687] Compiling Crypto Digest_boring.swift
[159/687] Compiling Crypto Digest.swift
[160/687] Compiling Crypto Digests.swift
[161/687] Emitting module SystemPackage
[162/820] Compiling OrderedCollections _HashTable+Bucket.swift
[163/820] Compiling OrderedCollections _HashTable+BucketIterator.swift
[164/820] Compiling OrderedCollections _HashTable+Constants.swift
[165/820] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[166/820] Compiling OrderedCollections _HashTable+Testing.swift
[167/820] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[168/820] Compiling CoreMetrics Locks.swift
[169/820] Emitting module CoreMetrics
[170/820] Compiling CoreMetrics Metrics.swift
[171/906] Compiling HashTreeCollections TreeDictionary.swift
[172/906] Compiling HashTreeCollections TreeSet+Codable.swift
[173/906] Compiling HashTreeCollections TreeSet+Collection.swift
[174/906] Compiling HeapModule _HeapNode.swift
[175/906] Compiling HeapModule Heap.swift
[176/912] Compiling HeapModule Heap+Invariants.swift
[177/912] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[178/912] Compiling HeapModule Heap+Descriptions.swift
[179/912] Compiling HeapModule Heap+UnsafeHandle.swift
[180/912] Emitting module HeapModule
[180/912] Compiling CNIOBoringSSLShims shims.c
[182/912] Compiling Tracing TracingTime.swift
[183/912] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[184/912] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[185/912] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[186/912] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[187/912] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[188/912] Compiling HashTreeCollections TreeDictionary+Filter.swift
[189/920] Compiling HashTreeCollections _HashNode+Initializers.swift
[190/920] Compiling HashTreeCollections _HashNode+Invariants.swift
[191/920] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[192/920] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[193/920] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[194/920] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[195/936] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[196/936] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[197/936] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[198/936] Compiling HashTreeCollections _HashNode.swift
[199/936] Compiling HashTreeCollections _HashNodeHeader.swift
[200/936] Compiling HashTreeCollections _HashSlot.swift
[201/936] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[202/936] Compiling DequeModule Deque+Testing.swift
[203/936] Compiling DequeModule Deque._Storage.swift
[209/944] Compiling DequeModule _DequeSlot.swift
[210/945] Compiling HashTreeCollections TreeSet+Debugging.swift
[211/945] Compiling HashTreeCollections TreeSet+Descriptions.swift
[212/945] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[213/945] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[214/945] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[215/945] Compiling HashTreeCollections _HashNode+Structural merge.swift
[216/945] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[217/945] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[218/945] Compiling HashTreeCollections _HashNode+Structural union.swift
[219/945] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[220/945] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[221/945] Compiling HashTreeCollections TreeSet+Equatable.swift
[222/945] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[223/945] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[224/945] Compiling HashTreeCollections TreeDictionary+Keys.swift
[225/945] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[226/945] Compiling HashTreeCollections TreeDictionary+Merge.swift
[227/945] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[228/945] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[229/945] Compiling HashTreeCollections TreeDictionary+Values.swift
[233/945] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[234/945] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[235/945] Compiling HashTreeCollections TreeSet+Extras.swift
[236/945] Compiling HashTreeCollections TreeSet+Filter.swift
[237/945] Compiling HashTreeCollections TreeSet+Hashable.swift
[238/945] Compiling HashTreeCollections TreeSet+Sendable.swift
[239/945] Compiling HashTreeCollections TreeSet+Sequence.swift
[248/952] Compiling Tracing Tracer.swift
[249/952] Compiling Tracing SpanProtocol.swift
[250/952] Emitting module Tracing
[251/952] Compiling Tracing TracerProtocol.swift
[252/952] Compiling Tracing NoOpTracer.swift
[253/952] Compiling Tracing InstrumentationSystem+Tracing.swift
[254/952] Compiling Tracing TracerProtocol+Legacy.swift
[277/952] Compiling DequeModule Deque+Codable.swift
[278/952] Compiling DequeModule Deque+Collection.swift
[279/952] Compiling DequeModule Deque+Extras.swift
[280/952] Compiling DequeModule Deque+Hashable.swift
[281/952] Compiling DequeModule Deque+CustomReflectable.swift
[282/952] Compiling DequeModule Deque+Descriptions.swift
[283/952] Compiling DequeModule Deque._UnsafeHandle.swift
[284/952] Compiling DequeModule _DequeBuffer.swift
[285/952] Compiling DequeModule _DequeBufferHeader.swift
[287/952] Compiling fiat_p256_adx_sqr.S
[288/952] Compiling fiat_p256_adx_mul.S
[289/952] Compiling fiat_curve25519_adx_square.S
[290/952] Compiling fiat_curve25519_adx_mul.S
[292/952] Compiling DequeModule _UnsafeWrappedBuffer.swift
[300/952] Emitting module Crypto
[301/960] Compiling Crypto SecureBytes.swift
[302/960] Compiling Crypto Zeroization.swift
[303/960] Compiling Crypto resource_bundle_accessor.swift
[304/960] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[305/960] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[306/960] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[307/960] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[308/960] Compiling HashTreeCollections TreeSet.swift
[309/960] Compiling DequeModule Deque+Equatable.swift
[314/960] Compiling DequeModule Deque.swift
[323/960] Compiling HashTreeCollections _RawHashNode.swift
[324/960] Compiling _RopeModule Rope+Remove.swift
[325/960] Compiling _RopeModule Rope+RemoveSubrange.swift
[326/960] Compiling _RopeModule Rope+Split.swift
[327/960] Compiling Crypto RNG_boring.swift
[328/960] Compiling Crypto SafeCompare_boring.swift
[329/960] Compiling Crypto Zeroization_boring.swift
[330/960] Compiling Crypto PrettyBytes.swift
[331/960] Compiling Crypto SafeCompare.swift
[345/960] Compiling OrderedCollections OrderedSet+SubSequence.swift
[346/960] Compiling OrderedCollections OrderedSet+Testing.swift
[347/960] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[348/960] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[349/960] Compiling OrderedCollections OrderedSet.swift
[350/960] Compiling OrderedCollections _UnsafeBitset.swift
[351/960] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[352/960] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[353/960] Compiling HashTreeCollections _HashNode+Storage.swift
[354/960] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[355/960] Compiling HashTreeCollections _HashNode+Structural filter.swift
[356/960] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[357/960] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[368/960] Emitting module DequeModule
[369/960] Emitting module OrderedCollections
[370/960] Emitting module _RopeModule
[426/960] Compiling tls_record.cc
[428/960] Compiling ReparseCore SwiftPageSignatures.swift
[429/960] Emitting module Metrics
[430/960] Compiling Metrics Metrics.swift
[454/960] Compiling tls_method.cc
[504/960] Compiling ReparseCore SimpleHtmlParser.swift
[505/960] Compiling ReparseCore SwiftCodeGenerator.swift
[506/960] Compiling ReparseCore SwiftOutputBuilder.swift
[507/960] Compiling ReparseCore SwiftCodeGenerator.swift
[508/960] Compiling ReparseCore SwiftPageSignatures.swift
[509/960] Compiling ReparseCore SwiftOutputBuilder.swift
[510/960] Compiling ReparseCore ReparseCore.swift
[511/960] Compiling ReparseCore PageProperties.swift
[512/960] Compiling ReparseCore ASTStorage.swift
[513/960] Compiling ReparseCore SimpleHtmlParser.swift
[521/960] Compiling tls13_server.cc
[532/960] Emitting module HashTreeCollections
[533/960] Compiling ReparseCore AST.swift
[534/960] Compiling ReparseCore Parser.swift
[535/960] Emitting module ReparseCore
[535/960] Compiling tls13_enc.cc
[537/960] Compiling RoutingKit Router.swift
[538/960] Compiling RoutingKit PathComponent.swift
[539/960] Emitting module RoutingKit
[540/960] Compiling RoutingKit Parameters.swift
[541/960] Compiling RoutingKit AnyRouter.swift
[542/960] Compiling RoutingKit TrieRouter.swift
[542/960] Compiling tls13_client.cc
[543/960] Compiling t1_enc.cc
[544/960] Compiling tls13_both.cc
[545/960] Compiling ssl_transcript.cc
[545/960] Compiling ssl_stat.cc
[547/960] Compiling ssl_versions.cc
[548/960] Compiling ssl_x509.cc
[550/960] Compiling ReparseCore PageProperties.swift
[551/960] Compiling ReparseCore Parser.swift
[552/960] Compiling ReparseCore ASTStorage.swift
[553/960] Emitting module ReparseCore
[554/960] Compiling ReparseCore AST.swift
[555/960] Compiling ReparseCore ReparseCore.swift
[555/960] Compiling ssl_privkey.cc
[556/960] Compiling ssl_session.cc
[557/960] Compiling ssl_file.cc
[558/960] Compiling ssl_key_share.cc
[559/960] Compiling ssl_lib.cc
[560/960] Compiling ssl_cipher.cc
[561/960] Compiling ssl_cert.cc
[562/960] Compiling ssl_buffer.cc
[563/960] Compiling ssl_credential.cc
[564/960] Compiling ssl_asn1.cc
[565/960] Compiling ssl_aead_ctx.cc
[566/960] Compiling s3_pkt.cc
[567/960] Compiling s3_lib.cc
[568/960] Compiling s3_both.cc
[569/960] Compiling handshake_server.cc
[570/960] Compiling handshake_client.cc
[571/960] Compiling handshake.cc
[571/960] Compiling handoff.cc
[573/960] Compiling md5-x86_64-linux.S
[574/960] Compiling md5-x86_64-apple.S
[575/960] Compiling extensions.cc
[576/960] Compiling md5-586-linux.S
[577/960] Compiling md5-586-apple.S
[578/960] Compiling encrypted_client_hello.cc
[579/960] Compiling chacha20_poly1305_x86_64-linux.S
[580/960] Compiling chacha20_poly1305_x86_64-apple.S
[581/960] Compiling chacha20_poly1305_armv8-win.S
[582/960] Compiling dtls_record.cc
[583/960] Compiling chacha20_poly1305_armv8-linux.S
[584/960] Compiling dtls_method.cc
[585/960] Compiling chacha20_poly1305_armv8-apple.S
[586/960] Compiling chacha-x86_64-linux.S
[587/960] Compiling chacha-x86_64-apple.S
[588/960] Compiling chacha-x86-linux.S
[589/960] Compiling chacha-x86-apple.S
[590/960] Compiling chacha-armv8-linux.S
[591/960] Compiling chacha-armv8-win.S
[592/960] Compiling d1_srtp.cc
[593/960] Compiling chacha-armv8-apple.S
[594/960] Compiling chacha-armv4-linux.S
[595/960] Compiling aes128gcmsiv-x86_64-linux.S
[596/960] Compiling aes128gcmsiv-x86_64-apple.S
[597/960] Compiling err_data.cc
[598/960] Compiling x86_64-mont5-linux.S
[599/960] Compiling x86_64-mont-linux.S
[600/960] Compiling x86_64-mont5-apple.S
[601/960] Compiling x86_64-mont-apple.S
[602/960] Compiling x86-mont-linux.S
[603/960] Compiling d1_pkt.cc
[604/960] Compiling x86-mont-apple.S
[605/960] Compiling vpaes-x86_64-linux.S
[606/960] Compiling vpaes-x86_64-apple.S
[607/960] Compiling vpaes-x86-linux.S
[608/960] Compiling vpaes-x86-apple.S
[609/960] Compiling bio_ssl.cc
[610/960] Compiling vpaes-armv8-linux.S
[610/960] Compiling vpaes-armv8-win.S
[612/960] Compiling vpaes-armv8-apple.S
[613/960] Compiling vpaes-armv7-linux.S
[614/960] Compiling sha512-x86_64-linux.S
[615/960] Compiling sha512-x86_64-apple.S
[616/960] Compiling sha512-armv8-win.S
[617/960] Compiling sha512-armv8-linux.S
[618/960] Compiling sha512-armv4-linux.S
[619/960] Compiling sha512-armv8-apple.S
[620/960] Compiling sha512-586-apple.S
[621/960] Compiling sha256-x86_64-linux.S
[621/960] Compiling sha512-586-linux.S
[623/960] Compiling sha256-x86_64-apple.S
[624/960] Compiling sha256-armv8-linux.S
[625/960] Compiling d1_lib.cc
[626/960] Compiling sha256-armv8-win.S
[627/960] Compiling sha256-armv8-apple.S
[628/960] Compiling sha256-armv4-linux.S
[629/960] Compiling sha256-586-linux.S
[630/960] Compiling sha256-586-apple.S
[631/960] Compiling sha1-x86_64-linux.S
[632/960] Compiling sha1-x86_64-apple.S
[633/960] Compiling d1_both.cc
[634/960] Compiling sha1-armv8-win.S
[635/960] Compiling sha1-armv8-linux.S
[635/960] Compiling sha1-armv4-large-linux.S
[637/960] Compiling sha1-586-linux.S
[638/960] Compiling sha1-armv8-apple.S
[639/960] Compiling sha1-586-apple.S
[640/960] Compiling rsaz-avx2-apple.S
[641/960] Compiling rsaz-avx2-linux.S
[641/960] Compiling rdrand-x86_64-linux.S
[643/960] Compiling rdrand-x86_64-apple.S
[644/960] Compiling p256_beeu-x86_64-asm-linux.S
[645/960] Compiling p256_beeu-armv8-asm-win.S
[645/960] Compiling p256_beeu-x86_64-asm-apple.S
[647/960] Compiling p256_beeu-armv8-asm-linux.S
[648/960] Compiling p256_beeu-armv8-asm-apple.S
[649/960] Compiling p256-x86_64-asm-linux.S
[650/960] Compiling p256-x86_64-asm-apple.S
[651/960] Compiling p256-armv8-asm-win.S
[651/960] Compiling p256-armv8-asm-linux.S
[653/960] Compiling p256-armv8-asm-apple.S
[654/960] Compiling ghashv8-armv8-linux.S
[655/960] Compiling ghashv8-armv8-win.S
[656/960] Compiling ghash-x86_64-linux.S
[656/960] Compiling ghashv8-armv7-linux.S
[658/960] Compiling ghashv8-armv8-apple.S
[659/960] Compiling ghash-x86_64-apple.S
[660/960] Compiling ghash-x86-apple.S
[661/960] Compiling ghash-ssse3-x86_64-linux.S
[661/960] Compiling ghash-x86-linux.S
[663/960] Compiling ghash-ssse3-x86_64-apple.S
[664/960] Compiling ghash-ssse3-x86-linux.S
[665/960] Compiling ghash-ssse3-x86-apple.S
[666/960] Compiling ghash-neon-armv8-win.S
[667/960] Compiling ghash-neon-armv8-linux.S
[668/960] Compiling ghash-neon-armv8-apple.S
[669/960] Compiling ghash-armv4-linux.S
[670/960] Compiling bsaes-armv7-linux.S
[671/960] Compiling co-586-linux.S
[671/960] Compiling co-586-apple.S
[673/960] Compiling bn-armv8-win.S
[674/960] Compiling bn-armv8-apple.S
[675/960] Compiling bn-586-apple.S
[676/960] Compiling bn-armv8-linux.S
[677/960] Compiling bn-586-linux.S
[678/960] Compiling armv8-mont-win.S
[679/960] Compiling armv8-mont-linux.S
[680/960] Compiling aesv8-gcm-armv8-win.S
[681/960] Compiling armv4-mont-linux.S
[682/960] Compiling armv8-mont-apple.S
[683/960] Compiling aesv8-gcm-armv8-linux.S
[684/960] Compiling aesv8-armv8-linux.S
[685/960] Compiling aesv8-armv8-win.S
[686/960] Compiling aesv8-gcm-armv8-apple.S
[687/960] Compiling aesv8-armv8-apple.S
[688/960] Compiling aesv8-armv7-linux.S
[689/960] Compiling aesni-x86_64-apple.S
[689/960] Compiling aesni-x86_64-linux.S
[689/960] Compiling aesni-x86-linux.S
[692/960] Compiling aesni-x86-apple.S
[693/960] Compiling aesni-gcm-x86_64-linux.S
[694/960] Compiling aes-gcm-avx2-x86_64-apple.S
[695/960] Compiling aes-gcm-avx2-x86_64-linux.S
[696/960] Compiling aes-gcm-avx10-x86_64-apple.S
[696/960] Compiling aesni-gcm-x86_64-apple.S
[698/960] Compiling aes-gcm-avx10-x86_64-linux.S
[699/960] Compiling x_val.cc
[700/960] Compiling x_x509a.cc
[701/960] Compiling x_x509.cc
[702/960] Compiling x_spki.cc
[703/960] Compiling x_sig.cc
[704/960] Compiling x_pubkey.cc
[705/960] Compiling x_exten.cc
[706/960] Compiling x_name.cc
[707/960] Compiling x_crl.cc
[708/960] Compiling x_req.cc
[709/960] Compiling x_attrib.cc
[710/960] Compiling x509spki.cc
[711/960] Compiling x509rset.cc
[712/960] Compiling x_algor.cc
[713/960] Compiling x_all.cc
[714/960] Compiling x509cset.cc
[715/960] Compiling x509name.cc
[716/960] Compiling x509_v3.cc
[717/960] Compiling x509_vpm.cc
[718/960] Compiling x509_vfy.cc
[719/960] Compiling x509_txt.cc
[720/960] Compiling x509_trs.cc
[721/960] Compiling x509_obj.cc
[722/960] Compiling x509_set.cc
[723/960] Compiling x509_req.cc
[724/960] Compiling x509_def.cc
[725/960] Compiling x509_lu.cc
[726/960] Compiling x509_ext.cc
[727/960] Compiling x509_d2.cc
[728/960] Compiling x509_cmp.cc
[729/960] Compiling x509_att.cc
[730/960] Compiling x509.cc
[731/960] Compiling v3_purp.cc
[732/960] Compiling v3_skey.cc
[733/960] Compiling v3_utl.cc
[734/960] Compiling v3_prn.cc
[735/960] Compiling v3_ocsp.cc
[736/960] Compiling v3_pmaps.cc
[737/960] Compiling v3_pcons.cc
[738/960] Compiling v3_ncons.cc
[739/960] Compiling v3_lib.cc
[740/960] Compiling v3_int.cc
[741/960] Compiling v3_ia5.cc
[742/960] Compiling v3_info.cc
[743/960] Compiling v3_extku.cc
[744/960] Compiling v3_genn.cc
[745/960] Compiling v3_enum.cc
[746/960] Compiling v3_crld.cc
[747/960] Compiling v3_cpols.cc
[748/960] Compiling v3_conf.cc
[749/960] Compiling v3_bitst.cc
[750/960] Compiling v3_bcons.cc
[751/960] Compiling v3_alt.cc
[752/960] Compiling v3_akeya.cc
[753/960] Compiling v3_akey.cc
[754/960] Compiling t_crl.cc
[754/960] Compiling t_x509.cc
[755/960] Compiling t_x509a.cc
[757/960] Compiling t_req.cc
[758/960] Compiling rsa_pss.cc
[759/960] Compiling i2d_pr.cc
[760/960] Compiling name_print.cc
[761/960] Compiling policy.cc
[762/960] Compiling by_file.cc
[763/960] Compiling by_dir.cc
[764/960] Compiling algorithm.cc
[765/960] Compiling a_verify.cc
[766/960] Compiling a_digest.cc
[767/960] Compiling a_sign.cc
[768/960] Compiling asn1_gen.cc
[769/960] Compiling voprf.cc
[770/960] Compiling thread_win.cc
[771/960] Compiling thread_pthread.cc
[772/960] Compiling thread.cc
[773/960] Compiling thread_none.cc
[774/960] Compiling trust_token.cc
[775/960] Compiling pmbtoken.cc
[776/960] Compiling stack.cc
[777/960] Compiling slhdsa.cc
[778/960] Compiling spake2plus.cc
[779/960] Compiling siphash.cc
[780/960] Compiling sha512.cc
[781/960] Compiling sha256.cc
[782/960] Compiling sha1.cc
[783/960] Compiling rsa_extra.cc
[784/960] Compiling rsa_print.cc
[785/960] Compiling rsa_crypt.cc
[786/960] Compiling refcount.cc
[787/960] Compiling rsa_asn1.cc
[788/960] Compiling rc4.cc
[789/960] Compiling windows.cc
[790/960] Compiling urandom.cc
[791/960] Compiling trusty.cc
[792/960] Compiling rand.cc
[793/960] Compiling ios.cc
[794/960] Compiling passive.cc
[795/960] Compiling poly1305_arm_asm.S
[796/960] Compiling getentropy.cc
[797/960] Compiling forkunsafe.cc
[798/960] Compiling deterministic.cc
[799/960] Compiling fork_detect.cc
[800/960] Compiling poly1305_vec.cc
[801/960] Compiling poly1305_arm.cc
[802/960] Compiling poly1305.cc
[803/960] Compiling pool.cc
[804/960] Compiling pkcs8.cc
[805/960] Compiling pkcs8_x509.cc
[806/960] Compiling pkcs7.cc
[807/960] Compiling p5_pbev2.cc
[808/960] Compiling pkcs7_x509.cc
[809/960] Compiling pem_xaux.cc
[810/960] Compiling pem_x509.cc
[811/960] Compiling pem_pkey.cc
[812/960] Compiling pem_pk8.cc
[813/960] Compiling pem_oth.cc
[814/960] Compiling mlkem.cc
[815/960] Compiling obj_xref.cc
[816/960] Compiling mldsa.cc
[817/960] Compiling pem_info.cc
[818/960] Compiling pem_lib.cc
[819/960] Compiling pem_all.cc
[820/960] Compiling poly_rq_mul.S
[821/960] Compiling obj.cc
[822/960] Compiling fips_shared_support.cc
[823/960] Compiling mem.cc
[824/960] Compiling md5.cc
[825/960] Compiling md4.cc
[826/960] Compiling lhash.cc
[827/960] Compiling kyber.cc
[828/960] Compiling ex_data.cc
[829/960] Compiling sign.cc
[830/960] Compiling scrypt.cc
[831/960] Compiling pbkdf.cc
[832/960] Compiling print.cc
[833/960] Compiling hpke.cc
[834/960] Compiling hrss.cc
[835/960] Compiling p_x25519_asn1.cc
[836/960] Compiling p_x25519.cc
[837/960] Compiling p_ed25519.cc
[838/960] Compiling p_rsa_asn1.cc
[839/960] Compiling p_rsa.cc
[840/960] Compiling p_hkdf.cc
[841/960] Compiling p_ec.cc
[842/960] Compiling p_ed25519_asn1.cc
[843/960] Compiling p_ec_asn1.cc
[844/960] Compiling p_dh_asn1.cc
[845/960] Compiling p_dsa_asn1.cc
[846/960] Compiling p_dh.cc
[847/960] Compiling evp_ctx.cc
[848/960] Compiling err.cc
[849/960] Compiling evp.cc
[850/960] Compiling engine.cc
[851/960] Compiling evp_asn1.cc
[852/960] Compiling ecdsa_asn1.cc
[853/960] Compiling ecdh.cc
[854/960] Compiling ec_derive.cc
[855/960] Compiling hash_to_curve.cc
[856/960] Compiling dsa.cc
[857/960] Compiling ec_asn1.cc
[858/960] Compiling bcm.cc
[859/960] Compiling x25519-asm-arm.S
[860/960] Compiling dsa_asn1.cc
[861/960] Compiling params.cc
[862/960] Compiling digest_extra.cc
[863/960] Compiling des.cc
[864/960] Compiling dh_asn1.cc
[865/960] Compiling curve25519_64_adx.cc
[866/960] Compiling spake25519.cc
[867/960] Compiling cpu_intel.cc
[868/960] Compiling cpu_arm_linux.cc
[869/960] Compiling crypto.cc
[870/960] Compiling cpu_arm_freebsd.cc
[871/960] Compiling cpu_aarch64_win.cc
[872/960] Compiling curve25519.cc
[873/960] Compiling cpu_aarch64_sysreg.cc
[874/960] Compiling cpu_aarch64_openbsd.cc
[875/960] Compiling cpu_aarch64_linux.cc
[876/960] Compiling cpu_aarch64_fuchsia.cc
[877/960] Compiling cpu_aarch64_apple.cc
[878/960] Compiling tls_cbc.cc
[879/960] Compiling conf.cc
[880/960] Compiling get_cipher.cc
[881/960] Compiling e_rc4.cc
[882/960] Compiling e_tls.cc
[883/960] Compiling e_rc2.cc
[884/960] Compiling e_null.cc
[885/960] Compiling e_des.cc
[886/960] Compiling e_chacha20poly1305.cc
[887/960] Compiling e_aesgcmsiv.cc
[888/960] Compiling derive_key.cc
[889/960] Compiling e_aesctrhmac.cc
[890/960] Compiling chacha.cc
[891/960] Compiling unicode.cc
[892/960] Compiling ber.cc
[893/960] Compiling cbs.cc
[894/960] Compiling cbb.cc
[895/960] Compiling asn1_compat.cc
[896/960] Compiling buf.cc
[897/960] Compiling blake2.cc
[898/960] Compiling socket_helper.cc
[899/960] Compiling bn_asn1.cc
[900/960] Compiling convert.cc
[901/960] Compiling socket.cc
[902/960] Compiling printf.cc
[903/960] Compiling pair.cc
[904/960] Compiling hexdump.cc
[905/960] Compiling file.cc
[906/960] Compiling fd.cc
[907/960] Compiling errno.cc
[908/960] Compiling connect.cc
[909/960] Compiling bio_mem.cc
[910/960] Compiling base64.cc
[911/960] Compiling bio.cc
[912/960] Compiling tasn_typ.cc
[913/960] Compiling tasn_fre.cc
[914/960] Compiling tasn_utl.cc
[915/960] Compiling tasn_enc.cc
[916/960] Compiling tasn_new.cc
[917/960] Compiling posix_time.cc
[918/960] Compiling f_string.cc
[919/960] Compiling f_int.cc
[920/960] Compiling tasn_dec.cc
[921/960] Compiling asn_pack.cc
[922/960] Compiling asn1_par.cc
[923/960] Compiling asn1_lib.cc
[924/960] Compiling a_utctm.cc
[925/960] Compiling a_type.cc
[926/960] Compiling a_time.cc
[927/960] Compiling a_octet.cc
[928/960] Compiling a_strnid.cc
[929/960] Compiling a_strex.cc
[930/960] Compiling a_mbstr.cc
[931/960] Compiling a_object.cc
[932/960] Compiling a_int.cc
[933/960] Write sources
[934/960] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[936/960] Write sources
[937/960] Compiling a_i2d_fp.cc
[937/960] Write sources
[944/960] Compiling a_dup.cc
[945/960] Compiling a_d2i_fp.cc
[946/960] Compiling a_gentm.cc
[947/975] Compiling a_bitstr.cc
[948/1000] Compiling a_bool.cc
[950/1064] Compiling Algorithms Rotate.swift
[951/1064] Compiling Algorithms Suffix.swift
[952/1066] Compiling Algorithms Split.swift
[953/1066] Compiling Algorithms Stride.swift
[954/1066] Compiling Algorithms RandomSample.swift
[955/1066] Compiling Algorithms Reductions.swift
[956/1066] Compiling Algorithms FlattenCollection.swift
[957/1066] Compiling Algorithms AdjacentPairs.swift
[958/1066] Compiling Algorithms Intersperse.swift
[959/1066] Compiling Algorithms Joined.swift
[960/1066] Compiling Algorithms EitherSequence.swift
[961/1066] Compiling Algorithms FirstNonNil.swift
[962/1066] Compiling Algorithms Product.swift
[963/1066] Compiling BitCollections BitSet+CustomReflectable.swift
[964/1066] Compiling BitCollections BitSet+CustomStringConvertible.swift
[965/1066] Compiling BitCollections BitSet+Equatable.swift
[966/1066] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[967/1066] Compiling BitCollections BitSet+Extras.swift
[968/1071] Compiling BitCollections BitSet+Hashable.swift
[969/1071] Compiling BitCollections BitSet+Initializers.swift
[970/1071] Compiling BitCollections BitSet+Invariants.swift
[971/1071] Compiling BitCollections BitSet+Random.swift
[972/1071] Compiling BitCollections BitSet+SetAlgebra basics.swift
[973/1071] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[974/1071] Compiling Atomics IntegerOperations.swift
[975/1071] Compiling Atomics Unmanaged extensions.swift
[976/1071] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[977/1071] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[978/1071] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[979/1071] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[980/1071] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[981/1071] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[982/1071] Compiling ArgumentParserToolInfo ToolInfo.swift
[983/1071] Emitting module ArgumentParserToolInfo
[985/1071] Compiling ArgumentParserToolInfo ToolInfo.swift
[990/1071] Compiling Algorithms Chain.swift
[991/1071] Compiling Algorithms Chunked.swift
[996/1071] Compiling Algorithms Compacted.swift
[997/1071] Compiling Algorithms Cycle.swift
[998/1071] Compiling Algorithms Partition.swift
[999/1071] Compiling Algorithms Permutations.swift
[1000/1071] Compiling BitCollections BitSet.swift
[1001/1071] Compiling BitCollections Range+Utilities.swift
[1002/1071] Compiling BitCollections Slice+Utilities.swift
[1003/1071] Compiling BitCollections UInt+Tricks.swift
[1004/1071] Compiling BitCollections _Word.swift
[1011/1133] Emitting module BitCollections
[1012/1133] Compiling ArgumentParser BashCompletionsGenerator.swift
[1013/1133] Compiling ArgumentParser CompletionsGenerator.swift
[1014/1133] Compiling ArgumentParser FishCompletionsGenerator.swift
[1015/1133] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1016/1133] Compiling ArgumentParser Argument.swift
[1017/1133] Compiling ArgumentParser ArgumentHelp.swift
[1018/1133] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1019/1133] Compiling ArgumentParser ParsableCommand.swift
[1020/1133] Compiling ArgumentParser ArgumentDecoder.swift
[1021/1151] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1022/1151] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1023/1151] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1024/1151] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1025/1151] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1026/1151] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1027/1151] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1028/1151] Compiling BitCollections BitSet+SetAlgebra union.swift
[1029/1151] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1030/1151] Compiling BitCollections BitSet.Counted.swift
[1031/1151] Compiling BitCollections BitSet.Index.swift
[1032/1151] Compiling BitCollections BitSet._UnsafeHandle.swift
[1033/1153] Compiling Collections Collections.swift
[1034/1153] Emitting module Collections
[1035/1153] Compiling ArgumentParser ExpressibleByArgument.swift
[1036/1153] Compiling ArgumentParser ParsableArguments.swift
[1037/1153] Compiling ArgumentParser CommandConfiguration.swift
[1038/1153] Compiling ArgumentParser CommandGroup.swift
[1039/1153] Compiling ArgumentParser EnumerableFlag.swift
[1040/1153] Compiling ArgumentParser ArgumentDefinition.swift
[1041/1153] Compiling ArgumentParser ArgumentSet.swift
[1042/1153] Compiling ArgumentParser CommandParser.swift
[1043/1153] Compiling ArgumentParser OptionGroup.swift
[1044/1153] Compiling ArgumentParser AsyncParsableCommand.swift
[1045/1153] Compiling ArgumentParser InputKey.swift
[1046/1153] Compiling ArgumentParser ParserError.swift
[1049/1153] Compiling ArgumentParser ArgumentVisibility.swift
[1050/1153] Compiling ArgumentParser CompletionKind.swift
[1051/1153] Compiling ArgumentParser Errors.swift
[1058/1153] Compiling ArgumentParser Flag.swift
[1059/1153] Compiling ArgumentParser NameSpecification.swift
[1060/1153] Compiling ArgumentParser Option.swift
[1061/1153] Emitting module ArgumentParser
[1073/1161] Emitting module Atomics
[1073/1161] Compiling c-nioatomics.c
[1075/1161] Compiling ArgumentParser HelpCommand.swift
[1076/1161] Compiling ArgumentParser InputOrigin.swift
[1077/1161] Compiling ArgumentParser Name.swift
[1078/1161] Compiling ArgumentParser Parsed.swift
[1079/1161] Compiling ArgumentParser ParsedValues.swift
[1080/1161] Compiling ArgumentParser HelpGenerator.swift
[1081/1161] Compiling ArgumentParser MessageInfo.swift
[1082/1161] Compiling ArgumentParser UsageGenerator.swift
[1083/1161] Compiling ArgumentParser CollectionExtensions.swift
[1090/1161] Compiling ArgumentParser SplitArguments.swift
[1091/1161] Compiling ArgumentParser DumpHelpGenerator.swift
[1101/1161] Emitting module ArgumentParser
[1119/1161] Compiling ArgumentParser Platform.swift
[1120/1161] Compiling ArgumentParser SequenceExtensions.swift
[1121/1161] Compiling ArgumentParser StringExtensions.swift
[1122/1161] Compiling ArgumentParser Tree.swift
[1151/1161] Emitting module Algorithms
[1151/1161] Compiling c-atomics.c
[1153/1171] Compiling reparse Reparse.swift
[1154/1171] Emitting module reparse
[1154/1171] Write Objects.LinkFileList
[1156/1171] Emitting module reparse
[1157/1171] Compiling reparse Reparse.swift
[1158/1171] Compiling NIOConcurrencyHelpers lock.swift
[1158/1171] Write Objects.LinkFileList
[1160/1171] Compiling NIOConcurrencyHelpers NIOLock.swift
[1161/1171] Emitting module NIOConcurrencyHelpers
[1162/1171] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1163/1171] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1164/1171] Compiling NIOConcurrencyHelpers atomics.swift
[1164/1259] Linking reparse
[1165/1259] Applying reparse
[1166/1259] Linking reparse-tool
[1167/1259] Applying reparse-tool
[1169/1259] Emitting module ConsoleKitTerminal
[1170/1261] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1171/1261] Compiling NIOCore ByteBuffer-conversions.swift
[1172/1261] Compiling NIOCore Channel.swift
[1173/1261] Compiling NIOCore IOData.swift
[1174/1261] Compiling NIOCore IPProtocol.swift
[1175/1261] Compiling NIOCore IntegerBitPacking.swift
[1176/1261] Compiling NIOCore EventLoopFuture.swift
[1177/1261] Compiling NIOCore FileDescriptor.swift
[1178/1261] Compiling NIOCore FileHandle.swift
[1179/1261] Compiling NIOCore FileRegion.swift
[1180/1261] Compiling NIOCore GlobalSingletons.swift
[1181/1261] Compiling NIOCore IO.swift
[1182/1261] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1183/1261] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1184/1261] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1185/1261] Compiling NIOCore ChannelHandler.swift
[1186/1261] Compiling NIOCore ChannelHandlers.swift
[1187/1261] Compiling NIOCore ChannelInvoker.swift
[1188/1261] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1189/1261] Compiling NIOCore NIOAsyncWriter.swift
[1190/1261] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1191/1261] Compiling NIOCore BSDSocketAPI.swift
[1192/1261] Compiling NIOCore ByteBuffer-aux.swift
[1193/1261] Compiling NIOCore ChannelOption.swift
[1194/1261] Compiling NIOCore ChannelPipeline.swift
[1195/1261] Compiling NIOCore CircularBuffer.swift
[1196/1261] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1197/1261] Compiling ConsoleKitTerminal LoggerFragment.swift
[1198/1283] Compiling NIOCore Interfaces.swift
[1199/1283] Compiling NIOCore Linux.swift
[1200/1283] Compiling NIOCore MarkedCircularBuffer.swift
[1201/1283] Compiling NIOCore MulticastChannel.swift
[1202/1283] Compiling NIOCore NIOAny.swift
[1203/1283] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1211/1289] Compiling NIOCore ConvenienceOptionSupport.swift
[1212/1289] Compiling NIOCore DeadChannel.swift
[1213/1289] Compiling NIOCore DispatchQueue+WithFuture.swift
[1214/1289] Compiling NIOCore EventLoop+Deprecated.swift
[1215/1289] Compiling NIOCore EventLoop+SerialExecutor.swift
[1216/1289] Compiling NIOCore EventLoop.swift
[1217/1289] Compiling ConsoleKitCommands Option.swift
[1218/1289] Compiling ConsoleKitCommands ConsoleError.swift
[1219/1289] Compiling ConsoleKitCommands Completion.swift
[1220/1289] Compiling ConsoleKitCommands Argument.swift
[1221/1289] Compiling ConsoleKitCommands CommandSignature.swift
[1222/1289] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1223/1289] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1224/1289] Emitting module ConsoleKitCommands
[1229/1291] Compiling ConsoleKitCommands AsyncCommands.swift
[1230/1291] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1231/1291] Compiling ConsoleKitCommands AnyCommand.swift
[1232/1291] Compiling NIOCore SocketOptionProvider.swift
[1233/1291] Compiling NIOCore SystemCallHelpers.swift
[1234/1291] Compiling NIOCore TimeAmount+Duration.swift
[1235/1291] Compiling NIOCore TypeAssistedChannelHandler.swift
[1236/1291] Compiling NIOCore UniversalBootstrapSupport.swift
[1237/1291] Compiling NIOCore Utilities.swift
[1238/1291] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1239/1291] Compiling ConsoleKitCommands Utilities.swift
[1243/1291] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1244/1291] Compiling ConsoleKitCommands AsyncCommand.swift
[1245/1291] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1246/1291] Compiling ConsoleKitCommands Command.swift
[1247/1291] Compiling ConsoleKitCommands CommandContext.swift
[1248/1291] Compiling ConsoleKitCommands CommandError.swift
[1249/1291] Compiling ConsoleKitCommands CommandGroup.swift
[1250/1291] Compiling ConsoleKitCommands CommandInput.swift
[1251/1291] Compiling ConsoleKitCommands Commands.swift
[1252/1291] Compiling ConsoleKitCommands Console+Run.swift
[1253/1291] Compiling ConsoleKitCommands Flag.swift
[1268/1293] Compiling ConsoleKit Exports.swift
[1269/1293] Emitting module ConsoleKit
[1270/1293] Compiling NIOCore AddressedEnvelope.swift
[1271/1293] Compiling NIOCore AsyncAwaitSupport.swift
[1272/1293] Compiling NIOCore AsyncChannel.swift
[1273/1293] Compiling NIOCore AsyncChannelHandler.swift
[1274/1293] Compiling NIOCore AsyncChannelInboundStream.swift
[1275/1293] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1276/1293] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1277/1293] Compiling NIOCore ByteBuffer-core.swift
[1278/1293] Compiling NIOCore ByteBuffer-hex.swift
[1279/1293] Compiling NIOCore ByteBuffer-int.swift
[1280/1293] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1281/1293] Compiling NIOCore ByteBuffer-multi-int.swift
[1282/1293] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1283/1293] Compiling NIOCore ByteBuffer-views.swift
[1284/1293] Compiling NIOCore NIOLoopBound.swift
[1285/1293] Compiling NIOCore NIOScheduledCallback.swift
[1286/1293] Compiling NIOCore NIOSendable.swift
[1287/1293] Compiling NIOCore RecvByteBufferAllocator.swift
[1288/1293] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1289/1293] Compiling NIOCore SocketAddresses.swift
[1290/1293] Emitting module NIOCore
[1291/1346] Compiling NIOEmbedded AsyncTestingChannel.swift
[1292/1346] Compiling NIOEmbedded Embedded.swift
[1293/1346] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1294/1346] Emitting module NIOEmbedded
[1295/1346] Compiling NIOPosix SocketProtocols.swift
[1296/1346] Compiling NIOPosix System.swift
[1297/1346] Compiling NIOPosix Thread.swift
[1298/1346] Compiling NIOPosix ThreadPosix.swift
[1299/1346] Compiling NIOPosix ThreadWindows.swift
[1300/1346] Emitting module NIOPosix
[1301/1351] Compiling NIOPosix LinuxCPUSet.swift
[1302/1351] Compiling NIOPosix LinuxUring.swift
[1303/1351] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1304/1351] Compiling NIOPosix NIOThreadPool.swift
[1305/1351] Compiling NIOPosix NonBlockingFileIO.swift
[1306/1351] Compiling NIOPosix SelectorKqueue.swift
[1307/1351] Compiling NIOPosix SelectorUring.swift
[1308/1351] Compiling NIOPosix ServerSocket.swift
[1309/1351] Compiling NIOPosix Socket.swift
[1310/1351] Compiling NIOPosix SocketChannel.swift
[1311/1351] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1312/1351] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1313/1351] Compiling NIOPosix PosixSingletons.swift
[1314/1351] Compiling NIOPosix RawSocketBootstrap.swift
[1315/1351] Compiling NIOPosix Resolver.swift
[1316/1351] Compiling NIOPosix PendingDatagramWritesManager.swift
[1317/1351] Compiling NIOPosix PendingWritesManager.swift
[1318/1351] Compiling NIOPosix PipeChannel.swift
[1319/1351] Compiling NIOPosix PipePair.swift
[1320/1351] Compiling NIOPosix Pool.swift
[1321/1351] Compiling NIOPosix GetaddrinfoResolver.swift
[1322/1351] Compiling NIOPosix HappyEyeballs.swift
[1323/1351] Compiling NIOPosix IO.swift
[1324/1351] Compiling NIOPosix IntegerBitPacking.swift
[1325/1351] Compiling NIOPosix IntegerTypes.swift
[1326/1351] Compiling NIOPosix Linux.swift
[1327/1351] Compiling NIOPosix BSDSocketAPICommon.swift
[1328/1351] Compiling NIOPosix BSDSocketAPIPosix.swift
[1329/1351] Compiling NIOPosix BSDSocketAPIWindows.swift
[1330/1351] Compiling NIOPosix BaseSocket.swift
[1331/1351] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1332/1351] Compiling NIOPosix BaseSocketChannel.swift
[1333/1351] Compiling NIOPosix Selectable.swift
[1334/1351] Compiling NIOPosix SelectableChannel.swift
[1335/1351] Compiling NIOPosix SelectableEventLoop.swift
[1336/1351] Compiling NIOPosix SelectorEpoll.swift
[1337/1351] Compiling NIOPosix SelectorGeneric.swift
[1338/1351] Compiling NIOPosix BaseStreamSocketChannel.swift
[1339/1351] Compiling NIOPosix Bootstrap.swift
[1340/1351] Compiling NIOPosix ControlMessage.swift
[1341/1351] Compiling NIOPosix DatagramVectorReadManager.swift
[1342/1351] Compiling NIOPosix Errors+Any.swift
[1343/1351] Compiling NIOPosix FileDescriptor.swift
[1344/1351] Compiling NIOPosix UnsafeTransfer.swift
[1345/1351] Compiling NIOPosix Utilities.swift
[1346/1351] Compiling NIOPosix VsockAddress.swift
[1347/1351] Compiling NIOPosix VsockChannelEvents.swift
[1348/1351] Compiling NIOPosix resource_bundle_accessor.swift
[1349/1412] Compiling NIO Exports.swift
[1350/1412] Emitting module NIO
[1351/1452] Compiling NIOSOCKS SOCKSClientHandler.swift
[1352/1452] Compiling NIOHTTP1 HTTPDecoder.swift
[1353/1454] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1354/1454] Compiling NIOSOCKS ClientStateMachine.swift
[1355/1454] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1356/1455] Compiling NIOSOCKS Messages.swift
[1357/1455] Compiling NIOSOCKS SOCKSResponse.swift
[1358/1455] Compiling NIOSOCKS Helpers.swift
[1359/1455] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1360/1455] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1361/1455] Compiling NIOSOCKS Errors.swift
[1362/1455] Compiling NIOSOCKS SOCKSRequest.swift
[1363/1455] Emitting module NIOSOCKS
[1366/1455] Compiling NIOTLS TLSEvents.swift
[1367/1455] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1368/1455] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1369/1455] Emitting module NIOTLS
[1370/1455] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1371/1455] Compiling NIOTLS SNIHandler.swift
[1372/1455] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1373/1456] Compiling NIOSOCKS ServerStateMachine.swift
[1374/1456] Emitting module _NIOFileSystem
[1375/1489] Compiling NIOSSL NIOSSLServerHandler.swift
[1376/1489] Compiling NIOSSL ObjectIdentifier.swift
[1377/1489] Compiling NIOSSL PosixPort.swift
[1378/1489] Compiling NIOSSL SafeCompare.swift
[1379/1489] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1380/1489] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1381/1489] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1382/1489] Emitting module NIOFoundationCompat
[1383/1489] Compiling NIOSSL SSLCertificateExtensions.swift
[1384/1489] Compiling NIOSSL SubjectAlternativeName.swift
[1385/1489] Compiling NIOSSL NIOSSLSecureBytes.swift
[1386/1489] Compiling NIOSSL RNG.swift
[1389/1489] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1390/1511] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1391/1511] Compiling NIOTransportServices AcceptHandler.swift
[1392/1511] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1393/1511] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1394/1511] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1395/1511] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1396/1511] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1397/1511] Compiling NIOTransportServices NIOTSEventLoop.swift
[1398/1511] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1399/1511] Compiling _NIOFileSystem OpenOptions.swift
[1400/1511] Compiling _NIOFileSystem String+FileSystem.swift
[1401/1511] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1404/1511] Emitting module NIOHTTP1
[1405/1511] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1406/1511] Compiling _NIOFileSystem BufferedStream.swift
[1407/1511] Compiling _NIOFileSystem Cancellation.swift
[1408/1511] Compiling _NIOFileSystem TokenBucket.swift
[1409/1511] Compiling NIOTransportServices NIOTSErrors.swift
[1410/1511] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1413/1511] Compiling NIOTransportServices NIOTSBootstraps.swift
[1414/1511] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1419/1511] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1420/1511] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1421/1577] Compiling NIOSSL SSLErrors.swift
[1422/1577] Compiling _NIOFileSystem Syscalls.swift
[1423/1577] Compiling _NIOFileSystem SystemFileHandle.swift
[1424/1577] Compiling _NIOFileSystem Utilities.swift
[1425/1577] Compiling NIOSSL Zeroization.swift
[1426/1577] Compiling NIOSSL TLSConfiguration.swift
[1427/1577] Compiling NIOSSL SSLConnection.swift
[1428/1577] Compiling NIOSSL SSLContext.swift
[1429/1577] Emitting module NIOTransportServices
[1430/1579] Compiling NIOWebSocket WebSocketOpcode.swift
[1431/1580] Emitting module AsyncKit
[1432/1580] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1433/1580] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1434/1580] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1435/1580] Compiling MultipartKit FormDataDecoder.swift
[1436/1581] Emitting module NIOSSL
[1437/1584] Compiling MultipartKit FormDataEncoder.swift
[1438/1584] Compiling MultipartKit Storage.swift
[1439/1584] Compiling MultipartKit MultipartFormData.swift
[1440/1584] Compiling MultipartKit MultipartParser.swift
[1441/1584] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1442/1584] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1443/1584] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1444/1584] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1445/1584] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1446/1584] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1447/1584] Compiling NIOHTTPCompression HTTPDecompression.swift
[1448/1584] Emitting module NIOHTTPCompression
[1449/1584] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1450/1584] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1451/1584] Compiling NIOHTTPCompression HTTPCompression.swift
[1452/1584] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1453/1584] Compiling NIOHPACK HuffmanTables.swift
[1454/1584] Compiling NIOHPACK IntegerCoding.swift
[1455/1584] Compiling NIOHPACK IndexedHeaderTable.swift
[1456/1584] Compiling NIOHPACK HeaderTables.swift
[1457/1585] Compiling MultipartKit MultipartPart.swift
[1458/1585] Compiling MultipartKit MultipartPartConvertible.swift
[1459/1585] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1460/1585] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1461/1585] Compiling MultipartKit Exports.swift
[1462/1585] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1463/1585] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1464/1585] Compiling NIOWebSocket SHA1.swift
[1465/1585] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1466/1585] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1467/1585] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1468/1585] Emitting module NIOWebSocket
[1469/1585] Compiling NIOWebSocket WebSocketFrame.swift
[1470/1585] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1471/1585] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1472/1585] Emitting module NIOExtras
[1473/1585] Compiling NIOHPACK DynamicHeaderTable.swift
[1474/1585] Compiling NIOHPACK HPACKDecoder.swift
[1475/1585] Compiling NIOHPACK StaticHeaderTable.swift
[1476/1585] Compiling NIOHPACK HPACKErrors.swift
[1477/1585] Compiling NIOHPACK HuffmanCoding.swift
[1480/1585] Compiling NIOHPACK HPACKEncoder.swift
[1481/1585] Emitting module NIOHPACK
[1482/1585] Compiling NIOHPACK HPACKHeader.swift
[1499/1585] Emitting module MultipartKit
[1504/1587] Compiling MultipartKit Utilities.swift
[1505/1587] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1513/1587] Compiling MultipartKit MultipartSerializer.swift
[1523/1587] Compiling NIOSSL UniversalBootstrapSupport.swift
[1524/1587] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1525/1587] Compiling NIOSSL resource_bundle_accessor.swift
[1534/1652] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1535/1652] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1536/1652] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1537/1652] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1538/1652] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1539/1652] Compiling NIOHTTP2 MayReceiveFrames.swift
[1540/1652] Compiling NIOHTTP2 ReceivingDataState.swift
[1541/1652] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1542/1652] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1543/1652] Compiling NIOFileSystem Exports.swift
[1544/1652] Emitting module NIOFileSystem
[1545/1652] Compiling NIOHTTP2 MaySendFrames.swift
[1546/1652] Compiling NIOHTTP2 SendingDataState.swift
[1547/1652] Compiling NIOHTTP2 SendingGoawayState.swift
[1548/1652] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1551/1652] Compiling NIOHTTP2 Error+Any.swift
[1552/1652] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1553/1652] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1554/1652] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1555/1652] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1556/1652] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1557/1652] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1558/1652] Compiling NIOHTTP2 QuiescingState.swift
[1559/1652] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1560/1652] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1561/1652] Compiling NIOHTTP2 StateMachineResult.swift
[1562/1652] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1563/1652] Compiling NIOHTTP2 DOSHeuristics.swift
[1564/1652] Compiling NIOHTTP2 SendingHeadersState.swift
[1565/1652] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1566/1652] Compiling NIOHTTP2 HTTP2Settings.swift
[1567/1652] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1568/1652] Emitting module _NIOFileSystemFoundationCompat
[1569/1652] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1570/1652] Compiling NIOExtras WritePCAPHandler.swift
[1571/1685] Emitting module LeafKit
[1572/1687] Compiling WebSocketKit WebSocket+Connect.swift
[1573/1687] Compiling WebSocketKit WebSocketHandler.swift
[1574/1687] Compiling NIOHTTP2 SendingRstStreamState.swift
[1575/1687] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1576/1687] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1577/1687] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1578/1687] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1579/1687] Compiling NIOHTTP2 HasLocalSettings.swift
[1580/1687] Compiling NIOHTTP2 HasRemoteSettings.swift
[1581/1687] Emitting module NIOHTTP2
[1582/1693] Compiling LeafKit LeafTag.swift
[1583/1693] Compiling LeafKit String+HTMLEscape.swift
[1584/1693] Compiling WebSocketKit WebSocketClient.swift
[1585/1693] Compiling WebSocketKit WebSocket+Concurrency.swift
[1586/1693] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1587/1693] Emitting module WebSocketKit
[1588/1693] Compiling WebSocketKit Exports.swift
[1589/1693] Compiling WebSocketKit WebSocket.swift
[1590/1693] Compiling LeafKit LeafSyntax.swift
[1591/1693] Compiling LeafKit LeafDataRepresentable.swift
[1592/1693] Compiling LeafKit LeafDataStorage.swift
[1593/1693] Compiling LeafKit LeafError.swift
[1594/1693] Compiling LeafKit LeafCache.swift
[1595/1693] Compiling LeafKit LeafConfiguration.swift
[1596/1693] Compiling LeafKit LeafData.swift
[1597/1693] Compiling LeafKit Character+Identities.swift
[1598/1693] Compiling LeafKit LeafAST.swift
[1599/1693] Compiling LeafKit DefaultLeafCache.swift
[1603/1693] Compiling LeafKit LeafToken.swift
[1604/1693] Compiling LeafKit LeafParameter.swift
[1605/1693] Compiling LeafKit LeafParser.swift
[1609/1693] Compiling LeafKit LeafSource.swift
[1610/1693] Compiling LeafKit LeafSources.swift
[1611/1693] Compiling LeafKit LeafSerializer.swift
[1612/1693] Compiling LeafKit ParameterResolver.swift
[1613/1693] Compiling LeafKit LeafLexer.swift
[1614/1693] Compiling LeafKit LeafParameterTypes.swift
[1615/1693] Compiling LeafKit LeafRawTemplate.swift
[1616/1693] Compiling LeafKit LeafRenderer.swift
[1617/1693] Compiling LeafKit Dictionary+LeafData.swift
[1618/1693] Compiling LeafKit LeafContext.swift
[1619/1693] Compiling LeafKit NIOLeafFiles.swift
[1635/1693] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1636/1693] Compiling NIOHTTP2 StreamChannelList.swift
[1637/1693] Compiling NIOHTTP2 StreamMap.swift
[1638/1693] Compiling NIOHTTP2 StreamStateMachine.swift
[1639/1693] Compiling NIOHTTP2 UnsafeTransfer.swift
[1640/1693] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1641/1693] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1642/1693] Compiling NIOHTTP2 HTTP2Frame.swift
[1643/1693] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1644/1693] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1645/1693] Compiling NIOHTTP2 HTTP2PingData.swift
[1646/1693] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1648/1693] Compiling NIOHTTP2 HTTP2Stream.swift
[1649/1693] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1650/1693] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1651/1693] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1652/1693] Compiling NIOHTTP2 HTTP2StreamID.swift
[1653/1693] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1654/1693] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1655/1693] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1656/1693] Compiling NIOHTTP2 InboundEventBuffer.swift
[1657/1693] Compiling NIOHTTP2 InboundWindowManager.swift
[1658/1693] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1659/1693] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1660/1693] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1661/1693] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1662/1693] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1663/1693] Compiling NIOHTTP2 HTTP2Error.swift
[1664/1693] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1672/1754] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1673/1754] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1674/1754] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1675/1754] Compiling AsyncHTTPClient ConnectionPool.swift
[1676/1754] Compiling AsyncHTTPClient RequestBodyLength.swift
[1677/1754] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1678/1754] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1679/1754] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1680/1754] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1681/1754] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1682/1754] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1683/1754] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1684/1754] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1685/1754] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1686/1754] Compiling AsyncHTTPClient Transaction.swift
[1687/1754] Compiling AsyncHTTPClient Base64.swift
[1688/1754] Compiling AsyncHTTPClient BasicAuth.swift
[1689/1754] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1690/1754] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1691/1754] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1692/1754] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1693/1754] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1694/1754] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1695/1754] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1696/1754] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1697/1754] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1698/1760] Compiling AsyncHTTPClient SSLContextCache.swift
[1699/1760] Compiling AsyncHTTPClient Scheme.swift
[1700/1760] Compiling AsyncHTTPClient Singleton.swift
[1701/1760] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1702/1760] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1703/1760] Compiling AsyncHTTPClient Utils.swift
[1704/1760] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1705/1760] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1725/1760] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1726/1760] Compiling AsyncHTTPClient ConnectionTarget.swift
[1727/1760] Compiling AsyncHTTPClient DeconstructedURL.swift
[1728/1760] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1729/1760] Compiling AsyncHTTPClient FoundationExtensions.swift
[1730/1760] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1731/1760] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1732/1760] Compiling AsyncHTTPClient TLSConfiguration.swift
[1733/1760] Compiling AsyncHTTPClient RedirectState.swift
[1734/1760] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1735/1760] Compiling AsyncHTTPClient RequestBag.swift
[1736/1760] Compiling AsyncHTTPClient RequestValidation.swift
[1737/1760] Compiling AsyncHTTPClient HTTP1Connection.swift
[1738/1760] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1739/1760] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1740/1760] Compiling AsyncHTTPClient HTTP2Connection.swift
[1741/1760] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1742/1760] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1743/1760] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1744/1760] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1745/1760] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1746/1760] Compiling AsyncHTTPClient HTTPClient.swift
[1747/1760] Compiling AsyncHTTPClient HTTPHandler.swift
[1748/1760] Compiling AsyncHTTPClient LRUCache.swift
[1749/1760] Compiling AsyncHTTPClient NWErrorHandler.swift
[1750/1760] Emitting module AsyncHTTPClient
[1751/1760] Compiling AsyncHTTPClient RequestOptions.swift
[1752/1760] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1753/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1754/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1755/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1756/1760] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1757/1760] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1758/1956] Compiling Vapor FormDataDecoder+Content.swift
[1759/1956] Compiling Vapor FormDataEncoder+Content.swift
[1760/1956] Compiling Vapor Application+Password.swift
[1761/1956] Compiling Vapor Application+Passwords.swift
[1762/1956] Compiling Vapor AsyncPasswordHasher.swift
[1763/1956] Compiling Vapor BcryptHasher.swift
[1764/1956] Compiling Vapor PasswordHasher.swift
[1765/1956] Compiling Vapor PlaintextHasher.swift
[1766/1956] Compiling Vapor Request+Password.swift
[1767/1956] Compiling Vapor Redirect.swift
[1768/1956] Compiling Vapor Request+Body.swift
[1769/1956] Compiling Vapor Request+BodyStream.swift
[1770/1956] Compiling Vapor Request.swift
[1771/1956] Compiling Vapor Application+Responder.swift
[1772/1956] Compiling Vapor DefaultResponder.swift
[1773/1956] Compiling Vapor Response+Body.swift
[1774/1956] Compiling Vapor Response.swift
[1775/1956] Compiling Vapor ResponseCodable.swift
[1776/1956] Compiling Vapor Application+Routes.swift
[1777/1956] Compiling Vapor Parameters+Require.swift
[1778/1956] Compiling Vapor Request+WebSocket.swift
[1779/1956] Compiling Vapor Route.swift
[1780/1977] Compiling Vapor DotEnv.swift
[1781/1977] Compiling Vapor Extendable.swift
[1782/1977] Compiling Vapor File.swift
[1783/1977] Compiling Vapor FileIO.swift
[1784/1977] Compiling Vapor LifecycleHandler.swift
[1785/1977] Compiling Vapor OptionalType.swift
[1786/1977] Compiling Vapor RFC1123.swift
[1787/1977] Compiling Vapor SocketAddress+Hostname.swift
[1788/1977] Compiling Vapor Storage.swift
[1789/1977] Compiling Vapor String+IsIPAddress.swift
[1790/1977] Compiling Vapor Thread.swift
[1791/1977] Compiling Vapor URI.swift
[1792/1977] Compiling Vapor RangeResult.swift
[1793/1977] Compiling Vapor Validatable.swift
[1794/1977] Compiling Vapor Validation.swift
[1795/1977] Compiling Vapor ValidationKey.swift
[1796/1977] Compiling Vapor Validations.swift
[1797/1977] Compiling Vapor ValidationsError.swift
[1798/1977] Compiling Vapor Validator.swift
[1799/1977] Compiling Vapor ValidatorResult.swift
[1800/1977] Compiling Vapor And.swift
[1801/1977] Compiling Vapor PlaintextDecoder.swift
[1802/1977] Compiling Vapor PlaintextEncoder.swift
[1803/1977] Compiling Vapor URLQueryCoders.swift
[1804/1977] Compiling Vapor URLQueryContainer.swift
[1805/1977] Compiling Vapor Core.swift
[1806/1977] Compiling Vapor Running.swift
[1807/1977] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1808/1977] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1809/1977] Compiling Vapor DotEnvFile+load.swift
[1810/1977] Compiling Vapor Routes+caseInsenstive.swift
[1811/1977] Compiling Vapor Validatable+validate.swift
[1812/1977] Compiling Vapor Environment+Process.swift
[1813/1977] Compiling Vapor Environment+Secret.swift
[1814/1977] Compiling Vapor Environment.swift
[1815/1977] Compiling Vapor Abort.swift
[1816/1977] Compiling Vapor AbortError.swift
[1817/1977] Compiling Vapor DebuggableError.swift
[1818/1977] Compiling Vapor Demangler.swift
[1819/1977] Compiling Vapor ErrorSource.swift
[1820/1977] Compiling Vapor StackTrace.swift
[1821/1977] Compiling Vapor Exports.swift
[1822/1977] Compiling Vapor Application+HTTP.swift
[1823/1977] Compiling Vapor HTTPMediaTypePreference.swift
[1824/1977] Compiling Vapor Responder.swift
[1825/1977] Compiling Vapor Application+HTTP+Server.swift
[1826/1977] Compiling Vapor HTTPServer.swift
[1827/1977] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1828/1977] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1829/1977] Compiling Vapor HTTPServerHandler.swift
[1830/1977] Compiling Vapor HTTPServerRequestDecoder.swift
[1831/1977] Compiling Vapor HTTPServerResponseEncoder.swift
[1832/1977] Compiling Vapor HTTPServerUpgradeHandler.swift
[1833/1977] Compiling Vapor Logger+Report.swift
[1834/1977] Compiling Vapor LoggingSystem+Environment.swift
[1835/1977] Compiling Vapor Application+Middleware.swift
[1836/1977] Compiling Vapor CORSMiddleware.swift
[1837/1977] Compiling Vapor ErrorMiddleware.swift
[1838/1977] Compiling Vapor FileMiddleware.swift
[1839/1977] Compiling Vapor Middleware.swift
[1840/1977] Compiling Vapor MiddlewareConfiguration.swift
[1841/1977] Compiling Vapor ResponseCompressionMiddleware.swift
[1842/1977] Compiling Vapor RouteLoggingMiddleware.swift
[1843/1977] Compiling Vapor TracingMiddleware.swift
[1844/1977] Compiling Vapor File+Multipart.swift
[1845/1977] Compiling Vapor Case.swift
[1846/1977] Compiling Vapor CharacterSet.swift
[1847/1977] Compiling Vapor Count.swift
[1848/1977] Compiling Vapor Custom.swift
[1849/1977] Compiling Vapor Email.swift
[1850/1977] Compiling Vapor Empty.swift
[1851/1977] Compiling Vapor In.swift
[1852/1977] Compiling Vapor Nil.swift
[1853/1977] Compiling Vapor NilIgnoring.swift
[1854/1977] Compiling Vapor Not.swift
[1855/1977] Compiling Vapor Or.swift
[1856/1977] Compiling Vapor Pattern.swift
[1857/1977] Compiling Vapor Range.swift
[1858/1977] Compiling Vapor URL.swift
[1859/1977] Compiling Vapor Valid.swift
[1860/1977] Compiling Vapor Application+Views.swift
[1861/1977] Compiling Vapor PlaintextRenderer.swift
[1862/1977] Compiling Vapor Request+View.swift
[1863/1977] Compiling Vapor View.swift
[1864/1977] Compiling Vapor ViewRenderer.swift
[1865/1977] Compiling Vapor _Deprecations.swift
[1866/1977] Compiling Vapor RouteCollection.swift
[1867/1977] Compiling Vapor Routes.swift
[1868/1977] Compiling Vapor RoutesBuilder+Group.swift
[1869/1977] Compiling Vapor RoutesBuilder+Method.swift
[1870/1977] Compiling Vapor RoutesBuilder+Middleware.swift
[1871/1977] Compiling Vapor RoutesBuilder+WebSocket.swift
[1872/1977] Compiling Vapor RoutesBuilder.swift
[1873/1977] Compiling Vapor OTP.swift
[1874/1977] Compiling Vapor Application+Servers.swift
[1875/1977] Compiling Vapor Server.swift
[1876/1977] Compiling Vapor App+Service.swift
[1877/1977] Compiling Vapor Req+Service.swift
[1878/1977] Compiling Vapor Service.swift
[1879/1977] Compiling Vapor Application+Sessions.swift
[1880/1977] Compiling Vapor MemorySessions.swift
[1881/1977] Compiling Vapor Request+Session.swift
[1882/1977] Compiling Vapor Session.swift
[1883/1977] Compiling Vapor SessionCache.swift
[1884/1977] Compiling Vapor SessionData.swift
[1885/1977] Compiling Vapor SessionDriver.swift
[1886/1977] Compiling Vapor SessionsConfiguration.swift
[1887/1977] Compiling Vapor ServeCommand.swift
[1888/1977] Compiling Vapor AnyResponse+Concurrency.swift
[1889/1977] Compiling Vapor AsyncBasicResponder.swift
[1890/1977] Compiling Vapor AsyncMiddleware.swift
[1891/1977] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1892/1977] Compiling Vapor AsyncSessionDriver.swift
[1893/1977] Compiling Vapor Authentication+Concurrency.swift
[1894/1977] Compiling Vapor Cache+Concurrency.swift
[1895/1977] Compiling Vapor Client+Concurrency.swift
[1896/1977] Compiling Vapor RequestBody+Concurrency.swift
[1897/1977] Compiling Vapor Responder+Concurrency.swift
[1898/1977] Compiling Vapor ResponseCodable+Concurrency.swift
[1899/1977] Compiling Vapor RoutesBuilder+Concurrency.swift
[1900/1977] Compiling Vapor ViewRenderer+Concurrency.swift
[1901/1977] Compiling Vapor WebSocket+Concurrency.swift
[1902/1977] Compiling Vapor ContainerGetPathExecutor.swift
[1903/1977] Compiling Vapor Content.swift
[1904/1977] Compiling Vapor ContentCoders.swift
[1905/1977] Compiling Vapor ContentConfiguration.swift
[1906/1977] Compiling Vapor ContentContainer.swift
[1907/1977] Compiling Vapor JSONCoder+Custom.swift
[1908/1977] Compiling Vapor JSONCoders+Content.swift
[1909/1977] Compiling Vapor Application.swift
[1910/1977] Compiling Vapor AuthenticationCache.swift
[1911/1977] Compiling Vapor Authenticator.swift
[1912/1977] Compiling Vapor BasicAuthorization.swift
[1913/1977] Compiling Vapor BearerAuthorization.swift
[1914/1977] Compiling Vapor GuardMiddleware.swift
[1915/1977] Compiling Vapor RedirectMiddleware.swift
[1916/1977] Compiling Vapor SessionAuthenticatable.swift
[1917/1977] Compiling Vapor Bcrypt.swift
[1918/1977] Compiling Vapor Application+Cache.swift
[1919/1977] Compiling Vapor Cache.swift
[1920/1977] Compiling Vapor CacheExpirationTime.swift
[1921/1977] Compiling Vapor MemoryCache.swift
[1922/1977] Compiling Vapor Request+Cache.swift
[1923/1977] Compiling Vapor Application+Clients.swift
[1924/1977] Compiling Vapor Client.swift
[1925/1977] Compiling Vapor ClientRequest.swift
[1926/1977] Compiling Vapor ClientResponse.swift
[1927/1977] Compiling Vapor Request+Client.swift
[1928/1977] Compiling Vapor BootCommand.swift
[1929/1977] Compiling Vapor CommandContext+Application.swift
[1930/1977] Compiling Vapor RoutesCommand.swift
[1931/1977] Compiling Vapor BasicResponder.swift
[1932/1977] Compiling Vapor BodyStream.swift
[1933/1977] Compiling Vapor Application+HTTP+Client.swift
[1934/1977] Compiling Vapor EventLoopHTTPClient.swift
[1935/1977] Compiling Vapor EndpointCache.swift
[1936/1977] Compiling Vapor HTTPMethod+String.swift
[1937/1977] Compiling Vapor HTTPStatus.swift
[1938/1977] Compiling Vapor HTTPCookies.swift
[1939/1977] Compiling Vapor HTTPHeaderCacheControl.swift
[1940/1977] Compiling Vapor HTTPHeaderExpires.swift
[1941/1977] Compiling Vapor HTTPHeaderLastModified.swift
[1942/1977] Compiling Vapor HTTPHeaders+Cache.swift
[1943/1977] Compiling Vapor HTTPHeaders+Connection.swift
[1944/1977] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1945/1977] Compiling Vapor HTTPHeaders+ContentRange.swift
[1946/1977] Compiling Vapor HTTPHeaders+Directive.swift
[1947/1977] Compiling Vapor HTTPHeaders+Forwarded.swift
[1948/1977] Compiling Vapor HTTPHeaders+Link.swift
[1949/1977] Compiling Vapor HTTPHeaders+Name.swift
[1950/1977] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1951/1977] Compiling Vapor HTTPHeaders.swift
[1952/1977] Compiling Vapor HTTPMediaType.swift
[1953/1977] Compiling Vapor SessionsMiddleware.swift
[1954/1977] Compiling Vapor URLEncodedFormData.swift
[1955/1977] Compiling Vapor URLEncodedFormDecoder.swift
[1956/1977] Compiling Vapor URLEncodedFormEncoder.swift
[1957/1977] Compiling Vapor URLEncodedFormError.swift
[1958/1977] Compiling Vapor URLEncodedFormParser.swift
[1959/1977] Compiling Vapor URLEncodedFormSerializer.swift
[1960/1977] Compiling Vapor URLQueryFragmentConvertible.swift
[1961/1977] Compiling Vapor AnyResponse.swift
[1962/1977] Compiling Vapor Array+Random.swift
[1963/1977] Compiling Vapor Base32.swift
[1964/1977] Compiling Vapor Base64.swift
[1965/1977] Compiling Vapor BaseN.swift
[1966/1977] Compiling Vapor BasicCodingKey.swift
[1967/1977] Compiling Vapor ByteCount.swift
[1968/1977] Compiling Vapor Bytes+Hex.swift
[1969/1977] Compiling Vapor Bytes+SecureCompare.swift
[1970/1977] Compiling Vapor Collection+Safe.swift
[1971/1977] Compiling Vapor DataProtocol+Copy.swift
[1972/1977] Compiling Vapor DecoderUnwrapper.swift
[1973/1977] Compiling Vapor DirectoryConfiguration.swift
[1974/1977] Emitting module Vapor
[1975/1984] Compiling Leaf Request+Leaf.swift
[1976/1984] Compiling Leaf LeafRenderer+ViewRenderer.swift
[1977/1984] Compiling Leaf LeafError+AbortError.swift
[1978/1984] Compiling Leaf Application+Leaf.swift
[1979/1984] Compiling Leaf Exports.swift
[1980/1984] Emitting module Leaf
[1981/1984] Compiling Leaf LeafEncoder.swift
[1982/1990] Compiling ReparseExample route.swift
[1983/1990] Compiling ReparseExample SampleController.swift
[1984/1990] Compiling ReparseExample configure.swift
[1985/1990] Compiling ReparseExample pages.swift
[1986/1990] Emitting module ReparseExample
[1987/1990] Compiling ReparseExample entrypoint.swift
[1987/1990] Write Objects.LinkFileList
[1988/1990] Linking ReparseExample
[1989/1990] Applying ReparseExample
Build complete! (86.46s)
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/3956] Fetching leaf
[3957/78293] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (2.47s)
Fetched https://github.com/vapor/vapor.git from cache (2.47s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.47s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (3.03s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.47s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.94s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.94s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/1063] Fetching swift-service-context
[193/4271] Fetching swift-service-context, multipart-kit
[194/6874] Fetching swift-service-context, multipart-kit, websocket-kit
[471/11848] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.84s)
Fetching https://github.com/apple/swift-nio-extras.git from cache
[4801/10785] Fetching multipart-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.15s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[3723/5811] Fetching multipart-kit, websocket-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.70s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/vapor/websocket-kit.git from cache (1.95s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.95s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.96s)
Fetched https://github.com/apple/swift-log.git from cache (1.96s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.97s)
Fetching https://github.com/vapor/console-kit.git
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
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.65s)
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/20727] Fetching routing-kit
[209/23097] Fetching routing-kit, async-kit
[511/28582] Fetching routing-kit, async-kit, console-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (0.71s)
Fetched https://github.com/apple/swift-nio.git from cache (0.89s)
Fetched https://github.com/vapor/async-kit.git from cache (0.90s)
[6986/26212] Fetching routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.07s)
[16168/20727] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.31s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.31s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.91s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.03s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.69s)
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.61s)
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.50s)
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.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.11s)
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.43s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.56s)
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.07s)
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.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
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.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
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.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.48s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
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.62s)
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.48s)
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.48s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.05s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.26s)
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/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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.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-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-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/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/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/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-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/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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
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/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-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/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.106.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "experimental-reparse-html",
  "name" : "experimental-reparse-html",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "reparse",
      "targets" : [
        "reparse"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ReparseRuntime",
      "targets" : [
        "ReparseRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReparsePlugin",
      "targets" : [
        "ReparsePlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ReparseExample",
      "targets" : [
        "ReparseExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "reparse",
      "module_type" : "SwiftTarget",
      "name" : "reparse",
      "path" : "Sources/Tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "reparse",
        "ReparsePlugin"
      ],
      "sources" : [
        "Reparse.swift"
      ],
      "target_dependencies" : [
        "ReparseCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReparseRuntime",
      "module_type" : "SwiftTarget",
      "name" : "ReparseRuntime",
      "path" : "Sources/Runtime",
      "product_memberships" : [
        "reparse",
        "ReparseRuntime",
        "ReparsePlugin",
        "ReparseExample"
      ],
      "sources" : [
        "SwiftAttributeStorage.swift",
        "SwiftLineCommand.swift",
        "SwiftLineStorage.swift",
        "SwiftSlotStorage.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReparsePlugin",
      "module_type" : "PluginTarget",
      "name" : "ReparsePlugin",
      "path" : "Plugins/ReparsePlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "This command will compile the html templates into the source code.",
          "type" : "custom",
          "verb" : "reparse"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command (re)compiles the html templates.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "ReparsePlugin"
      ],
      "sources" : [
        "ReparsePlugin.swift"
      ],
      "target_dependencies" : [
        "reparse"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ReparseExample",
      "module_type" : "SwiftTarget",
      "name" : "ReparseExample",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "Leaf",
        "Vapor"
      ],
      "product_memberships" : [
        "ReparseExample"
      ],
      "sources" : [
        "Controllers/SampleController.swift",
        "configure.swift",
        "entrypoint.swift",
        "pages.swift",
        "route.swift"
      ],
      "target_dependencies" : [
        "ReparseRuntime"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReparseCore",
      "module_type" : "SwiftTarget",
      "name" : "ReparseCore",
      "path" : "Sources/Core",
      "product_memberships" : [
        "reparse",
        "ReparsePlugin"
      ],
      "sources" : [
        "AST.swift",
        "ASTStorage.swift",
        "PageProperties.swift",
        "Parser.swift",
        "ReparseCore.swift",
        "SimpleHtmlParser.swift",
        "SwiftCodeGenerator.swift",
        "SwiftOutputBuilder.swift",
        "SwiftPageSignatures.swift"
      ],
      "target_dependencies" : [
        "ReparseRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "ExampleTests",
      "path" : "Tests/ExampleTests",
      "product_dependencies" : [
        "XCTVapor",
        "Vapor",
        "Leaf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ExampleTests/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ExampleTests.swift"
      ],
      "target_dependencies" : [
        "ReparseExample"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.