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 0.0.19 (00432e), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:42:04 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: 0.0.19
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/experimental-reparse-html
 * tag               0.0.19     -> FETCH_HEAD
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 0.0.19
========================================
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
[8/500] Copying PrivacyInfo.xcprivacy
[8/500] Write reparse-tool-entitlement.plist
[10/500] Write sources
[11/500] Write reparse-entitlement.plist
[12/500] Write sources
[13/500] Copying PrivacyInfo.xcprivacy
[13/500] Write sources
[13/500] Copying PrivacyInfo.xcprivacy
[16/500] Write sources
[28/500] Write ReparseExample-entitlement.plist
[28/500] Write sources
[62/500] Write swift-version-2F0A5646E1D333AE.txt
[63/500] Compiling CNIOWASI CNIOWASI.c
[63/500] Compiling CSystem shims.c
[63/500] Compiling CNIOWindows shim.c
[63/500] Compiling CNIOWindows WSAStartup.c
[67/500] Compiling _NumericsShims _NumericsShims.c
[68/500] Compiling CNIOLinux shim.c
[69/547] Compiling CNIOSHA1 c_nio_sha1.c
[70/547] Compiling _AtomicsShims.c
[71/547] Compiling CVaporBcrypt blf.c
[72/547] Compiling CVaporBcrypt bcrypt.c
[74/653] Emitting module ServiceContextModule
[75/653] Compiling ServiceContextModule ServiceContext.swift
[76/653] Compiling ServiceContextModule ServiceContextKey.swift
[77/653] Compiling ReparseRuntime SwiftSlotStorage.swift
[79/653] Compiling ReparseRuntime SwiftLineStorage.swift
[80/653] Compiling ReparseRuntime SwiftLineCommand.swift
[81/653] Compiling ReparseRuntime SwiftLineStorage.swift
[82/653] Compiling ReparseRuntime SwiftLineCommand.swift
[83/653] Emitting module ReparseRuntime
[84/653] Compiling ReparseRuntime SwiftAttributeStorage.swift
[85/653] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/654] Compiling Crypto HPKE-Ciphersuite.swift
[87/654] Compiling Crypto HPKE-KDF.swift
[88/654] Compiling Crypto Digest_boring.swift
[89/654] Compiling Crypto Digest.swift
[90/654] Compiling Crypto Digests.swift
[91/654] Compiling Crypto HashFunctions.swift
[92/654] Compiling Crypto HashFunctions_SHA2.swift
[93/654] Compiling Crypto HPKE-AEAD.swift
[94/654] Compiling ReparseRuntime SwiftAttributeStorage.swift
[95/654] Emitting module ReparseRuntime
[96/663] Emitting module _NIOBase64
[97/663] Compiling _NIOBase64 Base64.swift
[98/673] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[99/673] Compiling Crypto ASN1Strings.swift
[100/673] Compiling Crypto ArraySliceBigint.swift
[101/673] Compiling RealModule Real.swift
[102/673] Compiling RealModule Float80+Real.swift
[103/673] Compiling RealModule Float16+Real.swift
[104/673] Compiling RealModule ElementaryFunctions.swift
[105/673] Compiling RealModule Float+Real.swift
[106/673] Compiling Crypto ASN1Identifier.swift
[107/673] Compiling Crypto ASN1Integer.swift
[108/673] Compiling Crypto ASN1BitString.swift
[109/673] Compiling Crypto ASN1Boolean.swift
[110/673] Emitting module InternalCollectionsUtilities
[111/673] Compiling Crypto ASN1Null.swift
[112/673] Compiling Crypto ASN1OctetString.swift
[112/674] Compiling CNIOLinux liburing_shims.c
[114/674] Compiling RealModule AlgebraicField.swift
[115/674] Compiling RealModule ApproximateEquality.swift
[116/674] Emitting module RealModule
[117/674] Compiling RealModule AugmentedArithmetic.swift
[118/674] Compiling RealModule Double+Real.swift
[119/684] Compiling RealModule RealFunctions.swift
[120/684] Compiling Instrumentation MultiplexInstrument.swift
[121/684] Compiling Instrumentation NoOpInstrument.swift
[122/684] Compiling _NIODataStructures _TinyArray.swift
[123/684] Compiling _NIODataStructures PriorityQueue.swift
[124/810] Compiling OrderedCollections OrderedSet+Insertions.swift
[125/810] Compiling OrderedCollections OrderedSet+Invariants.swift
[126/810] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[127/813] Compiling OrderedCollections _HashTable+Bucket.swift
[128/813] Compiling OrderedCollections _HashTable+BucketIterator.swift
[129/813] Compiling OrderedCollections _HashTable+Constants.swift
[130/813] Emitting module _NIODataStructures
[131/813] Compiling _NIODataStructures Heap.swift
[132/813] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[133/813] Compiling OrderedCollections _Hashtable+Header.swift
[134/813] Compiling OrderedCollections OrderedDictionary+Codable.swift
[135/813] Compiling Instrumentation Instrument.swift
[136/813] Compiling Instrumentation Locks.swift
[137/813] Emitting module Instrumentation
[138/813] Compiling Instrumentation InstrumentationSystem.swift
[139/820] Emitting module SystemPackage
[140/820] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[141/820] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[142/820] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[143/820] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[144/820] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[145/820] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[146/820] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[147/820] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[148/820] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[149/820] Compiling OrderedCollections OrderedSet+Sendable.swift
[150/820] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[151/820] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[152/898] Compiling HeapModule _HeapNode.swift
[153/898] Compiling CoreMetrics Locks.swift
[154/898] Emitting module CoreMetrics
[155/898] Compiling CoreMetrics Metrics.swift
[156/898] Compiling Logging MetadataProvider.swift
[157/898] Compiling Logging LogHandler.swift
[158/898] Emitting module Logging
[159/898] Compiling Logging Locks.swift
[160/898] Compiling Logging Logging.swift
[161/898] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[162/898] Compiling HashTreeCollections _HashNode+Storage.swift
[163/898] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[164/898] Compiling HashTreeCollections _HashNode+Structural filter.swift
[165/898] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[166/898] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[167/898] Compiling HeapModule Heap.swift
[168/898] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[169/898] Compiling HeapModule Heap+UnsafeHandle.swift
[170/898] Compiling HeapModule Heap+Invariants.swift
[171/898] Compiling HashTreeCollections TreeDictionary+Collection.swift
[172/898] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[173/898] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[174/898] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[175/898] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[176/898] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[177/898] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[178/898] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[179/898] Compiling HashTreeCollections _HashNode+Structural merge.swift
[180/898] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[181/898] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[182/898] Compiling HashTreeCollections _HashNode+Structural union.swift
[183/898] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[184/898] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[185/898] Compiling HashTreeCollections _RawHashNode.swift
[186/898] Compiling HashTreeCollections _UnmanagedHashNode.swift
[187/898] Compiling HashTreeCollections _UnsafePath.swift
[188/898] Compiling HashTreeCollections TreeDictionary+Codable.swift
[189/898] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[190/898] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[191/898] Compiling HashTreeCollections _AncestorHashSlots.swift
[192/898] Compiling HashTreeCollections _Bitmap.swift
[193/898] Compiling HashTreeCollections _Bucket.swift
[194/898] Compiling HashTreeCollections _Hash.swift
[195/906] Compiling HeapModule Heap+Descriptions.swift
[196/906] Emitting module HeapModule
[197/920] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[198/920] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[199/920] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[202/920] Compiling HashTreeCollections TreeSet+Equatable.swift
[203/920] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[204/920] Compiling HashTreeCollections TreeSet+Extras.swift
[205/920] Compiling HashTreeCollections TreeSet+Filter.swift
[206/920] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[207/920] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[208/920] Compiling HashTreeCollections TreeDictionary+Keys.swift
[209/920] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[210/920] Compiling HashTreeCollections TreeDictionary+Merge.swift
[211/920] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[212/920] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[213/920] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[217/920] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[218/920] Compiling HashTreeCollections TreeSet+Hashable.swift
[219/920] Compiling HashTreeCollections TreeSet+Sendable.swift
[220/920] Compiling HashTreeCollections TreeSet+Sequence.swift
[221/920] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[222/920] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[223/920] Compiling HashTreeCollections TreeDictionary+Filter.swift
[232/936] Compiling DequeModule Deque._UnsafeHandle.swift
[233/936] Compiling DequeModule Deque.swift
[234/936] Compiling DequeModule Deque+CustomReflectable.swift
[235/936] Compiling DequeModule Deque+Descriptions.swift
[264/943] Compiling HashTreeCollections _HashNode.swift
[265/943] Compiling HashTreeCollections _HashNodeHeader.swift
[266/943] Compiling HashTreeCollections _HashSlot.swift
[267/943] Compiling HashTreeCollections _HashStack.swift
[268/943] Compiling HashTreeCollections _HashTreeIterator.swift
[269/943] Compiling HashTreeCollections _HashTreeStatistics.swift
[270/943] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[271/951] Compiling DequeModule _DequeSlot.swift
[272/952] Compiling Tracing TracerProtocol.swift
[273/952] Compiling Tracing TracingTime.swift
[282/952] Compiling _RopeModule Rope+Remove.swift
[283/952] Compiling _RopeModule Rope+RemoveSubrange.swift
[284/952] Compiling _RopeModule Rope+Split.swift
[285/952] Compiling _RopeModule Optional Utilities.swift
[286/952] Compiling _RopeModule String Utilities.swift
[287/952] Compiling _RopeModule String.Index+ABI.swift
[288/952] Compiling _RopeModule _CharacterRecognizer.swift
[289/952] Compiling HashTreeCollections TreeSet+Descriptions.swift
[290/952] Compiling DequeModule Deque+Equatable.swift
[291/952] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[292/952] Compiling DequeModule Deque+Extras.swift
[293/952] Compiling DequeModule Deque+Hashable.swift
[294/952] Compiling DequeModule Deque+Codable.swift
[295/952] Compiling DequeModule Deque+Collection.swift
[296/952] Compiling DequeModule Deque+Testing.swift
[297/952] Compiling DequeModule _UnsafeWrappedBuffer.swift
[298/952] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[299/952] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[300/952] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[301/952] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[302/952] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[303/952] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[304/952] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[305/952] Compiling HashTreeCollections TreeSet.swift
[306/952] Compiling Tracing SpanProtocol.swift
[307/952] Compiling Tracing Tracer.swift
[308/952] Compiling Tracing NoOpTracer.swift
[309/952] Compiling Tracing TracerProtocol+Legacy.swift
[310/952] Compiling Tracing InstrumentationSystem+Tracing.swift
[311/952] Emitting module Tracing
[319/952] Compiling DequeModule Deque._Storage.swift
[320/952] Compiling DequeModule _DequeBufferHeader.swift
[323/952] Compiling DequeModule _DequeBuffer.swift
[330/952] Compiling OrderedCollections OrderedSet+SubSequence.swift
[331/952] Compiling OrderedCollections OrderedSet+Testing.swift
[332/952] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[333/952] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[334/952] Compiling OrderedCollections OrderedSet.swift
[335/952] Compiling OrderedCollections _UnsafeBitset.swift
[336/952] Emitting module Crypto
[340/960] Compiling CNIOLLHTTP c_nio_llhttp.c
[341/960] Compiling CNIOLLHTTP c_nio_http.c
[351/960] Compiling CNIOLLHTTP c_nio_api.c
[353/960] Emitting module OrderedCollections
[353/960] Compiling CNIOExtrasZlib empty.c
[355/960] Emitting module DequeModule
[355/960] Compiling fiat_p256_adx_sqr.S
[356/960] Compiling fiat_p256_adx_mul.S
[359/960] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[375/960] Compiling fiat_curve25519_adx_square.S
[376/960] Compiling fiat_curve25519_adx_mul.S
[378/960] Emitting module _RopeModule
[382/960] Compiling Crypto RNG_boring.swift
[383/960] Compiling Crypto SafeCompare_boring.swift
[384/960] Compiling Crypto Zeroization_boring.swift
[385/960] Compiling Crypto PrettyBytes.swift
[433/960] Compiling CNIODarwin shim.c
[434/960] Compiling CNIOBoringSSLShims shims.c
[436/960] Compiling ReparseCore PageProperties.swift
[437/960] Compiling ReparseCore SwiftPageSignatures.swift
[438/960] Compiling ReparseCore SwiftOutputBuilder.swift
[439/960] Compiling ReparseCore SwiftCodeGenerator.swift
[456/960] Emitting module Metrics
[457/960] Compiling Metrics Metrics.swift
[478/960] Compiling Crypto SafeCompare.swift
[479/960] Compiling Crypto SecureBytes.swift
[480/960] Compiling Crypto Zeroization.swift
[481/960] Compiling Crypto resource_bundle_accessor.swift
[522/960] Emitting module HashTreeCollections
[522/960] Compiling tls_record.cc
[523/960] Compiling tls_method.cc
[524/960] Compiling tls13_server.cc
[526/960] Compiling RoutingKit Router.swift
[527/960] Compiling RoutingKit Parameters.swift
[528/960] Compiling RoutingKit PathComponent.swift
[529/960] Compiling RoutingKit AnyRouter.swift
[530/960] Compiling RoutingKit TrieRouter.swift
[531/960] Emitting module RoutingKit
[531/960] Compiling tls13_enc.cc
[532/960] Compiling tls13_both.cc
[533/960] Compiling tls13_client.cc
[534/960] Compiling t1_enc.cc
[536/960] Compiling ReparseCore SimpleHtmlParser.swift
[537/960] Compiling ReparseCore SwiftPageSignatures.swift
[538/960] Compiling ReparseCore ASTStorage.swift
[539/960] Compiling ReparseCore SwiftCodeGenerator.swift
[540/960] Compiling ReparseCore ReparseCore.swift
[541/960] Compiling ReparseCore SwiftOutputBuilder.swift
[542/960] Compiling ReparseCore SimpleHtmlParser.swift
[543/960] Compiling ReparseCore AST.swift
[544/960] Compiling ReparseCore PageProperties.swift
[545/960] Compiling ReparseCore Parser.swift
[546/960] Emitting module ReparseCore
[547/960] Compiling ReparseCore ReparseCore.swift
[548/960] Compiling ReparseCore ASTStorage.swift
[549/960] Compiling ReparseCore AST.swift
[550/960] Emitting module ReparseCore
[551/960] Compiling ReparseCore Parser.swift
[551/960] Compiling ssl_versions.cc
[552/960] Compiling ssl_x509.cc
[553/960] Compiling ssl_transcript.cc
[554/960] Compiling ssl_stat.cc
[555/960] Compiling ssl_session.cc
[556/960] Compiling ssl_key_share.cc
[557/960] Compiling ssl_privkey.cc
[558/960] Compiling ssl_file.cc
[559/960] Compiling ssl_cipher.cc
[560/960] Compiling ssl_credential.cc
[561/960] Compiling ssl_lib.cc
[562/960] Compiling ssl_buffer.cc
[563/960] Compiling ssl_cert.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_client.cc
[570/960] Compiling handshake_server.cc
[571/960] Compiling handshake.cc
[572/960] Compiling handoff.cc
[573/960] Compiling md5-x86_64-linux.S
[574/960] Compiling encrypted_client_hello.cc
[575/960] Compiling md5-x86_64-apple.S
[576/960] Compiling extensions.cc
[577/960] Compiling md5-586-apple.S
[578/960] Compiling md5-586-linux.S
[579/960] Compiling chacha20_poly1305_x86_64-apple.S
[580/960] Compiling chacha20_poly1305_x86_64-linux.S
[581/960] Compiling chacha20_poly1305_armv8-linux.S
[582/960] Compiling chacha20_poly1305_armv8-win.S
[583/960] Compiling dtls_record.cc
[584/960] Compiling chacha-x86_64-linux.S
[585/960] Compiling chacha-x86_64-apple.S
[586/960] Compiling chacha20_poly1305_armv8-apple.S
[587/960] Compiling chacha-x86-linux.S
[588/960] Compiling chacha-x86-apple.S
[589/960] Compiling chacha-armv8-win.S
[590/960] Compiling chacha-armv8-linux.S
[591/960] Compiling chacha-armv4-linux.S
[592/960] Compiling chacha-armv8-apple.S
[593/960] Compiling aes128gcmsiv-x86_64-linux.S
[594/960] Compiling d1_srtp.cc
[595/960] Compiling dtls_method.cc
[596/960] Compiling err_data.cc
[597/960] Compiling aes128gcmsiv-x86_64-apple.S
[598/960] Compiling x86_64-mont5-linux.S
[599/960] Compiling x86_64-mont5-apple.S
[600/960] Compiling x86_64-mont-linux.S
[601/960] Compiling bio_ssl.cc
[602/960] Compiling x86-mont-linux.S
[603/960] Compiling x86_64-mont-apple.S
[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 d1_pkt.cc
[608/960] Compiling vpaes-x86-linux.S
[609/960] Compiling vpaes-x86-apple.S
[610/960] Compiling vpaes-armv8-win.S
[610/960] Compiling vpaes-armv8-linux.S
[612/960] Compiling vpaes-armv7-linux.S
[613/960] Compiling vpaes-armv8-apple.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-linux.S
[621/960] Compiling sha512-586-apple.S
[622/960] Compiling sha256-x86_64-linux.S
[623/960] Compiling sha256-x86_64-apple.S
[624/960] Compiling sha256-armv8-win.S
[625/960] Compiling d1_lib.cc
[626/960] Compiling sha256-armv8-linux.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 sha1-armv8-win.S
[634/960] Compiling sha1-armv8-linux.S
[635/960] Compiling sha1-armv8-apple.S
[636/960] Compiling sha1-armv4-large-linux.S
[637/960] Compiling d1_both.cc
[638/960] Compiling sha1-586-apple.S
[639/960] Compiling rsaz-avx2-linux.S
[640/960] Compiling sha1-586-linux.S
[641/960] Compiling rsaz-avx2-apple.S
[642/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-apple.S
[650/960] Compiling p256-x86_64-asm-linux.S
[651/960] Compiling p256-armv8-asm-win.S
[652/960] Compiling p256-armv8-asm-linux.S
[653/960] Compiling ghashv8-armv8-win.S
[654/960] Compiling p256-armv8-asm-apple.S
[655/960] Compiling ghashv8-armv8-linux.S
[656/960] Compiling ghashv8-armv8-apple.S
[657/960] Compiling ghash-x86_64-linux.S
[658/960] Compiling ghash-x86_64-apple.S
[659/960] Compiling ghashv8-armv7-linux.S
[659/960] Compiling ghash-x86-linux.S
[661/960] Compiling ghash-ssse3-x86_64-linux.S
[661/960] Compiling ghash-x86-apple.S
[663/960] Compiling ghash-ssse3-x86_64-apple.S
[664/960] Compiling ghash-ssse3-x86-apple.S
[665/960] Compiling ghash-neon-armv8-win.S
[666/960] Compiling ghash-neon-armv8-linux.S
[667/960] Compiling ghash-ssse3-x86-linux.S
[668/960] Compiling ghash-armv4-linux.S
[669/960] Compiling co-586-linux.S
[670/960] Compiling bsaes-armv7-linux.S
[671/960] Compiling co-586-apple.S
[671/960] Compiling ghash-neon-armv8-apple.S
[673/960] Compiling bn-armv8-win.S
[674/960] Compiling bn-armv8-linux.S
[675/960] Compiling bn-586-apple.S
[676/960] Compiling bn-armv8-apple.S
[677/960] Compiling bn-586-linux.S
[678/960] Compiling armv8-mont-win.S
[679/960] Compiling aesv8-gcm-armv8-win.S
[680/960] Compiling armv4-mont-linux.S
[681/960] Compiling armv8-mont-linux.S
[682/960] Compiling armv8-mont-apple.S
[683/960] Compiling aesv8-gcm-armv8-linux.S
[684/960] Compiling aesv8-gcm-armv8-apple.S
[685/960] Compiling aesv8-armv8-win.S
[686/960] Compiling aesv8-armv8-linux.S
[687/960] Compiling aesv8-armv7-linux.S
[688/960] Compiling aesv8-armv8-apple.S
[689/960] Compiling aesni-x86-linux.S
[690/960] Compiling aesni-x86_64-apple.S
[690/960] Compiling aesni-x86-apple.S
[692/960] Compiling aesni-x86_64-linux.S
[693/960] Compiling aesni-gcm-x86_64-linux.S
[694/960] Compiling aesni-gcm-x86_64-apple.S
[695/960] Compiling aes-gcm-avx2-x86_64-linux.S
[696/960] Compiling aes-gcm-avx2-x86_64-apple.S
[697/960] Compiling aes-gcm-avx10-x86_64-linux.S
[698/960] Compiling aes-gcm-avx10-x86_64-apple.S
[699/960] Compiling x_spki.cc
[700/960] Compiling x_val.cc
[700/960] Compiling x_x509a.cc
[702/960] Compiling x_sig.cc
[703/960] Compiling x_x509.cc
[704/960] Compiling x_pubkey.cc
[705/960] Compiling x_exten.cc
[706/960] Compiling x_req.cc
[707/960] Compiling x_crl.cc
[708/960] Compiling x_name.cc
[709/960] Compiling x_algor.cc
[710/960] Compiling x_attrib.cc
[711/960] Compiling x509spki.cc
[712/960] Compiling x509rset.cc
[713/960] Compiling x_all.cc
[714/960] Compiling x509cset.cc
[715/960] Compiling x509name.cc
[716/960] Compiling x509_vpm.cc
[717/960] Compiling x509_v3.cc
[718/960] Compiling x509_vfy.cc
[719/960] Compiling x509_txt.cc
[720/960] Compiling x509_trs.cc
[721/960] Compiling x509_set.cc
[722/960] Compiling x509_obj.cc
[723/960] Compiling x509_req.cc
[724/960] Compiling x509_def.cc
[725/960] Compiling x509_d2.cc
[726/960] Compiling x509_ext.cc
[727/960] Compiling x509_lu.cc
[728/960] Compiling x509_cmp.cc
[729/960] Compiling x509.cc
[730/960] Compiling x509_att.cc
[731/960] Compiling v3_skey.cc
[732/960] Compiling v3_prn.cc
[733/960] Compiling v3_utl.cc
[734/960] Compiling v3_purp.cc
[735/960] Compiling v3_ocsp.cc
[736/960] Compiling v3_pcons.cc
[737/960] Compiling v3_pmaps.cc
[738/960] Compiling v3_ncons.cc
[739/960] Compiling v3_int.cc
[740/960] Compiling v3_lib.cc
[741/960] Compiling v3_ia5.cc
[742/960] Compiling v3_info.cc
[743/960] Compiling v3_enum.cc
[744/960] Compiling v3_genn.cc
[744/960] Compiling v3_extku.cc
[745/960] Compiling v3_cpols.cc
[747/960] Compiling v3_crld.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 t_crl.cc
[753/960] Compiling t_x509.cc
[755/960] Compiling t_req.cc
[756/960] Compiling t_x509a.cc
[757/960] Compiling v3_akey.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 a_digest.cc
[763/960] Compiling a_sign.cc
[764/960] Compiling by_file.cc
[765/960] Compiling a_verify.cc
[766/960] Compiling by_dir.cc
[767/960] Compiling algorithm.cc
[768/960] Compiling asn1_gen.cc
[769/960] Compiling voprf.cc
[770/960] Compiling thread.cc
[771/960] Compiling trust_token.cc
[771/960] Compiling thread_win.cc
[773/960] Compiling thread_none.cc
[774/960] Compiling thread_pthread.cc
[775/960] Compiling stack.cc
[776/960] Compiling pmbtoken.cc
[777/960] Compiling slhdsa.cc
[778/960] Compiling spake2plus.cc
[779/960] Compiling siphash.cc
[780/960] Compiling sha1.cc
[781/960] Compiling sha256.cc
[782/960] Compiling sha512.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 rc4.cc
[788/960] Compiling rsa_asn1.cc
[789/960] Compiling windows.cc
[790/960] Compiling urandom.cc
[790/960] Compiling trusty.cc
[792/960] Compiling rand.cc
[793/960] Compiling passive.cc
[793/960] Compiling ios.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 pool.cc
[803/960] Compiling poly1305.cc
[804/960] Compiling pkcs7.cc
[805/960] Compiling pkcs8.cc
[806/960] Compiling pkcs8_x509.cc
[807/960] Compiling p5_pbev2.cc
[808/960] Compiling pkcs7_x509.cc
[809/960] Compiling pem_xaux.cc
[810/960] Compiling pem_pkey.cc
[811/960] Compiling pem_x509.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 pem_info.cc
[817/960] Compiling pem_lib.cc
[818/960] Compiling pem_all.cc
[819/960] Compiling obj.cc
[820/960] Compiling poly_rq_mul.S
[821/960] Compiling mldsa.cc
[822/960] Compiling fips_shared_support.cc
[823/960] Compiling md4.cc
[824/960] Compiling md5.cc
[825/960] Compiling mem.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_hkdf.cc
[840/960] Compiling p_rsa.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 engine.cc
[850/960] Compiling evp.cc
[851/960] Compiling evp_asn1.cc
[852/960] Compiling ecdh.cc
[853/960] Compiling ecdsa_asn1.cc
[854/960] Compiling hash_to_curve.cc
[855/960] Compiling ec_derive.cc
[856/960] Compiling dsa.cc
[857/960] Compiling dsa_asn1.cc
[858/960] Compiling ec_asn1.cc
[859/960] Compiling digest_extra.cc
[860/960] Compiling x25519-asm-arm.S
[861/960] Compiling bcm.cc
[862/960] Compiling params.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_freebsd.cc
[869/960] Compiling cpu_aarch64_win.cc
[869/960] Compiling crypto.cc
[869/960] Compiling cpu_arm_linux.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 e_rc4.cc
[879/960] Compiling tls_cbc.cc
[880/960] Compiling get_cipher.cc
[881/960] Compiling conf.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 cbs.cc
[893/960] Compiling cbb.cc
[893/960] Compiling ber.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 hexdump.cc
[902/960] Compiling printf.cc
[904/960] Compiling pair.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_enc.cc
[915/960] Compiling tasn_utl.cc
[915/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_time.cc
[926/960] Compiling a_type.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
[932/960] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[932/960] Write sources
[943/960] Compiling a_i2d_fp.cc
[944/960] Compiling a_dup.cc
[945/960] Compiling a_d2i_fp.cc
[946/960] Compiling a_gentm.cc
[947/986] Compiling a_bitstr.cc
[948/1036] Compiling a_bool.cc
[950/1064] Compiling Algorithms Suffix.swift
[951/1064] Compiling Algorithms Trim.swift
[952/1064] Compiling Algorithms Permutations.swift
[953/1064] Compiling Algorithms Product.swift
[954/1066] Compiling Algorithms MinMax.swift
[955/1066] Compiling Algorithms Partition.swift
[956/1066] Compiling Algorithms Joined.swift
[957/1066] Compiling Algorithms Keyed.swift
[958/1066] Compiling Algorithms FlattenCollection.swift
[959/1066] Compiling BitCollections BitSet+CustomReflectable.swift
[960/1066] Compiling BitCollections BitSet+CustomStringConvertible.swift
[961/1066] Compiling BitCollections BitSet+Equatable.swift
[962/1066] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[963/1066] Compiling BitCollections BitSet+Extras.swift
[964/1071] Compiling BitCollections BitSet+Hashable.swift
[965/1071] Compiling BitCollections BitSet+Initializers.swift
[966/1071] Compiling BitCollections BitSet+Invariants.swift
[967/1071] Compiling BitCollections BitSet+Random.swift
[968/1071] Compiling BitCollections BitSet+SetAlgebra basics.swift
[969/1071] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[970/1071] Compiling Atomics IntegerOperations.swift
[971/1071] Compiling Atomics Unmanaged extensions.swift
[972/1071] Emitting module ArgumentParserToolInfo
[973/1071] Compiling ArgumentParserToolInfo ToolInfo.swift
[975/1071] Emitting module ArgumentParserToolInfo
[978/1071] Compiling Algorithms Compacted.swift
[979/1071] Compiling Algorithms Cycle.swift
[980/1071] Compiling Algorithms EitherSequence.swift
[981/1071] Compiling Algorithms FirstNonNil.swift
[982/1071] Compiling Algorithms Reductions.swift
[983/1071] Compiling Algorithms Rotate.swift
[992/1071] Compiling Algorithms Grouped.swift
[993/1071] Compiling Algorithms Indexed.swift
[994/1071] Compiling BitCollections BitSet.swift
[995/1071] Compiling BitCollections Range+Utilities.swift
[996/1071] Compiling BitCollections Slice+Utilities.swift
[997/1071] Compiling BitCollections UInt+Tricks.swift
[998/1071] Compiling BitCollections _Word.swift
[999/1110] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1000/1110] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1001/1110] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1002/1110] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1003/1110] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1004/1110] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1005/1110] Compiling ArgumentParser CommandParser.swift
[1006/1110] Compiling ArgumentParser InputKey.swift
[1007/1110] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1008/1110] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1009/1110] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1010/1110] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1011/1110] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1012/1110] Compiling BitCollections BitSet+SetAlgebra union.swift
[1013/1110] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1014/1110] Compiling BitCollections BitSet.Counted.swift
[1015/1110] Compiling BitCollections BitSet.Index.swift
[1016/1110] Compiling BitCollections BitSet._UnsafeHandle.swift
[1017/1149] Compiling ArgumentParser ArgumentDefinition.swift
[1018/1149] Compiling ArgumentParser ArgumentSet.swift
[1019/1149] Compiling ArgumentParser CommandParser.swift
[1020/1151] Compiling ArgumentParser BashCompletionsGenerator.swift
[1021/1151] Compiling ArgumentParser CompletionsGenerator.swift
[1022/1151] Compiling ArgumentParser FishCompletionsGenerator.swift
[1023/1151] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1024/1151] Compiling ArgumentParser Argument.swift
[1025/1151] Compiling ArgumentParser NameSpecification.swift
[1026/1151] Emitting module BitCollections
[1027/1153] Compiling ArgumentParser Name.swift
[1028/1153] Compiling ArgumentParser Parsed.swift
[1029/1153] Compiling ArgumentParser ParsedValues.swift
[1030/1153] Compiling ArgumentParser ParserError.swift
[1031/1153] Compiling ArgumentParser SplitArguments.swift
[1032/1153] Compiling ArgumentParser DumpHelpGenerator.swift
[1033/1153] Compiling ArgumentParser HelpCommand.swift
[1034/1153] Compiling ArgumentParser InputOrigin.swift
[1035/1153] Emitting module Collections
[1036/1153] Compiling Collections Collections.swift
[1037/1153] Compiling ArgumentParser AsyncParsableCommand.swift
[1038/1153] Compiling ArgumentParser ArgumentHelp.swift
[1039/1153] Compiling ArgumentParser ArgumentVisibility.swift
[1043/1153] Compiling ArgumentParser Option.swift
[1044/1153] Compiling ArgumentParser OptionGroup.swift
[1045/1153] Compiling ArgumentParser CompletionKind.swift
[1046/1153] Compiling ArgumentParser Errors.swift
[1047/1153] Compiling ArgumentParser Flag.swift
[1048/1153] Compiling Algorithms Unique.swift
[1049/1153] Compiling Algorithms Windows.swift
[1063/1153] Emitting module ArgumentParser
[1069/1161] Emitting module Atomics
[1069/1161] Compiling c-nioatomics.c
[1090/1161] Compiling ArgumentParser CommandConfiguration.swift
[1091/1161] Compiling ArgumentParser CommandGroup.swift
[1092/1161] Compiling ArgumentParser EnumerableFlag.swift
[1093/1161] Compiling ArgumentParser ExpressibleByArgument.swift
[1094/1161] Compiling ArgumentParser ParsableArguments.swift
[1095/1161] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1096/1161] Compiling ArgumentParser ParsableCommand.swift
[1097/1161] Compiling ArgumentParser ArgumentDecoder.swift
[1098/1161] Compiling ArgumentParser Platform.swift
[1099/1161] Compiling ArgumentParser SequenceExtensions.swift
[1100/1161] Compiling ArgumentParser StringExtensions.swift
[1101/1161] Compiling ArgumentParser Tree.swift
[1128/1161] Compiling ArgumentParser MessageInfo.swift
[1129/1161] Compiling ArgumentParser UsageGenerator.swift
[1130/1161] Compiling ArgumentParser CollectionExtensions.swift
[1139/1161] Emitting module Algorithms
[1151/1161] Compiling c-atomics.c
[1153/1171] Emitting module reparse
[1154/1171] Compiling reparse Reparse.swift
[1156/1171] Emitting module reparse
[1156/1171] Write Objects.LinkFileList
[1159/1171] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1160/1171] Compiling NIOConcurrencyHelpers lock.swift
[1161/1171] Compiling NIOConcurrencyHelpers NIOLock.swift
[1162/1171] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1163/1171] Emitting module NIOConcurrencyHelpers
[1164/1171] Compiling NIOConcurrencyHelpers atomics.swift
[1164/1259] Linking reparse-tool
[1165/1259] Linking reparse
[1166/1259] Applying reparse-tool
[1167/1259] Applying reparse
[1169/1259] Compiling NIOCore AsyncChannelHandler.swift
[1170/1259] Compiling NIOCore AsyncChannelInboundStream.swift
[1171/1259] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1172/1261] Emitting module ConsoleKitTerminal
[1173/1261] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1174/1261] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1175/1261] Compiling NIOCore NIOAsyncWriter.swift
[1176/1261] Compiling NIOCore AddressedEnvelope.swift
[1177/1261] Compiling NIOCore AsyncAwaitSupport.swift
[1178/1261] Compiling NIOCore AsyncChannel.swift
[1179/1261] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1180/1261] Compiling NIOCore BSDSocketAPI.swift
[1181/1261] Compiling NIOCore ByteBuffer-aux.swift
[1182/1261] Compiling NIOCore ChannelInvoker.swift
[1183/1261] Compiling NIOCore ChannelOption.swift
[1184/1261] Compiling NIOCore ByteBuffer-multi-int.swift
[1185/1261] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1186/1261] Compiling NIOCore ByteBuffer-views.swift
[1187/1261] Compiling NIOCore ByteBuffer-hex.swift
[1188/1261] Compiling NIOCore ByteBuffer-int.swift
[1189/1261] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1190/1261] Compiling NIOCore Channel.swift
[1191/1261] Compiling NIOCore ChannelHandler.swift
[1192/1261] Compiling NIOCore ChannelHandlers.swift
[1193/1261] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1194/1261] Compiling NIOCore ByteBuffer-conversions.swift
[1195/1261] Compiling NIOCore ByteBuffer-core.swift
[1196/1261] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1197/1261] Compiling ConsoleKitTerminal LoggerFragment.swift
[1198/1261] Compiling NIOCore GlobalSingletons.swift
[1199/1261] Compiling NIOCore IO.swift
[1200/1261] Compiling NIOCore IOData.swift
[1201/1261] Compiling NIOCore IPProtocol.swift
[1202/1261] Compiling NIOCore IntegerBitPacking.swift
[1203/1261] Compiling NIOCore IntegerTypes.swift
[1204/1289] Compiling NIOCore NIOLoopBound.swift
[1205/1289] Compiling NIOCore NIOScheduledCallback.swift
[1206/1289] Compiling NIOCore NIOSendable.swift
[1207/1289] Compiling NIOCore RecvByteBufferAllocator.swift
[1208/1289] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1209/1289] Compiling NIOCore SocketAddresses.swift
[1210/1289] Compiling NIOCore Interfaces.swift
[1211/1289] Compiling NIOCore Linux.swift
[1212/1289] Compiling NIOCore MarkedCircularBuffer.swift
[1213/1289] Compiling NIOCore MulticastChannel.swift
[1214/1289] Compiling NIOCore NIOAny.swift
[1215/1289] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1216/1289] Emitting module ConsoleKitCommands
[1217/1291] Compiling NIOCore SocketOptionProvider.swift
[1218/1291] Compiling NIOCore SystemCallHelpers.swift
[1219/1291] Compiling NIOCore TimeAmount+Duration.swift
[1220/1291] Compiling NIOCore TypeAssistedChannelHandler.swift
[1221/1291] Compiling NIOCore UniversalBootstrapSupport.swift
[1222/1291] Compiling NIOCore Utilities.swift
[1223/1291] Compiling ConsoleKitCommands Flag.swift
[1224/1291] Compiling ConsoleKitCommands Option.swift
[1225/1291] Compiling ConsoleKitCommands Argument.swift
[1226/1291] Compiling ConsoleKitCommands CommandSignature.swift
[1227/1291] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1228/1291] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1229/1291] Compiling NIOCore Codec.swift
[1230/1291] Compiling NIOCore ConvenienceOptionSupport.swift
[1231/1291] Compiling NIOCore DeadChannel.swift
[1232/1291] Compiling NIOCore DispatchQueue+WithFuture.swift
[1233/1291] Compiling NIOCore EventLoop+Deprecated.swift
[1234/1291] Compiling NIOCore EventLoop+SerialExecutor.swift
[1235/1291] Compiling NIOCore EventLoop.swift
[1236/1291] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1237/1291] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1238/1291] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1239/1291] Compiling NIOCore EventLoopFuture.swift
[1240/1291] Compiling NIOCore FileDescriptor.swift
[1241/1291] Compiling NIOCore FileHandle.swift
[1242/1291] Compiling NIOCore FileRegion.swift
[1243/1291] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1244/1291] Compiling ConsoleKitCommands AsyncCommand.swift
[1245/1291] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1246/1291] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1247/1291] Compiling ConsoleKitCommands Utilities.swift
[1255/1291] Compiling ConsoleKitCommands CommandGroup.swift
[1256/1291] Compiling ConsoleKitCommands CommandInput.swift
[1257/1291] Compiling ConsoleKitCommands Commands.swift
[1258/1291] Compiling ConsoleKitCommands Console+Run.swift
[1259/1291] Compiling ConsoleKitCommands AsyncCommands.swift
[1260/1291] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1261/1291] Compiling ConsoleKitCommands AnyCommand.swift
[1262/1291] Compiling ConsoleKitCommands Command.swift
[1263/1291] Compiling ConsoleKitCommands CommandContext.swift
[1264/1291] Compiling ConsoleKitCommands CommandError.swift
[1265/1291] Compiling ConsoleKitCommands ConsoleError.swift
[1266/1291] Compiling ConsoleKitCommands Completion.swift
[1274/1293] Compiling ConsoleKit Exports.swift
[1275/1293] Emitting module ConsoleKit
[1290/1293] Emitting module NIOCore
[1291/1346] Emitting module NIOEmbedded
[1292/1346] Compiling NIOEmbedded Embedded.swift
[1293/1346] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1294/1346] Compiling NIOEmbedded AsyncTestingChannel.swift
[1295/1346] Compiling NIOPosix GetaddrinfoResolver.swift
[1296/1346] Compiling NIOPosix HappyEyeballs.swift
[1297/1346] Compiling NIOPosix IO.swift
[1298/1346] Compiling NIOPosix IntegerBitPacking.swift
[1299/1346] Compiling NIOPosix IntegerTypes.swift
[1300/1346] Compiling NIOPosix Linux.swift
[1301/1351] Compiling NIOPosix SocketProtocols.swift
[1302/1351] Compiling NIOPosix System.swift
[1303/1351] Compiling NIOPosix Thread.swift
[1304/1351] Compiling NIOPosix ThreadPosix.swift
[1305/1351] Compiling NIOPosix ThreadWindows.swift
[1306/1351] Compiling NIOPosix Selectable.swift
[1307/1351] Compiling NIOPosix SelectableChannel.swift
[1308/1351] Compiling NIOPosix SelectableEventLoop.swift
[1309/1351] Compiling NIOPosix SelectorEpoll.swift
[1310/1351] Compiling NIOPosix SelectorGeneric.swift
[1311/1351] Emitting module NIOPosix
[1312/1351] Compiling NIOPosix UnsafeTransfer.swift
[1313/1351] Compiling NIOPosix Utilities.swift
[1314/1351] Compiling NIOPosix VsockAddress.swift
[1315/1351] Compiling NIOPosix VsockChannelEvents.swift
[1316/1351] Compiling NIOPosix resource_bundle_accessor.swift
[1317/1351] Compiling NIOPosix SelectorKqueue.swift
[1318/1351] Compiling NIOPosix SelectorUring.swift
[1319/1351] Compiling NIOPosix ServerSocket.swift
[1320/1351] Compiling NIOPosix Socket.swift
[1321/1351] Compiling NIOPosix SocketChannel.swift
[1322/1351] Compiling NIOPosix LinuxCPUSet.swift
[1323/1351] Compiling NIOPosix LinuxUring.swift
[1324/1351] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1325/1351] Compiling NIOPosix NIOThreadPool.swift
[1326/1351] Compiling NIOPosix NonBlockingFileIO.swift
[1327/1351] Compiling NIOPosix PendingDatagramWritesManager.swift
[1328/1351] Compiling NIOPosix PendingWritesManager.swift
[1329/1351] Compiling NIOPosix PipeChannel.swift
[1330/1351] Compiling NIOPosix PipePair.swift
[1331/1351] Compiling NIOPosix Pool.swift
[1332/1351] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1333/1351] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1334/1351] Compiling NIOPosix PosixSingletons.swift
[1335/1351] Compiling NIOPosix RawSocketBootstrap.swift
[1336/1351] Compiling NIOPosix Resolver.swift
[1337/1351] Compiling NIOPosix BSDSocketAPICommon.swift
[1338/1351] Compiling NIOPosix BSDSocketAPIPosix.swift
[1339/1351] Compiling NIOPosix BSDSocketAPIWindows.swift
[1340/1351] Compiling NIOPosix BaseSocket.swift
[1341/1351] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1342/1351] Compiling NIOPosix BaseSocketChannel.swift
[1343/1351] Compiling NIOPosix BaseStreamSocketChannel.swift
[1344/1351] Compiling NIOPosix Bootstrap.swift
[1345/1351] Compiling NIOPosix ControlMessage.swift
[1346/1351] Compiling NIOPosix DatagramVectorReadManager.swift
[1347/1351] Compiling NIOPosix Errors+Any.swift
[1348/1351] Compiling NIOPosix FileDescriptor.swift
[1349/1412] Emitting module NIO
[1350/1412] Compiling NIO Exports.swift
[1351/1452] Compiling _NIOFileSystem TokenBucket.swift
[1352/1452] Compiling _NIOFileSystem FileSystemError.swift
[1353/1452] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1354/1452] Compiling AsyncKit EventLoopFutureQueue.swift
[1355/1452] Compiling _NIOFileSystem FileSystem.swift
[1356/1452] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1357/1452] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1358/1454] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1359/1454] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1360/1454] Compiling NIOHTTP1 HTTPTypes.swift
[1361/1454] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1362/1454] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1363/1454] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1364/1454] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1365/1454] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1366/1454] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1367/1454] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1368/1454] Compiling NIOSOCKS SOCKSResponse.swift
[1369/1454] Compiling NIOSOCKS ClientStateMachine.swift
[1370/1455] Compiling NIOSOCKS Messages.swift
[1371/1455] Compiling NIOSOCKS Helpers.swift
[1372/1455] Compiling NIOSOCKS SOCKSRequest.swift
[1373/1455] Compiling NIOSOCKS Errors.swift
[1374/1455] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1375/1456] Compiling NIOTLS TLSEvents.swift
[1376/1456] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1377/1456] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1378/1456] Compiling NIOTLS SNIHandler.swift
[1379/1456] Emitting module NIOTLS
[1380/1456] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1381/1456] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1382/1456] Compiling NIOHTTP1 HTTPDecoder.swift
[1383/1456] Emitting module NIOSOCKS
[1384/1456] Compiling NIOHTTP1 HTTPEncoder.swift
[1385/1456] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1386/1456] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1387/1456] Emitting module _NIOFileSystem
[1388/1459] Compiling NIOSOCKS ServerStateMachine.swift
[1389/1489] Emitting module NIOFoundationCompat
[1390/1489] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1391/1489] Compiling NIOSSL SSLInit.swift
[1392/1489] Compiling NIOSSL SSLPKCS12Bundle.swift
[1393/1489] Compiling NIOSSL SSLPrivateKey.swift
[1394/1489] Compiling NIOSSL SSLPublicKey.swift
[1395/1489] Compiling NIOSSL SSLErrors.swift
[1396/1489] Compiling NIOSSL AndroidCABundle.swift
[1399/1500] Compiling NIOTransportServices AcceptHandler.swift
[1400/1500] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1401/1500] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1402/1500] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1403/1511] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1404/1511] Compiling _NIOFileSystem OpenOptions.swift
[1405/1511] Compiling _NIOFileSystem String+FileSystem.swift
[1406/1511] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1407/1511] Compiling NIOTransportServices NIOTSBootstraps.swift
[1408/1511] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1409/1511] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1410/1511] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1411/1511] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1412/1511] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1415/1511] Compiling NIOTransportServices NIOTSSingletons.swift
[1416/1511] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1419/1511] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1420/1511] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1421/1511] Compiling NIOTransportServices NIOTSErrors.swift
[1422/1511] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1423/1511] Emitting module NIOHTTP1
[1424/1577] Emitting module NIOTransportServices
[1425/1579] Compiling NIOSSL TLSConfiguration.swift
[1426/1579] Compiling _NIOFileSystem Errno.swift
[1427/1579] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1428/1579] Compiling _NIOFileSystem Mocking.swift
[1429/1579] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1430/1579] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1431/1579] Compiling NIOSSL SafeCompare.swift
[1432/1579] Compiling NIOSSL Zeroization.swift
[1433/1579] Compiling _NIOFileSystem Syscall.swift
[1434/1579] Compiling _NIOFileSystem Syscalls.swift
[1435/1579] Compiling _NIOFileSystem SystemFileHandle.swift
[1436/1579] Compiling _NIOFileSystem Utilities.swift
[1437/1579] Compiling NIOWebSocket WebSocketOpcode.swift
[1438/1580] Emitting module AsyncKit
[1439/1580] Emitting module NIOSSL
[1440/1583] Compiling NIOExtras NIOExtrasError.swift
[1441/1583] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1442/1583] Compiling NIOExtras QuiescingHelper.swift
[1443/1583] Compiling NIOExtras RequestResponseHandler.swift
[1446/1583] Compiling NIOTransportServices StateManagedChannel.swift
[1447/1583] Compiling NIOHPACK HPACKErrors.swift
[1448/1584] Compiling NIOHPACK HPACKEncoder.swift
[1449/1584] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1450/1584] Compiling NIOExtras LengthFieldPrepender.swift
[1453/1586] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1454/1586] Compiling NIOExtras JSONRPCFraming.swift
[1455/1586] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1456/1586] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1457/1586] Compiling NIOHPACK IntegerCoding.swift
[1458/1586] Compiling NIOHPACK IndexedHeaderTable.swift
[1459/1586] Compiling NIOExtras LineBasedFrameDecoder.swift
[1460/1586] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1461/1586] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1462/1586] Compiling NIOExtras UnsafeTransfer.swift
[1463/1586] Compiling NIOExtras NIORequestIdentifiable.swift
[1464/1586] Compiling NIOExtras PCAPRingBuffer.swift
[1465/1586] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1466/1586] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1467/1586] Emitting module MultipartKit
[1470/1586] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1471/1586] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1472/1586] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1473/1586] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1474/1586] Compiling NIOHTTPCompression HTTPDecompression.swift
[1475/1586] Emitting module NIOHTTPCompression
[1476/1586] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1477/1586] Compiling NIOHTTPCompression HTTPCompression.swift
[1478/1586] Compiling NIOHPACK StaticHeaderTable.swift
[1479/1586] Compiling NIOHPACK HuffmanTables.swift
[1480/1586] Compiling NIOHPACK HuffmanCoding.swift
[1481/1586] Compiling NIOHPACK HeaderTables.swift
[1482/1586] Compiling NIOWebSocket SHA1.swift
[1483/1586] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1484/1586] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1485/1586] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1486/1586] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1487/1586] Compiling NIOWebSocket WebSocketFrame.swift
[1488/1586] Emitting module NIOWebSocket
[1489/1586] Emitting module NIOHPACK
[1494/1586] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1495/1586] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1502/1586] Compiling NIOExtras DebugInboundEventsHandler.swift
[1503/1586] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1504/1586] Emitting module NIOExtras
[1529/1587] Compiling NIOHPACK HPACKHeader.swift
[1542/1587] Compiling MultipartKit MultipartSerializer.swift
[1543/1587] Compiling MultipartKit Utilities.swift
[1544/1587] Compiling NIOSSL UniversalBootstrapSupport.swift
[1545/1587] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1546/1587] Compiling NIOSSL resource_bundle_accessor.swift
[1566/1595] Compiling NIOHTTP2 ReceivingDataState.swift
[1567/1595] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1568/1595] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1569/1595] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1576/1652] Emitting module NIOFileSystem
[1577/1652] Compiling NIOFileSystem Exports.swift
[1578/1652] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1579/1652] Emitting module _NIOFileSystemFoundationCompat
[1580/1652] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1581/1652] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1582/1652] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1583/1652] Compiling NIOHTTP2 MaySendFrames.swift
[1584/1652] Compiling NIOHTTP2 SendingDataState.swift
[1585/1652] Compiling NIOHTTP2 SendingGoawayState.swift
[1586/1652] Compiling NIOHTTP2 SendingHeadersState.swift
[1587/1652] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1588/1660] Compiling NIOExtras WritePCAPHandler.swift
[1589/1691] Compiling LeafKit LeafParameter.swift
[1590/1691] Compiling LeafKit LeafParser.swift
[1591/1691] Compiling LeafKit NIOLeafFiles.swift
[1592/1691] Compiling LeafKit LeafSyntax.swift
[1593/1691] Compiling LeafKit LeafSource.swift
[1594/1691] Compiling LeafKit LeafSources.swift
[1595/1691] Compiling LeafKit LeafDataRepresentable.swift
[1596/1691] Emitting module NIOHTTP2
[1597/1691] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1598/1691] Emitting module LeafKit
[1599/1691] Compiling LeafKit LeafRenderer.swift
[1600/1691] Compiling LeafKit Dictionary+LeafData.swift
[1601/1691] Compiling LeafKit LeafContext.swift
[1602/1691] Compiling LeafKit Character+Identities.swift
[1603/1691] Compiling LeafKit LeafAST.swift
[1604/1691] Compiling LeafKit DefaultLeafCache.swift
[1607/1691] Compiling LeafKit LeafSerializer.swift
[1608/1691] Compiling LeafKit ParameterResolver.swift
[1609/1693] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1610/1693] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1611/1693] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1612/1693] Compiling NIOHTTP2 InboundEventBuffer.swift
[1613/1693] Compiling NIOHTTP2 InboundWindowManager.swift
[1614/1693] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1615/1693] Compiling NIOHTTP2 HTTP2Settings.swift
[1616/1693] Compiling NIOHTTP2 HTTP2Stream.swift
[1617/1693] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1618/1693] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1619/1693] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1620/1693] Compiling NIOHTTP2 HTTP2StreamID.swift
[1621/1693] Compiling WebSocketKit WebSocket+Concurrency.swift
[1622/1693] Compiling WebSocketKit WebSocketHandler.swift
[1623/1693] Compiling WebSocketKit WebSocket+Connect.swift
[1624/1693] Compiling WebSocketKit Exports.swift
[1625/1693] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1626/1693] Compiling NIOHTTP2 StreamChannelList.swift
[1627/1693] Compiling NIOHTTP2 StreamMap.swift
[1628/1693] Compiling NIOHTTP2 StreamStateMachine.swift
[1629/1693] Compiling NIOHTTP2 UnsafeTransfer.swift
[1630/1693] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1631/1693] Compiling LeafKit LeafTag.swift
[1632/1693] Compiling LeafKit String+HTMLEscape.swift
[1633/1693] Compiling LeafKit LeafLexer.swift
[1634/1693] Compiling LeafKit LeafParameterTypes.swift
[1635/1693] Compiling LeafKit LeafRawTemplate.swift
[1636/1693] Compiling LeafKit LeafToken.swift
[1640/1693] Compiling LeafKit LeafDataStorage.swift
[1641/1693] Compiling LeafKit LeafError.swift
[1644/1693] Compiling LeafKit LeafCache.swift
[1645/1693] Compiling LeafKit LeafConfiguration.swift
[1646/1693] Compiling LeafKit LeafData.swift
[1647/1693] Emitting module WebSocketKit
[1648/1693] Compiling WebSocketKit WebSocket.swift
[1649/1693] Compiling WebSocketKit WebSocketClient.swift
[1662/1693] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1663/1693] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1664/1693] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1665/1693] Compiling NIOHTTP2 HTTP2Frame.swift
[1666/1693] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1667/1693] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1668/1693] Compiling NIOHTTP2 HTTP2PingData.swift
[1669/1693] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1670/1693] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1671/1693] Compiling NIOHTTP2 QuiescingState.swift
[1672/1693] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1673/1693] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1674/1693] Compiling NIOHTTP2 StateMachineResult.swift
[1675/1693] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1676/1693] Compiling NIOHTTP2 DOSHeuristics.swift
[1677/1693] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1678/1693] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1679/1693] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1680/1693] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1681/1693] Compiling NIOHTTP2 HTTP2Error.swift
[1682/1693] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1691/1754] Emitting module AsyncHTTPClient
[1692/1760] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1693/1760] Compiling AsyncHTTPClient TLSConfiguration.swift
[1694/1760] Compiling AsyncHTTPClient RedirectState.swift
[1695/1760] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1696/1760] Compiling AsyncHTTPClient RequestBag.swift
[1697/1760] Compiling AsyncHTTPClient RequestValidation.swift
[1698/1760] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1699/1760] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1700/1760] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1701/1760] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1702/1760] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1703/1760] Compiling AsyncHTTPClient RequestBodyLength.swift
[1704/1760] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1705/1760] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1706/1760] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1707/1760] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1708/1760] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1709/1760] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1710/1760] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1711/1760] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1712/1760] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1713/1760] Compiling AsyncHTTPClient ConnectionTarget.swift
[1714/1760] Compiling AsyncHTTPClient DeconstructedURL.swift
[1715/1760] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1716/1760] Compiling AsyncHTTPClient FoundationExtensions.swift
[1717/1760] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1718/1760] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1719/1760] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1720/1760] Compiling AsyncHTTPClient ConnectionPool.swift
[1721/1760] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1722/1760] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1723/1760] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1724/1760] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1725/1760] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1726/1760] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1727/1760] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1728/1760] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1729/1760] Compiling AsyncHTTPClient Transaction.swift
[1730/1760] Compiling AsyncHTTPClient Base64.swift
[1731/1760] Compiling AsyncHTTPClient BasicAuth.swift
[1732/1760] Compiling AsyncHTTPClient SSLContextCache.swift
[1733/1760] Compiling AsyncHTTPClient Scheme.swift
[1734/1760] Compiling AsyncHTTPClient Singleton.swift
[1735/1760] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1736/1760] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1737/1760] Compiling AsyncHTTPClient Utils.swift
[1738/1760] Compiling AsyncHTTPClient HTTP1Connection.swift
[1739/1760] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1740/1760] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1741/1760] Compiling AsyncHTTPClient HTTP2Connection.swift
[1742/1760] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1743/1760] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1744/1760] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1745/1760] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1746/1760] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1747/1760] Compiling AsyncHTTPClient HTTPClient.swift
[1748/1760] Compiling AsyncHTTPClient HTTPHandler.swift
[1749/1760] Compiling AsyncHTTPClient LRUCache.swift
[1750/1760] Compiling AsyncHTTPClient NWErrorHandler.swift
[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 ServeCommand.swift
[1759/1956] Compiling Vapor AnyResponse+Concurrency.swift
[1760/1956] Compiling Vapor AsyncBasicResponder.swift
[1761/1956] Compiling Vapor AsyncMiddleware.swift
[1762/1956] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1763/1956] Compiling Vapor AsyncSessionDriver.swift
[1764/1956] Compiling Vapor Authentication+Concurrency.swift
[1765/1956] Compiling Vapor Cache+Concurrency.swift
[1766/1956] Compiling Vapor Client+Concurrency.swift
[1767/1956] Compiling Vapor RequestBody+Concurrency.swift
[1768/1956] Compiling Vapor Responder+Concurrency.swift
[1769/1956] Compiling Vapor ResponseCodable+Concurrency.swift
[1770/1956] Compiling Vapor RoutesBuilder+Concurrency.swift
[1771/1956] Compiling Vapor ViewRenderer+Concurrency.swift
[1772/1956] Compiling Vapor WebSocket+Concurrency.swift
[1773/1956] Compiling Vapor ContainerGetPathExecutor.swift
[1774/1956] Compiling Vapor Content.swift
[1775/1956] Compiling Vapor ContentCoders.swift
[1776/1956] Compiling Vapor ContentConfiguration.swift
[1777/1956] Compiling Vapor ContentContainer.swift
[1778/1956] Compiling Vapor JSONCoder+Custom.swift
[1779/1956] Compiling Vapor JSONCoders+Content.swift
[1780/1956] Compiling Vapor DotEnv.swift
[1781/1956] Compiling Vapor Extendable.swift
[1782/1956] Compiling Vapor File.swift
[1783/1956] Compiling Vapor FileIO.swift
[1784/1956] Compiling Vapor LifecycleHandler.swift
[1785/1956] Compiling Vapor OptionalType.swift
[1786/1956] Compiling Vapor RFC1123.swift
[1787/1956] Compiling Vapor SocketAddress+Hostname.swift
[1788/1956] Compiling Vapor Storage.swift
[1789/1956] Compiling Vapor String+IsIPAddress.swift
[1790/1956] Compiling Vapor Thread.swift
[1791/1956] Compiling Vapor URI.swift
[1792/1956] Compiling Vapor RangeResult.swift
[1793/1956] Compiling Vapor Validatable.swift
[1794/1956] Compiling Vapor Validation.swift
[1795/1956] Compiling Vapor ValidationKey.swift
[1796/1956] Compiling Vapor Validations.swift
[1797/1956] Compiling Vapor ValidationsError.swift
[1798/1956] Compiling Vapor Validator.swift
[1799/1956] Compiling Vapor ValidatorResult.swift
[1800/1956] Compiling Vapor And.swift
[1801/1956] Compiling Vapor RouteCollection.swift
[1802/1956] Compiling Vapor Routes.swift
[1803/1956] Compiling Vapor RoutesBuilder+Group.swift
[1804/1956] Compiling Vapor RoutesBuilder+Method.swift
[1805/1956] Compiling Vapor RoutesBuilder+Middleware.swift
[1806/1956] Compiling Vapor RoutesBuilder+WebSocket.swift
[1807/1956] Compiling Vapor RoutesBuilder.swift
[1808/1956] Compiling Vapor OTP.swift
[1809/1956] Compiling Vapor Application+Servers.swift
[1810/1956] Compiling Vapor Server.swift
[1811/1956] Compiling Vapor App+Service.swift
[1812/1956] Compiling Vapor Req+Service.swift
[1813/1956] Compiling Vapor Service.swift
[1814/1956] Compiling Vapor Application+Sessions.swift
[1815/1956] Compiling Vapor MemorySessions.swift
[1816/1956] Compiling Vapor Request+Session.swift
[1817/1956] Compiling Vapor Session.swift
[1818/1956] Compiling Vapor SessionCache.swift
[1819/1956] Compiling Vapor SessionData.swift
[1820/1956] Compiling Vapor SessionDriver.swift
[1821/1956] Compiling Vapor SessionsConfiguration.swift
[1822/1956] Compiling Vapor HTTPMediaTypePreference.swift
[1823/1956] Compiling Vapor Responder.swift
[1824/1956] Compiling Vapor Application+HTTP+Server.swift
[1825/1956] Compiling Vapor HTTPServer.swift
[1826/1956] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1827/1956] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1828/1956] Compiling Vapor HTTPServerHandler.swift
[1829/1956] Compiling Vapor HTTPServerRequestDecoder.swift
[1830/1956] Compiling Vapor HTTPServerResponseEncoder.swift
[1831/1956] Compiling Vapor HTTPServerUpgradeHandler.swift
[1832/1956] Compiling Vapor Logger+Report.swift
[1833/1956] Compiling Vapor LoggingSystem+Environment.swift
[1834/1956] Compiling Vapor Application+Middleware.swift
[1835/1956] Compiling Vapor CORSMiddleware.swift
[1836/1956] Compiling Vapor ErrorMiddleware.swift
[1837/1956] Compiling Vapor FileMiddleware.swift
[1838/1956] Compiling Vapor Middleware.swift
[1839/1956] Compiling Vapor MiddlewareConfiguration.swift
[1840/1956] Compiling Vapor ResponseCompressionMiddleware.swift
[1841/1956] Compiling Vapor RouteLoggingMiddleware.swift
[1842/1956] Compiling Vapor TracingMiddleware.swift
[1843/1956] Compiling Vapor File+Multipart.swift
[1844/1956] Compiling Vapor Application.swift
[1845/1956] Compiling Vapor AuthenticationCache.swift
[1846/1956] Compiling Vapor Authenticator.swift
[1847/1956] Compiling Vapor BasicAuthorization.swift
[1848/1956] Compiling Vapor BearerAuthorization.swift
[1849/1956] Compiling Vapor GuardMiddleware.swift
[1850/1956] Compiling Vapor RedirectMiddleware.swift
[1851/1956] Compiling Vapor SessionAuthenticatable.swift
[1852/1956] Compiling Vapor Bcrypt.swift
[1853/1956] Compiling Vapor Application+Cache.swift
[1854/1956] Compiling Vapor Cache.swift
[1855/1956] Compiling Vapor CacheExpirationTime.swift
[1856/1956] Compiling Vapor MemoryCache.swift
[1857/1956] Compiling Vapor Request+Cache.swift
[1858/1956] Compiling Vapor Application+Clients.swift
[1859/1956] Compiling Vapor Client.swift
[1860/1956] Compiling Vapor ClientRequest.swift
[1861/1956] Compiling Vapor ClientResponse.swift
[1862/1956] Compiling Vapor Request+Client.swift
[1863/1956] Compiling Vapor BootCommand.swift
[1864/1956] Compiling Vapor CommandContext+Application.swift
[1865/1956] Compiling Vapor RoutesCommand.swift
[1866/1956] Emitting module Vapor
[1867/1977] Compiling Vapor FormDataDecoder+Content.swift
[1868/1977] Compiling Vapor FormDataEncoder+Content.swift
[1869/1977] Compiling Vapor Application+Password.swift
[1870/1977] Compiling Vapor Application+Passwords.swift
[1871/1977] Compiling Vapor AsyncPasswordHasher.swift
[1872/1977] Compiling Vapor BcryptHasher.swift
[1873/1977] Compiling Vapor PasswordHasher.swift
[1874/1977] Compiling Vapor PlaintextHasher.swift
[1875/1977] Compiling Vapor Request+Password.swift
[1876/1977] Compiling Vapor Redirect.swift
[1877/1977] Compiling Vapor Request+Body.swift
[1878/1977] Compiling Vapor Request+BodyStream.swift
[1879/1977] Compiling Vapor Request.swift
[1880/1977] Compiling Vapor Application+Responder.swift
[1881/1977] Compiling Vapor DefaultResponder.swift
[1882/1977] Compiling Vapor Response+Body.swift
[1883/1977] Compiling Vapor Response.swift
[1884/1977] Compiling Vapor ResponseCodable.swift
[1885/1977] Compiling Vapor Application+Routes.swift
[1886/1977] Compiling Vapor Parameters+Require.swift
[1887/1977] Compiling Vapor Request+WebSocket.swift
[1888/1977] Compiling Vapor Route.swift
[1889/1977] Compiling Vapor PlaintextDecoder.swift
[1890/1977] Compiling Vapor PlaintextEncoder.swift
[1891/1977] Compiling Vapor URLQueryCoders.swift
[1892/1977] Compiling Vapor URLQueryContainer.swift
[1893/1977] Compiling Vapor Core.swift
[1894/1977] Compiling Vapor Running.swift
[1895/1977] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1896/1977] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1897/1977] Compiling Vapor DotEnvFile+load.swift
[1898/1977] Compiling Vapor Routes+caseInsenstive.swift
[1899/1977] Compiling Vapor Validatable+validate.swift
[1900/1977] Compiling Vapor Environment+Process.swift
[1901/1977] Compiling Vapor Environment+Secret.swift
[1902/1977] Compiling Vapor Environment.swift
[1903/1977] Compiling Vapor Abort.swift
[1904/1977] Compiling Vapor AbortError.swift
[1905/1977] Compiling Vapor DebuggableError.swift
[1906/1977] Compiling Vapor Demangler.swift
[1907/1977] Compiling Vapor ErrorSource.swift
[1908/1977] Compiling Vapor StackTrace.swift
[1909/1977] Compiling Vapor Exports.swift
[1910/1977] Compiling Vapor Application+HTTP.swift
[1911/1977] Compiling Vapor SessionsMiddleware.swift
[1912/1977] Compiling Vapor URLEncodedFormData.swift
[1913/1977] Compiling Vapor URLEncodedFormDecoder.swift
[1914/1977] Compiling Vapor URLEncodedFormEncoder.swift
[1915/1977] Compiling Vapor URLEncodedFormError.swift
[1916/1977] Compiling Vapor URLEncodedFormParser.swift
[1917/1977] Compiling Vapor URLEncodedFormSerializer.swift
[1918/1977] Compiling Vapor URLQueryFragmentConvertible.swift
[1919/1977] Compiling Vapor AnyResponse.swift
[1920/1977] Compiling Vapor Array+Random.swift
[1921/1977] Compiling Vapor Base32.swift
[1922/1977] Compiling Vapor Base64.swift
[1923/1977] Compiling Vapor BaseN.swift
[1924/1977] Compiling Vapor BasicCodingKey.swift
[1925/1977] Compiling Vapor ByteCount.swift
[1926/1977] Compiling Vapor Bytes+Hex.swift
[1927/1977] Compiling Vapor Bytes+SecureCompare.swift
[1928/1977] Compiling Vapor Collection+Safe.swift
[1929/1977] Compiling Vapor DataProtocol+Copy.swift
[1930/1977] Compiling Vapor DecoderUnwrapper.swift
[1931/1977] Compiling Vapor DirectoryConfiguration.swift
[1932/1977] Compiling Vapor BasicResponder.swift
[1933/1977] Compiling Vapor BodyStream.swift
[1934/1977] Compiling Vapor Application+HTTP+Client.swift
[1935/1977] Compiling Vapor EventLoopHTTPClient.swift
[1936/1977] Compiling Vapor EndpointCache.swift
[1937/1977] Compiling Vapor HTTPMethod+String.swift
[1938/1977] Compiling Vapor HTTPStatus.swift
[1939/1977] Compiling Vapor HTTPCookies.swift
[1940/1977] Compiling Vapor HTTPHeaderCacheControl.swift
[1941/1977] Compiling Vapor HTTPHeaderExpires.swift
[1942/1977] Compiling Vapor HTTPHeaderLastModified.swift
[1943/1977] Compiling Vapor HTTPHeaders+Cache.swift
[1944/1977] Compiling Vapor HTTPHeaders+Connection.swift
[1945/1977] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1946/1977] Compiling Vapor HTTPHeaders+ContentRange.swift
[1947/1977] Compiling Vapor HTTPHeaders+Directive.swift
[1948/1977] Compiling Vapor HTTPHeaders+Forwarded.swift
[1949/1977] Compiling Vapor HTTPHeaders+Link.swift
[1950/1977] Compiling Vapor HTTPHeaders+Name.swift
[1951/1977] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1952/1977] Compiling Vapor HTTPHeaders.swift
[1953/1977] Compiling Vapor HTTPMediaType.swift
[1954/1977] Compiling Vapor Case.swift
[1955/1977] Compiling Vapor CharacterSet.swift
[1956/1977] Compiling Vapor Count.swift
[1957/1977] Compiling Vapor Custom.swift
[1958/1977] Compiling Vapor Email.swift
[1959/1977] Compiling Vapor Empty.swift
[1960/1977] Compiling Vapor In.swift
[1961/1977] Compiling Vapor Nil.swift
[1962/1977] Compiling Vapor NilIgnoring.swift
[1963/1977] Compiling Vapor Not.swift
[1964/1977] Compiling Vapor Or.swift
[1965/1977] Compiling Vapor Pattern.swift
[1966/1977] Compiling Vapor Range.swift
[1967/1977] Compiling Vapor URL.swift
[1968/1977] Compiling Vapor Valid.swift
[1969/1977] Compiling Vapor Application+Views.swift
[1970/1977] Compiling Vapor PlaintextRenderer.swift
[1971/1977] Compiling Vapor Request+View.swift
[1972/1977] Compiling Vapor View.swift
[1973/1977] Compiling Vapor ViewRenderer.swift
[1974/1977] Compiling Vapor _Deprecations.swift
[1975/1984] Compiling Leaf LeafError+AbortError.swift
[1976/1984] Compiling Leaf Request+Leaf.swift
[1977/1984] Compiling Leaf LeafRenderer+ViewRenderer.swift
[1978/1984] Compiling Leaf Exports.swift
[1979/1984] Emitting module Leaf
[1980/1984] Compiling Leaf Application+Leaf.swift
[1981/1984] Compiling Leaf LeafEncoder.swift
[1982/1990] Compiling ReparseExample entrypoint.swift
[1983/1990] Compiling ReparseExample pages.swift
[1984/1990] Emitting module ReparseExample
[1985/1990] Compiling ReparseExample SampleController.swift
[1986/1990] Compiling ReparseExample route.swift
[1987/1990] Compiling ReparseExample configure.swift
[1987/1990] Write Objects.LinkFileList
[1988/1990] Linking ReparseExample
[1989/1990] Applying ReparseExample
Build complete! (86.36s)
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
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.88s)
[1/74337] Fetching vapor
Fetched https://github.com/vapor/leaf.git from cache (2.49s)
Fetched https://github.com/vapor/vapor.git from cache (2.49s)
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.01s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.44s)
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 (1.04s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (2.03s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
[1/2603] Fetching websocket-kit
[236/5811] Fetching websocket-kit, multipart-kit
[654/10785] Fetching websocket-kit, multipart-kit, swift-distributed-tracing
[1611/11848] Fetching websocket-kit, multipart-kit, swift-distributed-tracing, swift-service-context
Fetched https://github.com/vapor/websocket-kit.git from cache (1.06s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.08s)
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[7706/9245] Fetching multipart-kit, swift-distributed-tracing, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (1.66s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.66s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.66s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.66s)
Fetched https://github.com/apple/swift-log.git from cache (1.66s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.65s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.72s)
[1/20727] Fetching routing-kit
[2/23097] Fetching routing-kit, async-kit
[962/28582] Fetching routing-kit, async-kit, console-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (0.77s)
Fetched https://github.com/apple/swift-nio.git from cache (0.98s)
Fetched https://github.com/vapor/async-kit.git from cache (1.31s)
Fetched https://github.com/vapor/console-kit.git from cache (1.32s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.32s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.32s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.60s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.02s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.45s)
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.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.66s)
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.60s)
Fetched https://github.com/apple/swift-collections.git from cache (0.70s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.44s)
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.58s)
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.08s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.63s)
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.08s)
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.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
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.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
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.47s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.47s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.56s)
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.60s)
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.46s)
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.45s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.02s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.23s)
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-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/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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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-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/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/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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
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.