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 VHX, reference master (203e49), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:48:37 UTC.

Swift 6 data race errors: 7

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/VaporHX.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/VaporHX
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 203e490 Further improved the docs and updated the dependencies
Cloned https://github.com/RussBaz/VaporHX.git
Revision (git rev-parse @):
203e490e20022949e10bb13a0dbdb767d027f70d
SUCCESS checkout https://github.com/RussBaz/VaporHX.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RussBaz/VaporHX.git
https://github.com/RussBaz/VaporHX.git
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.107.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "VHX",
  "name" : "VHX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VHX",
      "targets" : [
        "VHX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VHXTests",
      "module_type" : "SwiftTarget",
      "name" : "VHXTests",
      "path" : "Tests/VHXTests",
      "product_dependencies" : [
        "XCTVapor",
        "Vapor",
        "Leaf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/VHXTests/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "VHXTests.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VHX",
      "module_type" : "SwiftTarget",
      "name" : "VHX",
      "path" : "Sources/VHX",
      "product_dependencies" : [
        "Vapor",
        "Leaf"
      ],
      "product_memberships" : [
        "VHX",
        "Demo"
      ],
      "sources" : [
        "Htmx/Abort+HX.swift",
        "Htmx/Application+HtmxConfiguration.swift",
        "Htmx/Array+HXResponseHeaderAddable.swift",
        "Htmx/Content+HX.swift",
        "Htmx/HTTPHeaders+HXRequestHeaders.swift",
        "Htmx/HTTPStatus+HX.swift",
        "Htmx/HX.swift",
        "Htmx/HXBasicLeafTemplate.swift",
        "Htmx/HXConfiguration.swift",
        "Htmx/HXError.swift",
        "Htmx/HXLeafSource.swift",
        "Htmx/HXRedirect.swift",
        "Htmx/HXRequestHeaders.swift",
        "Htmx/HXResponseConfiguration.swift",
        "Htmx/HXResponseHeaderAddable.swift",
        "Htmx/HXTemplateable.swift",
        "Htmx/Htmx.swift",
        "Htmx/ReponseHeaders/HXLocationHeader.swift",
        "Htmx/ReponseHeaders/HXPushUrlHeader.swift",
        "Htmx/ReponseHeaders/HXRedirectHeader.swift",
        "Htmx/ReponseHeaders/HXRefreshHeader.swift",
        "Htmx/ReponseHeaders/HXReplaceUrlHeader.swift",
        "Htmx/ReponseHeaders/HXReselectHeader.swift",
        "Htmx/ReponseHeaders/HXResponseHeaders.swift",
        "Htmx/ReponseHeaders/HXReswapHeader.swift",
        "Htmx/ReponseHeaders/HXRetargetHeader.swift",
        "Htmx/ReponseHeaders/HXTriggerHeader.swift",
        "Htmx/Request+Htmx.swift",
        "Htmx/Response+AddHeaders.swift",
        "Localisation/Application+Language.swift",
        "Localisation/HTTPHeaders+Language.swift",
        "Localisation/HXLangaugeHeader.swift",
        "Localisation/HXLocalisable.swift",
        "Localisation/HXLocalisation.swift",
        "Localisation/HXRequestLocalisation.swift",
        "Localisation/Request+Langauge.swift",
        "MIddlewares/HXErrorMiddleware.swift",
        "Tags/HXTextTag.swift",
        "Utils/Date+CustomInterval.swift",
        "Utils/Request+BaseUrl.swift",
        "Utils/String+View.swift",
        "VHX.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_dependencies" : [
        "Leaf",
        "Vapor"
      ],
      "product_memberships" : [
        "Demo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Demo/Public",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Demo/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Controllers/ActiveSearch.swift",
        "Controllers/BulkUpdate.swift",
        "Controllers/CascadingSelects.swift",
        "Controllers/ClickToEdit.swift",
        "Controllers/ClickToLoad.swift",
        "Controllers/DeleteRow.swift",
        "Controllers/InfiniteScroll.swift",
        "Controllers/LazyLoading.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/483] Write sources
[2/483] Write Demo-entitlement.plist
[2/483] Copying PrivacyInfo.xcprivacy
[2/483] Write sources
[2/483] Copying PrivacyInfo.xcprivacy
[2/483] Write sources
[3/483] Copying PrivacyInfo.xcprivacy
[13/483] Write sources
[43/483] Copying Public
[43/483] Write sources
[57/483] Copying Views
[58/483] Compiling CSystem shims.c
[58/483] Compiling CNIOWASI CNIOWASI.c
[60/483] Compiling CNIOWindows WSAStartup.c
[60/483] Compiling CNIOWindows shim.c
[62/483] Compiling _NumericsShims _NumericsShims.c
[63/483] Write swift-version-2F0A5646E1D333AE.txt
[64/483] Compiling CNIOLinux shim.c
[64/483] Compiling CNIOLinux liburing_shims.c
[66/483] Compiling _AtomicsShims.c
[67/489] Compiling CNIOLLHTTP c_nio_http.c
[68/489] Compiling CVaporBcrypt blf.c
[69/489] Compiling CNIOSHA1 c_nio_sha1.c
[70/517] Compiling CVaporBcrypt bcrypt.c
[71/517] Compiling CNIOLLHTTP c_nio_api.c
[72/530] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/629] Compiling a_type.cc
[75/648] Emitting module _NIOBase64
[76/648] Compiling _NIOBase64 Base64.swift
[76/648] Compiling CNIOExtrasZlib empty.c
[78/648] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[79/648] Compiling Atomics AtomicMemoryOrderings.swift
[80/648] Compiling Atomics DoubleWord.swift
[81/648] Compiling Atomics PointerConformances.swift
[82/648] Compiling Atomics Primitives.native.swift
[83/649] Compiling RealModule Float16+Real.swift
[84/649] Compiling RealModule Float80+Real.swift
[85/649] Compiling RealModule Real.swift
[86/650] Compiling ServiceContextModule ServiceContextKey.swift
[87/650] Emitting module ServiceContextModule
[88/650] Compiling ServiceContextModule ServiceContext.swift
[89/650] Compiling RealModule ElementaryFunctions.swift
[90/650] Compiling RealModule Double+Real.swift
[91/650] Compiling RealModule AugmentedArithmetic.swift
[92/650] Emitting module RealModule
[93/650] Compiling RealModule ApproximateEquality.swift
[94/650] Compiling RealModule Float+Real.swift
[95/650] Compiling RealModule AlgebraicField.swift
[96/650] Compiling RealModule RealFunctions.swift
[97/650] Compiling Atomics ManagedAtomic.swift
[98/650] Compiling Atomics ManagedAtomicLazyReference.swift
[101/658] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/658] Emitting module CoreMetrics
[103/658] Compiling _NIODataStructures PriorityQueue.swift
[104/658] Compiling _NIODataStructures _TinyArray.swift
[105/658] Compiling Atomics UnsafeAtomic.swift
[106/658] Compiling Atomics UnsafeAtomicLazyReference.swift
[107/658] Compiling Atomics IntegerOperations.swift
[108/658] Compiling Atomics Unmanaged extensions.swift
[109/658] Compiling Instrumentation NoOpInstrument.swift
[110/658] Compiling Instrumentation MultiplexInstrument.swift
[111/658] Compiling Instrumentation InstrumentationSystem.swift
[112/658] Compiling Instrumentation Instrument.swift
[113/658] Compiling Instrumentation Locks.swift
[114/658] Emitting module Instrumentation
[114/658] Compiling fiat_p256_adx_sqr.S
[116/658] Emitting module _NIODataStructures
[117/658] Compiling _NIODataStructures Heap.swift
[120/658] Compiling Atomics AtomicOptionalWrappable.swift
[121/658] Compiling Atomics AtomicReference.swift
[122/658] Compiling Atomics AtomicBool.swift
[123/658] Compiling Atomics IntegerConformances.swift
[124/658] Compiling Atomics OptionalRawRepresentable.swift
[125/658] Compiling Atomics RawRepresentable.swift
[126/658] Compiling Atomics Primitives.shims.swift
[127/658] Compiling Atomics AtomicInteger.swift
[128/658] Compiling Atomics AtomicStorage.swift
[129/658] Compiling Atomics AtomicValue.swift
[130/658] Emitting module InternalCollectionsUtilities
[130/658] Compiling fiat_p256_adx_mul.S
[131/658] Compiling fiat_curve25519_adx_square.S
[132/658] Compiling CNIODarwin shim.c
[134/666] Compiling CoreMetrics Locks.swift
[135/666] Compiling CoreMetrics Metrics.swift
[136/799] Compiling Logging LogHandler.swift
[137/799] Emitting module Logging
[138/799] Compiling Logging MetadataProvider.swift
[139/799] Compiling Logging Logging.swift
[140/799] Compiling Logging Locks.swift
[141/799] Emitting module SystemPackage
[142/799] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[143/799] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[144/799] Compiling _RopeModule BigString+Sequence.swift
[145/799] Compiling _RopeModule Rope+_Node.swift
[146/799] Compiling _RopeModule Rope+_Storage.swift
[147/799] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[148/799] Compiling _RopeModule BigString+Index.swift
[149/799] Compiling _RopeModule BigString+Ingester.swift
[150/799] Compiling _RopeModule BigString+Invariants.swift
[151/882] Compiling HashTreeCollections _HashNode+Structural union.swift
[152/882] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[153/882] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[154/882] Compiling HashTreeCollections _HashNodeHeader.swift
[155/882] Compiling HashTreeCollections _HashSlot.swift
[156/882] Compiling HashTreeCollections _HashStack.swift
[157/882] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[158/882] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[159/882] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[160/882] Compiling HashTreeCollections _AncestorHashSlots.swift
[161/882] Compiling HashTreeCollections _Bitmap.swift
[162/882] Compiling HashTreeCollections _Bucket.swift
[163/882] Compiling HashTreeCollections _HashNode+Debugging.swift
[164/882] Compiling HashTreeCollections _HashNode+Initializers.swift
[165/882] Compiling HashTreeCollections _HashNode+Invariants.swift
[166/882] Compiling HashTreeCollections _HashNode+Structural merge.swift
[167/882] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[168/882] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[169/882] Compiling HeapModule _HeapNode.swift
[170/882] Compiling HeapModule Heap.swift
[170/882] Compiling CNIOBoringSSLShims shims.c
[172/882] Compiling HeapModule Heap+Invariants.swift
[173/882] Compiling HeapModule Heap+Descriptions.swift
[174/882] Compiling HeapModule Heap+UnsafeHandle.swift
[175/882] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[176/882] Emitting module HeapModule
[177/904] Compiling DequeModule Deque+Testing.swift
[178/904] Compiling DequeModule Deque._Storage.swift
[179/904] Compiling DequeModule Deque+CustomReflectable.swift
[180/904] Compiling DequeModule Deque+Descriptions.swift
[181/904] Compiling DequeModule Deque+Equatable.swift
[182/904] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[185/904] Compiling DequeModule Deque+Extras.swift
[186/904] Compiling DequeModule Deque+Hashable.swift
[187/904] Compiling HashTreeCollections _HashTreeStatistics.swift
[188/904] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[189/904] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[190/904] Compiling HashTreeCollections TreeDictionary+Values.swift
[191/904] Compiling HashTreeCollections TreeDictionary.swift
[192/904] Compiling HashTreeCollections TreeSet+Codable.swift
[193/904] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[194/904] Compiling HashTreeCollections _HashNode.swift
[198/904] Compiling HashTreeCollections _HashTreeIterator.swift
[202/910] Compiling DequeModule Deque._UnsafeHandle.swift
[203/910] Compiling DequeModule Deque.swift
[210/910] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[211/910] Compiling DequeModule _DequeSlot.swift
[212/911] Compiling DequeModule _DequeBuffer.swift
[213/911] Compiling Tracing TracingTime.swift
[214/911] Compiling Tracing TracerProtocol.swift
[215/911] Compiling Tracing Tracer.swift
[216/911] Compiling Tracing NoOpTracer.swift
[217/911] Compiling Tracing SpanProtocol.swift
[218/911] Emitting module Tracing
[219/911] Compiling Tracing InstrumentationSystem+Tracing.swift
[220/911] Compiling Tracing TracerProtocol+Legacy.swift
[221/911] Compiling HashTreeCollections TreeSet+Equatable.swift
[222/911] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[223/911] Compiling HashTreeCollections TreeSet+Extras.swift
[224/911] Compiling HashTreeCollections TreeSet+Filter.swift
[225/911] Compiling HashTreeCollections TreeSet+Hashable.swift
[226/911] Compiling HashTreeCollections TreeSet+Sendable.swift
[227/911] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[228/911] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[229/911] Compiling HashTreeCollections TreeDictionary+Keys.swift
[230/911] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[231/911] Compiling HashTreeCollections TreeDictionary+Merge.swift
[232/911] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[233/911] Compiling HashTreeCollections TreeSet+Sequence.swift
[234/911] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[235/911] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[236/911] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[237/911] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[238/911] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[242/911] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[243/911] Compiling HashTreeCollections TreeDictionary+Filter.swift
[249/919] Compiling fiat_curve25519_adx_mul.S
[251/919] Compiling HashTreeCollections TreeSet+Collection.swift
[252/919] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[253/919] Compiling HashTreeCollections TreeSet+Debugging.swift
[254/919] Compiling HashTreeCollections TreeSet+Descriptions.swift
[257/974] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[258/974] Compiling BitCollections BitArray+RandomBits.swift
[259/974] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[260/974] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[261/974] Compiling BitCollections BitSet+CustomReflectable.swift
[262/974] Compiling BitCollections BitSet+CustomStringConvertible.swift
[263/974] Compiling BitCollections BitSet+Equatable.swift
[264/974] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[265/974] Compiling DequeModule _UnsafeWrappedBuffer.swift
[266/974] Emitting module Atomics
[267/974] Compiling BitCollections BitArray+BitwiseOperations.swift
[268/974] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[269/974] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[270/974] Compiling BitCollections BitSet.Counted.swift
[271/974] Compiling BitCollections BitSet.Index.swift
[272/974] Compiling BitCollections BitSet._UnsafeHandle.swift
[273/974] Compiling BitCollections BitArray+Descriptions.swift
[274/974] Compiling BitCollections BitArray+Equatable.swift
[275/974] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[276/974] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[277/981] Compiling DequeModule _DequeBufferHeader.swift
[280/981] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[281/981] Compiling BitCollections BitSet+SetAlgebra union.swift
[282/981] Compiling BitCollections BitArray+Codable.swift
[283/981] Compiling BitCollections BitArray+Collection.swift
[286/981] Compiling BitCollections BitArray+Copy.swift
[287/981] Compiling BitCollections BitArray+CustomReflectable.swift
[295/981] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[296/981] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[297/981] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[298/981] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[299/981] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[300/981] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[301/981] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[302/981] Compiling HashTreeCollections TreeSet.swift
[303/981] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[304/981] Compiling HashTreeCollections _HashNode+Storage.swift
[305/981] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[306/981] Compiling HashTreeCollections _HashNode+Structural filter.swift
[307/981] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[308/981] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[309/981] Compiling HashTreeCollections _RawHashNode.swift
[311/981] Compiling OrderedCollections OrderedSet+SubSequence.swift
[312/981] Compiling OrderedCollections OrderedSet+Testing.swift
[313/981] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[314/981] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[315/981] Compiling OrderedCollections OrderedSet.swift
[316/981] Compiling OrderedCollections _UnsafeBitset.swift
[317/981] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[318/981] Emitting module Metrics
[319/981] Compiling BitCollections BitSet+Hashable.swift
[320/981] Compiling BitCollections BitSet+Initializers.swift
[321/981] Compiling BitCollections BitSet+Invariants.swift
[322/981] Compiling BitCollections BitSet+Random.swift
[323/981] Compiling BitCollections BitSet+SetAlgebra basics.swift
[324/981] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[329/986] Compiling BitCollections BitSet+Extras.swift
[330/986] Compiling BitCollections BitArray+Shifts.swift
[331/986] Compiling BitCollections BitArray+Testing.swift
[332/986] Compiling BitCollections BitArray._UnsafeHandle.swift
[333/986] Compiling BitCollections BitArray+Extras.swift
[334/986] Compiling BitCollections BitArray+Fill.swift
[335/986] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[336/986] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[337/986] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[338/986] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[339/986] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[340/986] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[341/986] Compiling BitCollections BitArray+Hashable.swift
[342/986] Compiling BitCollections BitArray+Initializers.swift
[343/986] Compiling BitCollections BitArray+Invariants.swift
[349/986] Compiling _RopeModule Rope+Remove.swift
[350/986] Compiling _RopeModule Rope+RemoveSubrange.swift
[351/986] Compiling _RopeModule Rope+Split.swift
[352/986] Compiling _RopeModule Optional Utilities.swift
[353/986] Compiling _RopeModule String Utilities.swift
[354/986] Compiling _RopeModule String.Index+ABI.swift
[355/986] Compiling _RopeModule _CharacterRecognizer.swift
[356/986] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[357/986] Emitting module BitCollections
[358/986] Emitting module DequeModule
[369/986] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[370/986] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[371/986] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[372/986] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[373/986] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[380/986] Compiling BitCollections BitSet.swift
[381/986] Compiling BitCollections Range+Utilities.swift
[382/986] Compiling BitCollections Slice+Utilities.swift
[383/986] Compiling BitCollections UInt+Tricks.swift
[384/986] Compiling BitCollections _Word.swift
[400/986] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[409/986] Compiling BitCollections BitArray.swift
[410/986] Compiling BitCollections BitSet+BidirectionalCollection.swift
[411/986] Compiling BitCollections BitSet+Codable.swift
[453/986] Emitting module OrderedCollections
[453/986] Compiling tls_record.cc
[481/986] Compiling tls_method.cc
[483/986] Emitting module _RopeModule
[505/986] Compiling tls13_server.cc
[507/986] Compiling Metrics Metrics.swift
[507/986] Compiling tls13_enc.cc
[525/986] Emitting module Crypto
[525/986] Compiling tls13_client.cc
[583/994] Emitting module HashTreeCollections
[583/994] Compiling tls13_both.cc
[585/994] Compiling RoutingKit Router.swift
[585/994] Compiling t1_enc.cc
[586/996] Compiling ssl_x509.cc
[588/996] Emitting module Collections
[589/996] Compiling Collections Collections.swift
[590/996] Compiling Crypto RNG_boring.swift
[591/996] Compiling Crypto SafeCompare_boring.swift
[592/996] Compiling Crypto Zeroization_boring.swift
[593/996] Compiling Crypto PrettyBytes.swift
[594/996] Compiling Crypto SafeCompare.swift
[595/996] Compiling Crypto SecureBytes.swift
[596/996] Compiling Crypto Zeroization.swift
[597/996] Compiling Crypto resource_bundle_accessor.swift
[597/996] Compiling ssl_versions.cc
[599/996] Emitting module RoutingKit
[600/996] Compiling RoutingKit TrieRouter.swift
[601/996] Compiling RoutingKit AnyRouter.swift
[602/996] Compiling RoutingKit PathComponent.swift
[603/996] Compiling RoutingKit Parameters.swift
[603/996] Compiling ssl_transcript.cc
[604/996] Compiling ssl_stat.cc
[605/996] Compiling ssl_session.cc
[605/996] Compiling ssl_privkey.cc
[607/996] Compiling ssl_lib.cc
[608/996] Compiling ssl_key_share.cc
[609/996] Compiling ssl_file.cc
[610/996] Compiling ssl_credential.cc
[611/996] Compiling ssl_cipher.cc
[612/996] Compiling ssl_buffer.cc
[613/996] Compiling ssl_cert.cc
[614/996] Compiling ssl_asn1.cc
[615/996] Compiling ssl_aead_ctx.cc
[616/996] Compiling s3_pkt.cc
[617/996] Compiling s3_lib.cc
[618/996] Compiling s3_both.cc
[619/996] Compiling handshake_server.cc
[620/996] Compiling handshake.cc
[621/996] Compiling handshake_client.cc
[622/996] Compiling handoff.cc
[623/996] Compiling md5-x86_64-linux.S
[624/996] Compiling encrypted_client_hello.cc
[625/996] Compiling md5-x86_64-apple.S
[626/996] Compiling md5-586-linux.S
[627/996] Compiling dtls_method.cc
[627/996] Compiling dtls_record.cc
[629/996] Compiling extensions.cc
[630/996] Compiling md5-586-apple.S
[631/996] Compiling chacha20_poly1305_x86_64-apple.S
[632/996] Compiling chacha20_poly1305_x86_64-linux.S
[633/996] Compiling chacha20_poly1305_armv8-win.S
[634/996] Compiling chacha20_poly1305_armv8-linux.S
[635/996] Compiling chacha-x86_64-linux.S
[636/996] Compiling chacha-x86_64-apple.S
[637/996] Compiling chacha-x86-linux.S
[638/996] Compiling chacha20_poly1305_armv8-apple.S
[639/996] Compiling chacha-x86-apple.S
[640/996] Compiling chacha-armv8-linux.S
[640/996] Compiling chacha-armv8-win.S
[642/996] Compiling chacha-armv4-linux.S
[643/996] Compiling aes128gcmsiv-x86_64-linux.S
[643/996] Compiling aes128gcmsiv-x86_64-apple.S
[645/996] Compiling chacha-armv8-apple.S
[646/996] Compiling x86_64-mont5-linux.S
[647/996] Compiling x86_64-mont-linux.S
[648/996] Compiling x86_64-mont5-apple.S
[648/996] Compiling x86_64-mont-apple.S
[650/996] Compiling d1_pkt.cc
[650/996] Compiling d1_srtp.cc
[652/996] Compiling x86-mont-linux.S
[653/996] Compiling err_data.cc
[654/996] Compiling vpaes-x86_64-apple.S
[655/996] Compiling vpaes-x86_64-linux.S
[655/996] Compiling x86-mont-apple.S
[657/996] Compiling vpaes-x86-apple.S
[658/996] Compiling vpaes-x86-linux.S
[659/996] Compiling vpaes-armv8-win.S
[660/996] Compiling vpaes-armv8-linux.S
[661/996] Compiling vpaes-armv7-linux.S
[662/996] Compiling sha512-x86_64-linux.S
[663/996] Compiling vpaes-armv8-apple.S
[664/996] Compiling bio_ssl.cc
[665/996] Compiling sha512-armv8-win.S
[666/996] Compiling sha512-x86_64-apple.S
[667/996] Compiling sha512-armv8-linux.S
[668/996] Compiling sha512-armv4-linux.S
[669/996] Compiling sha512-586-linux.S
[670/996] Compiling sha512-586-apple.S
[671/996] Compiling sha512-armv8-apple.S
[672/996] Compiling sha256-x86_64-linux.S
[673/996] Compiling d1_lib.cc
[674/996] Compiling sha256-armv8-win.S
[675/996] Compiling sha256-x86_64-apple.S
[676/996] Compiling sha256-armv8-linux.S
[677/996] Compiling sha256-586-linux.S
[678/996] Compiling sha256-armv4-linux.S
[678/996] Compiling sha256-586-apple.S
[680/996] Compiling sha256-armv8-apple.S
[681/996] Compiling sha1-x86_64-apple.S
[682/996] Compiling sha1-x86_64-linux.S
[683/996] Compiling sha1-armv8-win.S
[684/996] Compiling sha1-armv8-linux.S
[685/996] Compiling sha1-armv4-large-linux.S
[686/996] Compiling sha1-586-apple.S
[687/996] Compiling rsaz-avx2-linux.S
[687/996] Compiling sha1-armv8-apple.S
[689/996] Compiling sha1-586-linux.S
[690/996] Compiling rsaz-avx2-apple.S
[691/996] Compiling rdrand-x86_64-linux.S
[692/996] Compiling rdrand-x86_64-apple.S
[693/996] Compiling p256_beeu-x86_64-asm-linux.S
[694/996] Compiling p256_beeu-x86_64-asm-apple.S
[695/996] Compiling p256_beeu-armv8-asm-linux.S
[696/996] Compiling p256_beeu-armv8-asm-win.S
[696/996] Compiling p256_beeu-armv8-asm-apple.S
[698/996] Compiling p256-x86_64-asm-linux.S
[699/996] Compiling p256-x86_64-asm-apple.S
[700/996] Compiling p256-armv8-asm-win.S
[701/996] Compiling d1_both.cc
[702/996] Compiling p256-armv8-asm-linux.S
[703/996] Compiling p256-armv8-asm-apple.S
[704/996] Compiling ghashv8-armv8-win.S
[705/996] Compiling ghashv8-armv8-linux.S
[706/996] Compiling ghashv8-armv7-linux.S
[707/996] Compiling ghash-x86_64-linux.S
[708/996] Compiling ghashv8-armv8-apple.S
[709/996] Compiling ghash-x86_64-apple.S
[710/996] Compiling ghash-x86-linux.S
[711/996] Compiling ghash-x86-apple.S
[712/996] Compiling ghash-ssse3-x86_64-linux.S
[713/996] Compiling ghash-ssse3-x86_64-apple.S
[714/996] Compiling ghash-ssse3-x86-linux.S
[715/996] Compiling ghash-neon-armv8-win.S
[716/996] Compiling ghash-neon-armv8-linux.S
[716/996] Compiling ghash-ssse3-x86-apple.S
[718/996] Compiling ghash-neon-armv8-apple.S
[719/996] Compiling ghash-armv4-linux.S
[720/996] Compiling co-586-linux.S
[721/996] Compiling co-586-apple.S
[722/996] Compiling bsaes-armv7-linux.S
[723/996] Compiling bn-armv8-linux.S
[723/996] Compiling bn-armv8-win.S
[725/996] Compiling bn-586-linux.S
[726/996] Compiling bn-armv8-apple.S
[727/996] Compiling bn-586-apple.S
[728/996] Compiling armv8-mont-win.S
[729/996] Compiling armv8-mont-linux.S
[730/996] Compiling armv8-mont-apple.S
[731/996] Compiling armv4-mont-linux.S
[732/996] Compiling aesv8-gcm-armv8-win.S
[733/996] Compiling aesv8-gcm-armv8-apple.S
[734/996] Compiling aesv8-gcm-armv8-linux.S
[735/996] Compiling aesv8-armv8-linux.S
[736/996] Compiling aesv8-armv8-win.S
[736/996] Compiling aesv8-armv8-apple.S
[738/996] Compiling aesv8-armv7-linux.S
[738/996] Compiling aesni-x86_64-linux.S
[740/996] Compiling aesni-x86_64-apple.S
[741/996] Compiling aesni-x86-linux.S
[742/996] Compiling aesni-x86-apple.S
[743/996] Compiling aesni-gcm-x86_64-linux.S
[744/996] Compiling aesni-gcm-x86_64-apple.S
[745/996] Compiling aes-gcm-avx2-x86_64-linux.S
[746/996] Compiling aes-gcm-avx2-x86_64-apple.S
[746/996] Compiling aes-gcm-avx10-x86_64-apple.S
[748/996] Compiling aes-gcm-avx10-x86_64-linux.S
[749/996] Compiling x_x509a.cc
[750/996] Compiling x_val.cc
[751/996] Compiling x_x509.cc
[752/996] Compiling x_sig.cc
[753/996] Compiling x_spki.cc
[754/996] Compiling x_req.cc
[755/996] Compiling x_pubkey.cc
[756/996] Compiling x_exten.cc
[757/996] Compiling x_name.cc
[758/996] Compiling x_crl.cc
[759/996] Compiling x_algor.cc
[760/996] Compiling x_attrib.cc
[761/996] Compiling x509spki.cc
[762/996] Compiling x509rset.cc
[763/996] Compiling x_all.cc
[764/996] Compiling x509_vpm.cc
[765/996] Compiling x509_v3.cc
[766/996] Compiling x509cset.cc
[767/996] Compiling x509name.cc
[768/996] Compiling x509_vfy.cc
[769/996] Compiling x509_txt.cc
[770/996] Compiling x509_trs.cc
[771/996] Compiling x509_set.cc
[772/996] Compiling x509_req.cc
[773/996] Compiling x509_obj.cc
[774/996] Compiling x509_d2.cc
[775/996] Compiling x509_def.cc
[776/996] Compiling x509_ext.cc
[777/996] Compiling x509_cmp.cc
[778/996] Compiling x509_lu.cc
[779/996] Compiling x509.cc
[780/996] Compiling x509_att.cc
[781/996] Compiling v3_skey.cc
[782/996] Compiling v3_prn.cc
[783/996] Compiling v3_utl.cc
[784/996] Compiling v3_purp.cc
[785/996] Compiling v3_pmaps.cc
[786/996] Compiling v3_ocsp.cc
[787/996] Compiling v3_pcons.cc
[788/996] Compiling v3_ncons.cc
[789/996] Compiling v3_int.cc
[790/996] Compiling v3_lib.cc
[791/996] Compiling v3_ia5.cc
[792/996] Compiling v3_info.cc
[793/996] Compiling v3_genn.cc
[794/996] Compiling v3_enum.cc
[795/996] Compiling v3_extku.cc
[796/996] Compiling v3_crld.cc
[797/996] Compiling v3_conf.cc
[798/996] Compiling v3_cpols.cc
[799/996] Compiling v3_bitst.cc
[800/996] Compiling v3_bcons.cc
[801/996] Compiling v3_alt.cc
[802/996] Compiling v3_akeya.cc
[803/996] Compiling v3_akey.cc
[804/996] Compiling t_x509a.cc
[805/996] Compiling t_x509.cc
[806/996] Compiling t_req.cc
[807/996] Compiling t_crl.cc
[808/996] Compiling rsa_pss.cc
[809/996] Compiling i2d_pr.cc
[810/996] Compiling name_print.cc
[811/996] Compiling policy.cc
[812/996] Compiling by_file.cc
[813/996] Compiling a_verify.cc
[814/996] Compiling a_digest.cc
[815/996] Compiling a_sign.cc
[816/996] Compiling by_dir.cc
[817/996] Compiling algorithm.cc
[818/996] Compiling asn1_gen.cc
[819/996] Compiling voprf.cc
[820/996] Compiling thread_win.cc
[821/996] Compiling thread_pthread.cc
[822/996] Compiling thread.cc
[823/996] Compiling trust_token.cc
[824/996] Compiling thread_none.cc
[825/996] Compiling stack.cc
[826/996] Compiling pmbtoken.cc
[827/996] Compiling slhdsa.cc
[828/996] Compiling spake2plus.cc
[829/996] Compiling siphash.cc
[830/996] Compiling sha512.cc
[831/996] Compiling sha256.cc
[832/996] Compiling sha1.cc
[833/996] Compiling rsa_extra.cc
[834/996] Compiling rsa_print.cc
[835/996] Compiling rsa_crypt.cc
[836/996] Compiling refcount.cc
[837/996] Compiling rc4.cc
[838/996] Compiling rsa_asn1.cc
[839/996] Compiling windows.cc
[840/996] Compiling urandom.cc
[841/996] Compiling trusty.cc
[842/996] Compiling rand.cc
[843/996] Compiling ios.cc
[844/996] Compiling passive.cc
[845/996] Compiling poly1305_arm_asm.S
[846/996] Compiling getentropy.cc
[847/996] Compiling forkunsafe.cc
[848/996] Compiling deterministic.cc
[849/996] Compiling fork_detect.cc
[850/996] Compiling poly1305_vec.cc
[851/996] Compiling poly1305_arm.cc
[852/996] Compiling poly1305.cc
[853/996] Compiling pool.cc
[854/996] Compiling pkcs8.cc
[855/996] Compiling pkcs7.cc
[856/996] Compiling pkcs8_x509.cc
[857/996] Compiling p5_pbev2.cc
[858/996] Compiling pkcs7_x509.cc
[859/996] Compiling pem_xaux.cc
[860/996] Compiling pem_x509.cc
[861/996] Compiling pem_pkey.cc
[862/996] Compiling pem_pk8.cc
[863/996] Compiling pem_oth.cc
[864/996] Compiling mlkem.cc
[865/996] Compiling obj_xref.cc
[866/996] Compiling pem_info.cc
[867/996] Compiling pem_lib.cc
[868/996] Compiling pem_all.cc
[869/996] Compiling mldsa.cc
[870/996] Compiling obj.cc
[871/996] Compiling poly_rq_mul.S
[872/996] Compiling fips_shared_support.cc
[873/996] Compiling mem.cc
[874/996] Compiling md5.cc
[875/996] Compiling md4.cc
[876/996] Compiling lhash.cc
[877/996] Compiling kyber.cc
[878/996] Compiling ex_data.cc
[879/996] Compiling sign.cc
[880/996] Compiling scrypt.cc
[881/996] Compiling pbkdf.cc
[882/996] Compiling print.cc
[883/996] Compiling hpke.cc
[884/996] Compiling hrss.cc
[885/996] Compiling p_x25519_asn1.cc
[886/996] Compiling p_x25519.cc
[887/996] Compiling p_ed25519.cc
[888/996] Compiling p_rsa_asn1.cc
[889/996] Compiling p_rsa.cc
[890/996] Compiling p_hkdf.cc
[891/996] Compiling p_ec.cc
[892/996] Compiling p_ed25519_asn1.cc
[893/996] Compiling p_ec_asn1.cc
[894/996] Compiling p_dh_asn1.cc
[895/996] Compiling p_dsa_asn1.cc
[896/996] Compiling p_dh.cc
[897/996] Compiling evp_ctx.cc
[898/996] Compiling engine.cc
[899/996] Compiling evp.cc
[900/996] Compiling err.cc
[901/996] Compiling evp_asn1.cc
[902/996] Compiling ecdh.cc
[903/996] Compiling ecdsa_asn1.cc
[904/996] Compiling hash_to_curve.cc
[905/996] Compiling ec_derive.cc
[906/996] Compiling dsa.cc
[907/996] Compiling ec_asn1.cc
[908/996] Compiling dsa_asn1.cc
[909/996] Compiling params.cc
[910/996] Compiling bcm.cc
[911/996] Compiling digest_extra.cc
[912/996] Compiling x25519-asm-arm.S
[913/996] Compiling des.cc
[914/996] Compiling curve25519_64_adx.cc
[915/996] Compiling dh_asn1.cc
[916/996] Compiling spake25519.cc
[917/996] Compiling cpu_intel.cc
[918/996] Compiling cpu_arm_linux.cc
[919/996] Compiling crypto.cc
[920/996] Compiling cpu_arm_freebsd.cc
[921/996] Compiling cpu_aarch64_win.cc
[922/996] Compiling curve25519.cc
[923/996] Compiling cpu_aarch64_sysreg.cc
[924/996] Compiling cpu_aarch64_openbsd.cc
[925/996] Compiling cpu_aarch64_linux.cc
[926/996] Compiling cpu_aarch64_fuchsia.cc
[927/996] Compiling cpu_aarch64_apple.cc
[928/996] Compiling get_cipher.cc
[929/996] Compiling tls_cbc.cc
[930/996] Compiling conf.cc
[931/996] Compiling e_rc4.cc
[932/996] Compiling e_tls.cc
[933/996] Compiling e_rc2.cc
[934/996] Compiling e_null.cc
[935/996] Compiling e_des.cc
[936/996] Compiling e_chacha20poly1305.cc
[937/996] Compiling e_aesgcmsiv.cc
[938/996] Compiling derive_key.cc
[939/996] Compiling chacha.cc
[940/996] Compiling e_aesctrhmac.cc
[941/996] Compiling unicode.cc
[942/996] Compiling cbs.cc
[943/996] Compiling ber.cc
[944/996] Compiling cbb.cc
[945/996] Compiling asn1_compat.cc
[946/996] Compiling buf.cc
[947/996] Compiling blake2.cc
[948/996] Compiling socket_helper.cc
[949/996] Compiling bn_asn1.cc
[950/996] Compiling socket.cc
[951/996] Compiling convert.cc
[952/996] Compiling printf.cc
[953/996] Compiling pair.cc
[954/996] Compiling hexdump.cc
[955/996] Compiling file.cc
[956/996] Compiling fd.cc
[957/996] Compiling errno.cc
[958/996] Compiling connect.cc
[959/996] Compiling bio_mem.cc
[960/996] Compiling base64.cc
[961/996] Compiling bio.cc
[962/996] Compiling tasn_fre.cc
[963/996] Compiling tasn_typ.cc
[964/996] Compiling tasn_enc.cc
[965/996] Compiling tasn_utl.cc
[966/996] Compiling tasn_new.cc
[967/996] Compiling posix_time.cc
[967/996] Compiling f_string.cc
[969/996] Compiling f_int.cc
[970/996] Compiling asn_pack.cc
[971/996] Compiling tasn_dec.cc
[972/996] Compiling asn1_par.cc
[973/996] Compiling asn1_lib.cc
[974/996] Compiling a_utctm.cc
[974/996] Compiling a_time.cc
[976/996] Compiling a_octet.cc
[977/996] Compiling a_strnid.cc
[978/996] Compiling a_strex.cc
[979/996] Compiling a_object.cc
[980/996] Compiling a_i2d_fp.cc
[981/996] Compiling a_mbstr.cc
[981/996] Write sources
[984/996] Compiling a_int.cc
[985/996] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[986/996] Compiling a_dup.cc
[987/996] Compiling a_d2i_fp.cc
[988/996] Compiling a_gentm.cc
[989/1012] Compiling a_bitstr.cc
[990/1022] Compiling a_bool.cc
[992/1022] Compiling Algorithms EitherSequence.swift
[993/1022] Compiling Algorithms FirstNonNil.swift
[994/1022] Compiling Algorithms FlattenCollection.swift
[995/1024] Compiling Algorithms RandomSample.swift
[996/1024] Compiling Algorithms Reductions.swift
[997/1024] Compiling Algorithms Rotate.swift
[998/1024] Compiling Algorithms Grouped.swift
[999/1024] Compiling Algorithms Indexed.swift
[1000/1024] Compiling Algorithms Intersperse.swift
[1001/1024] Compiling Algorithms Suffix.swift
[1002/1024] Compiling Algorithms Trim.swift
[1003/1024] Compiling Algorithms Combinations.swift
[1004/1024] Compiling Algorithms Compacted.swift
[1005/1024] Compiling Algorithms Cycle.swift
[1006/1024] Compiling Algorithms Split.swift
[1007/1024] Compiling Algorithms Stride.swift
[1008/1024] Compiling Algorithms Joined.swift
[1009/1024] Compiling Algorithms Keyed.swift
[1010/1024] Compiling Algorithms MinMax.swift
[1011/1024] Compiling Algorithms Partition.swift
[1012/1024] Compiling Algorithms Permutations.swift
[1013/1024] Compiling Algorithms Product.swift
[1014/1024] Compiling Algorithms Unique.swift
[1015/1024] Compiling Algorithms Windows.swift
[1016/1024] Compiling Algorithms AdjacentPairs.swift
[1017/1024] Compiling Algorithms Chain.swift
[1018/1024] Compiling Algorithms Chunked.swift
[1018/1024] Compiling c-nioatomics.c
[1020/1024] Emitting module Algorithms
[1020/1024] Compiling c-atomics.c
[1022/1030] Compiling NIOConcurrencyHelpers lock.swift
[1023/1030] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1024/1030] Compiling NIOConcurrencyHelpers NIOLock.swift
[1025/1030] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1026/1030] Emitting module NIOConcurrencyHelpers
[1027/1030] Compiling NIOConcurrencyHelpers atomics.swift
[1028/1118] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1029/1118] Compiling NIOCore BSDSocketAPI.swift
[1030/1118] Compiling NIOCore ByteBuffer-aux.swift
[1031/1120] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1032/1120] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1033/1120] Compiling NIOCore NIOAsyncWriter.swift
[1034/1120] Compiling NIOCore AsyncChannelHandler.swift
[1035/1120] Compiling NIOCore AsyncChannelInboundStream.swift
[1036/1120] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1037/1120] Emitting module ConsoleKitTerminal
[1038/1120] Compiling NIOCore AddressedEnvelope.swift
[1039/1120] Compiling NIOCore AsyncAwaitSupport.swift
[1040/1120] Compiling NIOCore AsyncChannel.swift
[1041/1120] Compiling NIOCore ByteBuffer-views.swift
[1042/1120] Compiling NIOCore Channel.swift
[1043/1120] Compiling NIOCore ChannelHandler.swift
[1044/1120] Compiling NIOCore ChannelHandlers.swift
[1045/1120] Compiling NIOCore ChannelInvoker.swift
[1046/1120] Compiling NIOCore ChannelOption.swift
[1047/1120] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1048/1120] Compiling NIOCore ByteBuffer-multi-int.swift
[1049/1120] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1050/1120] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1051/1120] Compiling NIOCore ByteBuffer-conversions.swift
[1052/1120] Compiling NIOCore ByteBuffer-core.swift
[1053/1120] Compiling NIOCore ByteBuffer-hex.swift
[1054/1120] Compiling NIOCore ByteBuffer-int.swift
[1055/1120] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1056/1120] Compiling ConsoleKitTerminal LoggerFragment.swift
[1057/1121] Compiling NIOCore Interfaces.swift
[1058/1121] Compiling NIOCore Linux.swift
[1059/1121] Compiling NIOCore MarkedCircularBuffer.swift
[1060/1121] Compiling NIOCore MulticastChannel.swift
[1061/1121] Compiling NIOCore NIOAny.swift
[1062/1121] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1063/1121] Compiling NIOCore GlobalSingletons.swift
[1064/1121] Compiling NIOCore IO.swift
[1065/1121] Compiling NIOCore IOData.swift
[1066/1121] Compiling NIOCore IPProtocol.swift
[1067/1121] Compiling NIOCore IntegerBitPacking.swift
[1068/1121] Compiling NIOCore IntegerTypes.swift
[1069/1130] Compiling NIOCore NIOLoopBound.swift
[1070/1130] Compiling NIOCore NIOScheduledCallback.swift
[1071/1130] Compiling NIOCore NIOSendable.swift
[1072/1130] Compiling NIOCore RecvByteBufferAllocator.swift
[1073/1130] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1074/1130] Compiling NIOCore SocketAddresses.swift
[1075/1148] Compiling NIOCore Codec.swift
[1076/1148] Compiling NIOCore ConvenienceOptionSupport.swift
[1077/1148] Compiling NIOCore DeadChannel.swift
[1078/1148] Compiling NIOCore DispatchQueue+WithFuture.swift
[1079/1148] Compiling NIOCore EventLoop+Deprecated.swift
[1080/1148] Compiling NIOCore EventLoop+SerialExecutor.swift
[1081/1148] Compiling NIOCore EventLoop.swift
[1082/1148] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1083/1148] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1084/1148] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1085/1148] Compiling NIOCore EventLoopFuture.swift
[1086/1148] Compiling NIOCore FileDescriptor.swift
[1087/1148] Compiling NIOCore FileHandle.swift
[1088/1148] Compiling NIOCore FileRegion.swift
[1089/1148] Emitting module ConsoleKitCommands
[1090/1150] Compiling ConsoleKitCommands Flag.swift
[1091/1150] Compiling ConsoleKitCommands Option.swift
[1092/1150] Compiling ConsoleKitCommands Argument.swift
[1093/1150] Compiling ConsoleKitCommands CommandSignature.swift
[1094/1150] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1095/1150] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1096/1150] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1097/1150] Compiling ConsoleKitCommands AsyncCommand.swift
[1098/1150] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1099/1150] Compiling NIOCore SocketOptionProvider.swift
[1100/1150] Compiling NIOCore SystemCallHelpers.swift
[1101/1150] Compiling NIOCore TimeAmount+Duration.swift
[1102/1150] Compiling NIOCore TypeAssistedChannelHandler.swift
[1103/1150] Compiling NIOCore UniversalBootstrapSupport.swift
[1104/1150] Compiling NIOCore Utilities.swift
[1105/1150] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1106/1150] Compiling ConsoleKitCommands Utilities.swift
[1110/1150] Compiling ConsoleKitCommands Command.swift
[1111/1150] Compiling ConsoleKitCommands CommandContext.swift
[1112/1150] Compiling ConsoleKitCommands CommandError.swift
[1113/1150] Compiling ConsoleKitCommands AsyncCommands.swift
[1121/1150] Compiling ConsoleKitCommands Commands.swift
[1122/1150] Compiling ConsoleKitCommands Console+Run.swift
[1123/1150] Compiling ConsoleKitCommands CommandGroup.swift
[1124/1150] Compiling ConsoleKitCommands CommandInput.swift
[1126/1150] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1127/1150] Compiling ConsoleKitCommands AnyCommand.swift
[1128/1150] Compiling ConsoleKitCommands ConsoleError.swift
[1129/1150] Compiling ConsoleKitCommands Completion.swift
[1133/1152] Emitting module ConsoleKit
[1134/1152] Compiling ConsoleKit Exports.swift
[1149/1152] Emitting module NIOCore
[1150/1205] Compiling NIOEmbedded AsyncTestingChannel.swift
[1151/1205] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1152/1205] Compiling NIOEmbedded Embedded.swift
[1153/1205] Emitting module NIOEmbedded
[1154/1205] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1155/1205] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1156/1205] Compiling NIOPosix PosixSingletons.swift
[1157/1205] Compiling NIOPosix RawSocketBootstrap.swift
[1158/1205] Compiling NIOPosix Resolver.swift
[1159/1210] Compiling NIOPosix GetaddrinfoResolver.swift
[1160/1210] Compiling NIOPosix HappyEyeballs.swift
[1161/1210] Compiling NIOPosix IO.swift
[1162/1210] Compiling NIOPosix IntegerBitPacking.swift
[1163/1210] Compiling NIOPosix IntegerTypes.swift
[1164/1210] Compiling NIOPosix Linux.swift
[1165/1210] Compiling NIOPosix UnsafeTransfer.swift
[1166/1210] Compiling NIOPosix Utilities.swift
[1167/1210] Compiling NIOPosix VsockAddress.swift
[1168/1210] Compiling NIOPosix VsockChannelEvents.swift
[1169/1210] Compiling NIOPosix resource_bundle_accessor.swift
[1170/1210] Emitting module NIOPosix
[1171/1210] Compiling NIOPosix SocketProtocols.swift
[1172/1210] Compiling NIOPosix System.swift
[1173/1210] Compiling NIOPosix Thread.swift
[1174/1210] Compiling NIOPosix ThreadPosix.swift
[1175/1210] Compiling NIOPosix ThreadWindows.swift
[1176/1210] Compiling NIOPosix BSDSocketAPICommon.swift
[1177/1210] Compiling NIOPosix BSDSocketAPIPosix.swift
[1178/1210] Compiling NIOPosix BSDSocketAPIWindows.swift
[1179/1210] Compiling NIOPosix BaseSocket.swift
[1180/1210] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1181/1210] Compiling NIOPosix BaseSocketChannel.swift
[1182/1210] Compiling NIOPosix Selectable.swift
[1183/1210] Compiling NIOPosix SelectableChannel.swift
[1184/1210] Compiling NIOPosix SelectableEventLoop.swift
[1185/1210] Compiling NIOPosix SelectorEpoll.swift
[1186/1210] Compiling NIOPosix SelectorGeneric.swift
[1187/1210] Compiling NIOPosix SelectorKqueue.swift
[1188/1210] Compiling NIOPosix SelectorUring.swift
[1189/1210] Compiling NIOPosix ServerSocket.swift
[1190/1210] Compiling NIOPosix Socket.swift
[1191/1210] Compiling NIOPosix SocketChannel.swift
[1192/1210] Compiling NIOPosix PendingDatagramWritesManager.swift
[1193/1210] Compiling NIOPosix PendingWritesManager.swift
[1194/1210] Compiling NIOPosix PipeChannel.swift
[1195/1210] Compiling NIOPosix PipePair.swift
[1196/1210] Compiling NIOPosix Pool.swift
[1197/1210] Compiling NIOPosix LinuxCPUSet.swift
[1198/1210] Compiling NIOPosix LinuxUring.swift
[1199/1210] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1200/1210] Compiling NIOPosix NIOThreadPool.swift
[1201/1210] Compiling NIOPosix NonBlockingFileIO.swift
[1202/1210] Compiling NIOPosix BaseStreamSocketChannel.swift
[1203/1210] Compiling NIOPosix Bootstrap.swift
[1204/1210] Compiling NIOPosix ControlMessage.swift
[1205/1210] Compiling NIOPosix DatagramVectorReadManager.swift
[1206/1210] Compiling NIOPosix Errors+Any.swift
[1207/1210] Compiling NIOPosix FileDescriptor.swift
[1208/1271] Emitting module NIO
[1209/1271] Compiling NIO Exports.swift
[1210/1311] Compiling _NIOFileSystem FileSystemProtocol.swift
[1211/1311] Compiling _NIOFileSystem FileType.swift
[1212/1313] Compiling NIOSOCKS ClientStateMachine.swift
[1213/1313] Compiling NIOSOCKS Messages.swift
[1214/1313] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1215/1313] Compiling NIOSOCKS SOCKSRequest.swift
[1216/1313] Compiling NIOSOCKS Errors.swift
[1217/1313] Compiling NIOSOCKS SOCKSResponse.swift
[1218/1313] Compiling NIOSOCKS Helpers.swift
[1219/1314] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1220/1314] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1221/1314] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1222/1314] Compiling NIOTLS TLSEvents.swift
[1223/1314] Emitting module NIOTLS
[1224/1314] Compiling NIOTLS SNIHandler.swift
[1225/1314] Compiling NIOSOCKS AuthenticationMethod.swift
[1226/1314] Compiling NIOSOCKS ClientGreeting.swift
[1227/1314] Emitting module NIOSOCKS
[1228/1314] Compiling NIOSOCKS SOCKSClientHandler.swift
[1229/1314] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1230/1314] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1231/1314] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1232/1314] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1233/1315] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1234/1315] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1235/1315] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1240/1315] Compiling NIOHTTP1 HTTPEncoder.swift
[1241/1315] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1242/1315] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1243/1345] Emitting module NIOFoundationCompat
[1244/1345] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1245/1345] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1246/1345] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1247/1345] Compiling NIOSOCKS ServerStateMachine.swift
[1248/1345] Compiling NIOSSL SSLErrors.swift
[1249/1345] Compiling NIOSSL SSLInit.swift
[1250/1345] Compiling NIOSSL PosixPort.swift
[1251/1345] Compiling NIOSSL AndroidCABundle.swift
[1252/1345] Emitting module _NIOFileSystem
[1253/1370] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1254/1370] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1255/1370] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1256/1370] Compiling NIOTransportServices NIOTSBootstraps.swift
[1257/1370] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1258/1370] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1261/1370] Compiling NIOSSL ByteBufferBIO.swift
[1262/1370] Compiling NIOTransportServices StateManagedChannel.swift
[1263/1370] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1264/1370] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1265/1370] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1266/1370] Compiling NIOTransportServices AcceptHandler.swift
[1267/1370] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1268/1370] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1269/1370] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1270/1370] Emitting module NIOHTTP1
[1271/1370] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1272/1370] Compiling NIOTransportServices NIOTSEventLoop.swift
[1273/1370] Compiling NIOTransportServices NIOTSSingletons.swift
[1274/1370] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1275/1370] Compiling _NIOFileSystem OpenOptions.swift
[1276/1370] Compiling _NIOFileSystem String+FileSystem.swift
[1277/1370] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1278/1370] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1279/1370] Compiling _NIOFileSystem ParallelDirCopy.swift
[1280/1370] Compiling _NIOFileSystem ParallelRemoval.swift
[1281/1370] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1282/1370] Compiling NIOSSL CustomPrivateKey.swift
[1283/1370] Compiling NIOSSL IdentityVerification.swift
[1284/1370] Compiling NIOSSL SSLPublicKey.swift
[1285/1370] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1286/1370] Compiling _NIOFileSystem Syscall.swift
[1287/1370] Compiling _NIOFileSystem Syscalls.swift
[1288/1370] Compiling _NIOFileSystem SystemFileHandle.swift
[1289/1370] Compiling _NIOFileSystem Utilities.swift
[1290/1436] Compiling NIOExtras RequestResponseHandler.swift
[1291/1436] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1292/1436] Emitting module AsyncKit
[1293/1436] Compiling NIOWebSocket WebSocketOpcode.swift
[1294/1437] Compiling NIOExtras LengthFieldPrepender.swift
[1295/1437] Compiling NIOExtras LineBasedFrameDecoder.swift
[1296/1437] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1297/1437] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1298/1437] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1299/1437] Emitting module NIOTransportServices
[1305/1439] Compiling NIOExtras UnsafeTransfer.swift
[1306/1439] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1307/1439] Compiling NIOExtras NIORequestIdentifiable.swift
[1308/1439] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1309/1439] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1310/1439] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1311/1439] Compiling NIOHPACK IntegerCoding.swift
[1312/1439] Compiling NIOHPACK IndexedHeaderTable.swift
[1313/1440] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1314/1440] Compiling NIOHTTPCompression HTTPDecompression.swift
[1315/1440] Emitting module NIOHTTPCompression
[1316/1440] Compiling NIOHTTPCompression HTTPCompression.swift
[1317/1440] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1318/1440] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1321/1440] Compiling NIOExtras NIOExtrasError.swift
[1323/1440] Compiling NIOExtras QuiescingHelper.swift
[1326/1440] Compiling NIOExtras PCAPRingBuffer.swift
[1329/1443] Compiling NIOHPACK HuffmanTables.swift
[1330/1443] Compiling NIOHPACK HuffmanCoding.swift
[1331/1443] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1333/1443] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1336/1443] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1337/1443] Compiling NIOExtras JSONRPCFraming.swift
[1338/1443] Emitting module NIOExtras
[1341/1443] Compiling NIOExtras DebugInboundEventsHandler.swift
[1342/1443] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1343/1443] Compiling NIOHPACK StaticHeaderTable.swift
[1344/1443] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1345/1443] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1346/1443] Compiling NIOWebSocket SHA1.swift
[1347/1443] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1348/1443] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1349/1443] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1350/1443] Compiling NIOWebSocket WebSocketFrame.swift
[1351/1443] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1352/1443] Emitting module NIOWebSocket
[1367/1446] Emitting module MultipartKit
[1374/1446] Compiling NIOHPACK HeaderTables.swift
[1375/1446] Compiling NIOHPACK HPACKErrors.swift
[1376/1446] Compiling NIOHPACK HPACKEncoder.swift
[1377/1446] Emitting module NIOHPACK
[1380/1446] Compiling NIOHPACK HPACKHeader.swift
[1410/1446] Compiling MultipartKit MultipartSerializer.swift
[1414/1446] Compiling MultipartKit Utilities.swift
[1417/1446] Emitting module NIOSSL
[1424/1511] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1425/1511] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1426/1511] Compiling NIOHTTP2 StateMachineResult.swift
[1427/1511] Compiling NIOFileSystem Exports.swift
[1428/1511] Emitting module NIOFileSystem
[1429/1511] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1430/1511] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1431/1511] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1432/1511] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1433/1511] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1434/1511] Compiling NIOHTTP2 MaySendFrames.swift
[1435/1511] Compiling NIOHTTP2 SendingDataState.swift
[1436/1511] Compiling NIOHTTP2 SendingGoawayState.swift
[1437/1511] Compiling NIOHTTP2 SendingHeadersState.swift
[1438/1511] Emitting module _NIOFileSystemFoundationCompat
[1439/1511] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1440/1511] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1441/1511] Compiling NIOExtras WritePCAPHandler.swift
[1442/1544] Compiling LeafKit LeafConfiguration.swift
[1443/1544] Compiling LeafKit LeafData.swift
[1444/1544] Compiling LeafKit LeafSerializer.swift
[1445/1544] Compiling LeafKit ParameterResolver.swift
[1446/1544] Compiling LeafKit NIOLeafFiles.swift
[1447/1544] Compiling LeafKit LeafSyntax.swift
[1448/1544] Compiling LeafKit LeafLexer.swift
[1449/1550] Compiling LeafKit LeafSource.swift
[1450/1550] Compiling LeafKit LeafSources.swift
[1451/1552] Compiling LeafKit LeafRenderer.swift
[1452/1552] Compiling LeafKit Dictionary+LeafData.swift
[1453/1552] Compiling LeafKit LeafContext.swift
[1454/1552] Emitting module LeafKit
[1455/1552] Compiling LeafKit LeafDataRepresentable.swift
[1456/1552] Compiling LeafKit LeafDataStorage.swift
[1457/1552] Compiling LeafKit LeafError.swift
[1458/1552] Compiling LeafKit LeafTag.swift
[1459/1552] Compiling LeafKit String+HTMLEscape.swift
[1460/1552] Compiling WebSocketKit WebSocketHandler.swift
[1461/1552] Emitting module NIOHTTP2
[1462/1552] Compiling LeafKit Character+Identities.swift
[1463/1552] Compiling LeafKit LeafAST.swift
[1464/1552] Compiling LeafKit DefaultLeafCache.swift
[1465/1552] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1466/1552] Compiling NIOHTTP2 StreamChannelList.swift
[1467/1552] Compiling NIOHTTP2 StreamMap.swift
[1468/1552] Compiling NIOHTTP2 StreamStateMachine.swift
[1469/1552] Compiling NIOHTTP2 UnsafeTransfer.swift
[1470/1552] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1473/1552] Compiling LeafKit LeafToken.swift
[1474/1552] Compiling LeafKit LeafParameter.swift
[1475/1552] Compiling LeafKit LeafParser.swift
[1479/1552] Compiling LeafKit LeafParameterTypes.swift
[1480/1552] Compiling LeafKit LeafRawTemplate.swift
[1481/1552] Compiling LeafKit LeafCache.swift
[1491/1552] Compiling WebSocketKit WebSocket.swift
[1492/1552] Compiling WebSocketKit WebSocket+Connect.swift
[1493/1552] Compiling WebSocketKit WebSocket+Concurrency.swift
[1494/1552] Emitting module WebSocketKit
[1495/1552] Compiling WebSocketKit WebSocketClient.swift
[1496/1552] Compiling WebSocketKit Exports.swift
[1497/1552] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1498/1552] Compiling NIOHTTP2 Error+Any.swift
[1499/1552] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1500/1552] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1501/1552] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1502/1552] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1503/1552] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1504/1552] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1510/1552] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1511/1552] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1512/1552] Compiling NIOHTTP2 QuiescingState.swift
[1516/1552] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1517/1552] Compiling NIOHTTP2 DOSHeuristics.swift
[1518/1552] Compiling NIOHTTP2 HTTP2Settings.swift
[1519/1552] Compiling NIOHTTP2 HTTP2Stream.swift
[1520/1552] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1521/1552] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1522/1552] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1523/1552] Compiling NIOHTTP2 HTTP2StreamID.swift
[1524/1552] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1525/1552] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1526/1552] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1527/1552] Compiling NIOHTTP2 InboundEventBuffer.swift
[1528/1552] Compiling NIOHTTP2 InboundWindowManager.swift
[1529/1552] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1537/1552] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1538/1552] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1539/1552] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1540/1552] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1541/1552] Compiling NIOHTTP2 HTTP2Error.swift
[1542/1552] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1550/1613] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1551/1613] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1552/1613] Compiling AsyncHTTPClient ConnectionPool.swift
[1553/1613] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1554/1613] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1555/1613] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1556/1613] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1557/1619] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1558/1619] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1559/1619] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1560/1619] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1561/1619] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1562/1619] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1563/1619] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1564/1619] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1565/1619] Compiling AsyncHTTPClient ConnectionTarget.swift
[1566/1619] Compiling AsyncHTTPClient DeconstructedURL.swift
[1567/1619] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1568/1619] Compiling AsyncHTTPClient FoundationExtensions.swift
[1569/1619] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1570/1619] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1571/1619] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1572/1619] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1573/1619] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1574/1619] Compiling AsyncHTTPClient Transaction.swift
[1575/1619] Compiling AsyncHTTPClient Base64.swift
[1576/1619] Compiling AsyncHTTPClient BasicAuth.swift
[1577/1619] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1578/1619] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1579/1619] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1580/1619] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1581/1619] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1582/1619] Compiling AsyncHTTPClient RequestBodyLength.swift
[1583/1619] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1584/1619] Emitting module AsyncHTTPClient
[1585/1619] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1586/1619] Compiling AsyncHTTPClient TLSConfiguration.swift
[1587/1619] Compiling AsyncHTTPClient RedirectState.swift
[1588/1619] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1589/1619] Compiling AsyncHTTPClient RequestBag.swift
[1590/1619] Compiling AsyncHTTPClient RequestValidation.swift
[1591/1619] Compiling AsyncHTTPClient HTTP1Connection.swift
[1592/1619] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1593/1619] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1594/1619] Compiling AsyncHTTPClient HTTP2Connection.swift
[1595/1619] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1596/1619] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1597/1619] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1598/1619] Compiling AsyncHTTPClient SSLContextCache.swift
[1599/1619] Compiling AsyncHTTPClient Scheme.swift
[1600/1619] Compiling AsyncHTTPClient Singleton.swift
[1601/1619] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1602/1619] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1603/1619] Compiling AsyncHTTPClient Utils.swift
[1604/1619] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1605/1619] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1606/1619] Compiling AsyncHTTPClient HTTPClient.swift
[1607/1619] Compiling AsyncHTTPClient HTTPHandler.swift
[1608/1619] Compiling AsyncHTTPClient LRUCache.swift
[1609/1619] Compiling AsyncHTTPClient NWErrorHandler.swift
[1610/1619] Compiling AsyncHTTPClient RequestOptions.swift
[1611/1619] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1612/1619] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1613/1619] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1614/1619] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1615/1619] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1616/1619] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1617/1815] Compiling Vapor PlaintextDecoder.swift
[1618/1815] Compiling Vapor PlaintextEncoder.swift
[1619/1815] Compiling Vapor URLQueryCoders.swift
[1620/1815] Compiling Vapor URLQueryContainer.swift
[1621/1815] Compiling Vapor Core.swift
[1622/1815] Compiling Vapor Running.swift
[1623/1815] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1624/1815] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1625/1815] Compiling Vapor DotEnvFile+load.swift
[1626/1815] Compiling Vapor Routes+caseInsenstive.swift
[1627/1815] Compiling Vapor Validatable+validate.swift
[1628/1815] Compiling Vapor Environment+Process.swift
[1629/1815] Compiling Vapor Environment+Secret.swift
[1630/1815] Compiling Vapor Environment.swift
[1631/1815] Compiling Vapor Abort.swift
[1632/1815] Compiling Vapor AbortError.swift
[1633/1815] Compiling Vapor DebuggableError.swift
[1634/1815] Compiling Vapor Demangler.swift
[1635/1815] Compiling Vapor ErrorSource.swift
[1636/1815] Compiling Vapor StackTrace.swift
[1637/1815] Compiling Vapor Exports.swift
[1638/1815] Compiling Vapor Application+HTTP.swift
[1639/1836] Compiling Vapor Application.swift
[1640/1836] Compiling Vapor AuthenticationCache.swift
[1641/1836] Compiling Vapor Authenticator.swift
[1642/1836] Compiling Vapor BasicAuthorization.swift
[1643/1836] Compiling Vapor BearerAuthorization.swift
[1644/1836] Compiling Vapor GuardMiddleware.swift
[1645/1836] Compiling Vapor RedirectMiddleware.swift
[1646/1836] Compiling Vapor SessionAuthenticatable.swift
[1647/1836] Compiling Vapor Bcrypt.swift
[1648/1836] Compiling Vapor Application+Cache.swift
[1649/1836] Compiling Vapor Cache.swift
[1650/1836] Compiling Vapor CacheExpirationTime.swift
[1651/1836] Compiling Vapor MemoryCache.swift
[1652/1836] Compiling Vapor Request+Cache.swift
[1653/1836] Compiling Vapor Application+Clients.swift
[1654/1836] Compiling Vapor Client.swift
[1655/1836] Compiling Vapor ClientRequest.swift
[1656/1836] Compiling Vapor ClientResponse.swift
[1657/1836] Compiling Vapor Request+Client.swift
[1658/1836] Compiling Vapor BootCommand.swift
[1659/1836] Compiling Vapor CommandContext+Application.swift
[1660/1836] Compiling Vapor RoutesCommand.swift
[1661/1836] Compiling Vapor ServeCommand.swift
[1662/1836] Compiling Vapor AnyResponse+Concurrency.swift
[1663/1836] Compiling Vapor AsyncBasicResponder.swift
[1664/1836] Compiling Vapor AsyncMiddleware.swift
[1665/1836] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1666/1836] Compiling Vapor AsyncSessionDriver.swift
[1667/1836] Compiling Vapor Authentication+Concurrency.swift
[1668/1836] Compiling Vapor Cache+Concurrency.swift
[1669/1836] Compiling Vapor Client+Concurrency.swift
[1670/1836] Compiling Vapor RequestBody+Concurrency.swift
[1671/1836] Compiling Vapor Responder+Concurrency.swift
[1672/1836] Compiling Vapor ResponseCodable+Concurrency.swift
[1673/1836] Compiling Vapor RoutesBuilder+Concurrency.swift
[1674/1836] Compiling Vapor ViewRenderer+Concurrency.swift
[1675/1836] Compiling Vapor WebSocket+Concurrency.swift
[1676/1836] Compiling Vapor ContainerGetPathExecutor.swift
[1677/1836] Compiling Vapor Content.swift
[1678/1836] Compiling Vapor ContentCoders.swift
[1679/1836] Compiling Vapor ContentConfiguration.swift
[1680/1836] Compiling Vapor ContentContainer.swift
[1681/1836] Compiling Vapor JSONCoder+Custom.swift
[1682/1836] Compiling Vapor JSONCoders+Content.swift
[1683/1836] Compiling Vapor DotEnv.swift
[1684/1836] Compiling Vapor Extendable.swift
[1685/1836] Compiling Vapor File.swift
[1686/1836] Compiling Vapor FileIO.swift
[1687/1836] Compiling Vapor LifecycleHandler.swift
[1688/1836] Compiling Vapor OptionalType.swift
[1689/1836] Compiling Vapor RFC1123.swift
[1690/1836] Compiling Vapor SocketAddress+Hostname.swift
[1691/1836] Compiling Vapor Storage.swift
[1692/1836] Compiling Vapor String+IsIPAddress.swift
[1693/1836] Compiling Vapor Thread.swift
[1694/1836] Compiling Vapor URI.swift
[1695/1836] Compiling Vapor RangeResult.swift
[1696/1836] Compiling Vapor Validatable.swift
[1697/1836] Compiling Vapor Validation.swift
[1698/1836] Compiling Vapor ValidationKey.swift
[1699/1836] Compiling Vapor Validations.swift
[1700/1836] Compiling Vapor ValidationsError.swift
[1701/1836] Compiling Vapor Validator.swift
[1702/1836] Compiling Vapor ValidatorResult.swift
[1703/1836] Compiling Vapor And.swift
[1704/1836] Compiling Vapor RouteCollection.swift
[1705/1836] Compiling Vapor Routes.swift
[1706/1836] Compiling Vapor RoutesBuilder+Group.swift
[1707/1836] Compiling Vapor RoutesBuilder+Method.swift
[1708/1836] Compiling Vapor RoutesBuilder+Middleware.swift
[1709/1836] Compiling Vapor RoutesBuilder+WebSocket.swift
[1710/1836] Compiling Vapor RoutesBuilder.swift
[1711/1836] Compiling Vapor OTP.swift
[1712/1836] Compiling Vapor Application+Servers.swift
[1713/1836] Compiling Vapor Server.swift
[1714/1836] Compiling Vapor App+Service.swift
[1715/1836] Compiling Vapor Req+Service.swift
[1716/1836] Compiling Vapor Service.swift
[1717/1836] Compiling Vapor Application+Sessions.swift
[1718/1836] Compiling Vapor MemorySessions.swift
[1719/1836] Compiling Vapor Request+Session.swift
[1720/1836] Compiling Vapor Session.swift
[1721/1836] Compiling Vapor SessionCache.swift
[1722/1836] Compiling Vapor SessionData.swift
[1723/1836] Compiling Vapor SessionDriver.swift
[1724/1836] Compiling Vapor SessionsConfiguration.swift
[1725/1836] Compiling Vapor Case.swift
[1726/1836] Compiling Vapor CharacterSet.swift
[1727/1836] Compiling Vapor Count.swift
[1728/1836] Compiling Vapor Custom.swift
[1729/1836] Compiling Vapor Email.swift
[1730/1836] Compiling Vapor Empty.swift
[1731/1836] Compiling Vapor In.swift
[1732/1836] Compiling Vapor Nil.swift
[1733/1836] Compiling Vapor NilIgnoring.swift
[1734/1836] Compiling Vapor Not.swift
[1735/1836] Compiling Vapor Or.swift
[1736/1836] Compiling Vapor Pattern.swift
[1737/1836] Compiling Vapor Range.swift
[1738/1836] Compiling Vapor URL.swift
[1739/1836] Compiling Vapor Valid.swift
[1740/1836] Compiling Vapor Application+Views.swift
[1741/1836] Compiling Vapor PlaintextRenderer.swift
[1742/1836] Compiling Vapor Request+View.swift
[1743/1836] Compiling Vapor View.swift
[1744/1836] Compiling Vapor ViewRenderer.swift
[1745/1836] Compiling Vapor _Deprecations.swift
[1746/1836] Emitting module Vapor
[1747/1836] Compiling Vapor SessionsMiddleware.swift
[1748/1836] Compiling Vapor URLEncodedFormData.swift
[1749/1836] Compiling Vapor URLEncodedFormDecoder.swift
[1750/1836] Compiling Vapor URLEncodedFormEncoder.swift
[1751/1836] Compiling Vapor URLEncodedFormError.swift
[1752/1836] Compiling Vapor URLEncodedFormParser.swift
[1753/1836] Compiling Vapor URLEncodedFormSerializer.swift
[1754/1836] Compiling Vapor URLQueryFragmentConvertible.swift
[1755/1836] Compiling Vapor AnyResponse.swift
[1756/1836] Compiling Vapor Array+Random.swift
[1757/1836] Compiling Vapor Base32.swift
[1758/1836] Compiling Vapor Base64.swift
[1759/1836] Compiling Vapor BaseN.swift
[1760/1836] Compiling Vapor BasicCodingKey.swift
[1761/1836] Compiling Vapor ByteCount.swift
[1762/1836] Compiling Vapor Bytes+Hex.swift
[1763/1836] Compiling Vapor Bytes+SecureCompare.swift
[1764/1836] Compiling Vapor Collection+Safe.swift
[1765/1836] Compiling Vapor DataProtocol+Copy.swift
[1766/1836] Compiling Vapor DecoderUnwrapper.swift
[1767/1836] Compiling Vapor DirectoryConfiguration.swift
[1768/1836] Compiling Vapor FormDataDecoder+Content.swift
[1769/1836] Compiling Vapor FormDataEncoder+Content.swift
[1770/1836] Compiling Vapor Application+Password.swift
[1771/1836] Compiling Vapor Application+Passwords.swift
[1772/1836] Compiling Vapor AsyncPasswordHasher.swift
[1773/1836] Compiling Vapor BcryptHasher.swift
[1774/1836] Compiling Vapor PasswordHasher.swift
[1775/1836] Compiling Vapor PlaintextHasher.swift
[1776/1836] Compiling Vapor Request+Password.swift
[1777/1836] Compiling Vapor Redirect.swift
[1778/1836] Compiling Vapor Request+Body.swift
[1779/1836] Compiling Vapor Request+BodyStream.swift
[1780/1836] Compiling Vapor Request.swift
[1781/1836] Compiling Vapor Application+Responder.swift
[1782/1836] Compiling Vapor DefaultResponder.swift
[1783/1836] Compiling Vapor Response+Body.swift
[1784/1836] Compiling Vapor Response.swift
[1785/1836] Compiling Vapor ResponseCodable.swift
[1786/1836] Compiling Vapor Application+Routes.swift
[1787/1836] Compiling Vapor Parameters+Require.swift
[1788/1836] Compiling Vapor Request+WebSocket.swift
[1789/1836] Compiling Vapor Route.swift
[1790/1836] Compiling Vapor BasicResponder.swift
[1791/1836] Compiling Vapor BodyStream.swift
[1792/1836] Compiling Vapor Application+HTTP+Client.swift
[1793/1836] Compiling Vapor EventLoopHTTPClient.swift
[1794/1836] Compiling Vapor EndpointCache.swift
[1795/1836] Compiling Vapor HTTPMethod+String.swift
[1796/1836] Compiling Vapor HTTPStatus.swift
[1797/1836] Compiling Vapor HTTPCookies.swift
[1798/1836] Compiling Vapor HTTPHeaderCacheControl.swift
[1799/1836] Compiling Vapor HTTPHeaderExpires.swift
[1800/1836] Compiling Vapor HTTPHeaderLastModified.swift
[1801/1836] Compiling Vapor HTTPHeaders+Cache.swift
[1802/1836] Compiling Vapor HTTPHeaders+Connection.swift
[1803/1836] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1804/1836] Compiling Vapor HTTPHeaders+ContentRange.swift
[1805/1836] Compiling Vapor HTTPHeaders+Directive.swift
[1806/1836] Compiling Vapor HTTPHeaders+Forwarded.swift
[1807/1836] Compiling Vapor HTTPHeaders+Link.swift
[1808/1836] Compiling Vapor HTTPHeaders+Name.swift
[1809/1836] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1810/1836] Compiling Vapor HTTPHeaders.swift
[1811/1836] Compiling Vapor HTTPMediaType.swift
[1812/1836] Compiling Vapor HTTPMediaTypePreference.swift
[1813/1836] Compiling Vapor Responder.swift
[1814/1836] Compiling Vapor Application+HTTP+Server.swift
[1815/1836] Compiling Vapor HTTPServer.swift
[1816/1836] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1817/1836] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1818/1836] Compiling Vapor HTTPServerHandler.swift
[1819/1836] Compiling Vapor HTTPServerRequestDecoder.swift
[1820/1836] Compiling Vapor HTTPServerResponseEncoder.swift
[1821/1836] Compiling Vapor HTTPServerUpgradeHandler.swift
[1822/1836] Compiling Vapor Logger+Report.swift
[1823/1836] Compiling Vapor LoggingSystem+Environment.swift
[1824/1836] Compiling Vapor Application+Middleware.swift
[1825/1836] Compiling Vapor CORSMiddleware.swift
[1826/1836] Compiling Vapor ErrorMiddleware.swift
[1827/1836] Compiling Vapor FileMiddleware.swift
[1828/1836] Compiling Vapor Middleware.swift
[1829/1836] Compiling Vapor MiddlewareConfiguration.swift
[1830/1836] Compiling Vapor ResponseCompressionMiddleware.swift
[1831/1836] Compiling Vapor RouteLoggingMiddleware.swift
[1832/1836] Compiling Vapor TracingMiddleware.swift
[1833/1836] Compiling Vapor File+Multipart.swift
[1834/1843] Compiling Leaf Request+Leaf.swift
[1835/1843] Compiling Leaf LeafRenderer+ViewRenderer.swift
[1836/1843] Compiling Leaf LeafError+AbortError.swift
[1837/1843] Compiling Leaf Exports.swift
[1838/1843] Compiling Leaf Application+Leaf.swift
[1839/1843] Emitting module Leaf
[1840/1843] Compiling Leaf LeafEncoder.swift
[1841/1882] Emitting module VHX
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[1842/1886] Compiling VHX Abort+HX.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[1843/1886] Compiling VHX Application+HtmxConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[1844/1886] Compiling VHX Array+HXResponseHeaderAddable.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[1845/1886] Compiling VHX Content+HX.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[1846/1886] Compiling VHX HTTPHeaders+HXRequestHeaders.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HtmxConfiguration
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HtmxConfiguration {
   |               `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
 4 |     public var pageSource: HXLeafSource
 5 |     public var errorAttemptCountHeaderName: String?
[1847/1886] Compiling VHX HXRequestLocalisation.swift
[1848/1886] Compiling VHX Request+Langauge.swift
[1849/1886] Compiling VHX HXErrorMiddleware.swift
[1850/1886] Compiling VHX HXTextTag.swift
[1851/1886] Compiling VHX HTTPStatus+HX.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[1852/1886] Compiling VHX HX.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[1853/1886] Compiling VHX HXBasicLeafTemplate.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[1854/1886] Compiling VHX HXConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[1855/1886] Compiling VHX HXError.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
 3 | public struct HXError: Error {
 4 |     public let abort: Abort
 5 |     public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
   |                |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 |
 7 |     public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[1856/1886] Compiling VHX HXReselectHeader.swift
[1857/1886] Compiling VHX HXResponseHeaders.swift
[1858/1886] Compiling VHX HXReswapHeader.swift
[1859/1886] Compiling VHX HXRetargetHeader.swift
[1860/1886] Compiling VHX HXResponseHeaderAddable.swift
[1861/1886] Compiling VHX HXTemplateable.swift
[1862/1886] Compiling VHX Htmx.swift
[1863/1886] Compiling VHX HXLocationHeader.swift
[1864/1886] Compiling VHX HXPushUrlHeader.swift
[1865/1886] Compiling VHX HXRedirectHeader.swift
[1866/1886] Compiling VHX HXRefreshHeader.swift
[1867/1886] Compiling VHX HXReplaceUrlHeader.swift
[1868/1886] Compiling VHX HTTPHeaders+Language.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:23:74: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
21 |         self.providers = providers
22 |         self.overrideLanguagePreference = overrideLanguagePreference
23 |         self.defaultLanguageCode = defaultLanguageCode ?? Locale.current.languageCode ?? "en"
   |                                                                          |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                                                          `- note: use 'language.languageCode.identifier' instead
24 |     }
25 |
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:49:46: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
47 |         providers = [:]
48 |         overrideLanguagePreference = nil
49 |         defaultLanguageCode = Locale.current.languageCode ?? "en"
   |                                              |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                              `- note: use 'language.languageCode.identifier' instead
50 |     }
51 | }
[1869/1886] Compiling VHX HXLangaugeHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:23:74: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
21 |         self.providers = providers
22 |         self.overrideLanguagePreference = overrideLanguagePreference
23 |         self.defaultLanguageCode = defaultLanguageCode ?? Locale.current.languageCode ?? "en"
   |                                                                          |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                                                          `- note: use 'language.languageCode.identifier' instead
24 |     }
25 |
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:49:46: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
47 |         providers = [:]
48 |         overrideLanguagePreference = nil
49 |         defaultLanguageCode = Locale.current.languageCode ?? "en"
   |                                              |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                              `- note: use 'language.languageCode.identifier' instead
50 |     }
51 | }
[1870/1886] Compiling VHX HXLocalisable.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:23:74: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
21 |         self.providers = providers
22 |         self.overrideLanguagePreference = overrideLanguagePreference
23 |         self.defaultLanguageCode = defaultLanguageCode ?? Locale.current.languageCode ?? "en"
   |                                                                          |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                                                          `- note: use 'language.languageCode.identifier' instead
24 |     }
25 |
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:49:46: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
47 |         providers = [:]
48 |         overrideLanguagePreference = nil
49 |         defaultLanguageCode = Locale.current.languageCode ?? "en"
   |                                              |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                              `- note: use 'language.languageCode.identifier' instead
50 |     }
51 | }
[1871/1886] Compiling VHX HXLocalisation.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:23:74: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
21 |         self.providers = providers
22 |         self.overrideLanguagePreference = overrideLanguagePreference
23 |         self.defaultLanguageCode = defaultLanguageCode ?? Locale.current.languageCode ?? "en"
   |                                                                          |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                                                          `- note: use 'language.languageCode.identifier' instead
24 |     }
25 |
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:49:46: warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
47 |         providers = [:]
48 |         overrideLanguagePreference = nil
49 |         defaultLanguageCode = Locale.current.languageCode ?? "en"
   |                                              |- warning: 'languageCode' was deprecated in macOS 13: renamed to 'language.languageCode.identifier'
   |                                              `- note: use 'language.languageCode.identifier' instead
50 |     }
51 | }
[1872/1886] Compiling VHX HXTriggerHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[1873/1886] Compiling VHX Request+Htmx.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[1874/1886] Compiling VHX Response+AddHeaders.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[1875/1886] Compiling VHX Application+Language.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Request {
 4 |     struct HtmxStorageKey: StorageKey {
   |            `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = Htmx
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  1 | import Vapor
  2 |
  3 | public struct Htmx {
    |               `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
  4 |     public enum Preference {
  5 |         case htmx, html, api
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 2 |
 3 | public extension Application {
 4 |     struct LocalisationStorageKey: StorageKey {
   |            `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 |         public typealias Value = HXLocalisations
 6 |     }
/Users/admin/builder/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 1 | import Vapor
 2 |
 3 | public struct HXLocalisations {
   |               `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
 4 |     public var providers: [String: any HXLocalisable]
 5 |     public var defaultLanguageCode: String
[1876/1886] Compiling VHX HXLeafSource.swift
[1877/1886] Compiling VHX HXRedirect.swift
[1878/1886] Compiling VHX HXRequestHeaders.swift
[1879/1886] Compiling VHX HXResponseConfiguration.swift
[1880/1886] Compiling VHX Date+CustomInterval.swift
[1881/1886] Compiling VHX Request+BaseUrl.swift
[1882/1886] Compiling VHX String+View.swift
[1883/1886] Compiling VHX VHX.swift
[1884/1898] Compiling Demo ClickToLoad.swift
[1885/1898] Compiling Demo DeleteRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 |     var users: [User]
48 |
49 |     static var `default`: DeleteRow = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |         .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[1886/1898] Compiling Demo LazyLoading.swift
[1887/1898] Emitting module Demo
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |     var users: [User]
 57 |
 58 |     static var `default`: ActiveSearch = .init(users: [
    |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
 60 |         .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |     }
74 |
75 |     static var `default`: BulkUpdate = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 |     var users: [User]
48 |
49 |     static var `default`: DeleteRow = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |         .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[1888/1898] Compiling Demo routes.swift
[1889/1899] Compiling Demo resource_bundle_accessor.swift
[1890/1899] Compiling Demo entrypoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Demo/entrypoint.swift:10:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
 8 |         try LoggingSystem.bootstrap(from: &env)
 9 |
10 |         let app = Application(env)
   |                   `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
11 |         defer { app.shutdown() }
12 |
/Users/admin/builder/spi-builder-workspace/Sources/Demo/entrypoint.swift:11:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
 9 |
10 |         let app = Application(env)
11 |         defer { app.shutdown() }
   |                     `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
12 |
13 |         do {
[1891/1899] Compiling Demo configure.swift
[1892/1899] Compiling Demo CascadingSelects.swift
[1893/1899] Compiling Demo ClickToEdit.swift
[1894/1899] Compiling Demo InfiniteScroll.swift
[1895/1899] Compiling Demo ActiveSearch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |     var users: [User]
 57 |
 58 |     static var `default`: ActiveSearch = .init(users: [
    |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
 60 |         .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |     }
74 |
75 |     static var `default`: BulkUpdate = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[1896/1899] Compiling Demo BulkUpdate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |     var users: [User]
 57 |
 58 |     static var `default`: ActiveSearch = .init(users: [
    |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
 60 |         .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/Users/admin/builder/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |     }
74 |
75 |     static var `default`: BulkUpdate = .init(users: [
   |                |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 |         .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[1896/1899] Write Objects.LinkFileList
[1897/1899] Linking Demo
[1898/1899] Applying Demo
Build complete! (83.32s)
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/leaf.git
[1/3956] Fetching leaf
[3957/78293] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (2.23s)
Fetched https://github.com/vapor/vapor.git from cache (2.23s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (2.74s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git from cache
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.95s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/1063] Fetching swift-service-context
[150/6037] Fetching swift-service-context, swift-distributed-tracing
[293/8642] Fetching swift-service-context, swift-distributed-tracing, websocket-kit
[706/11850] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, multipart-kit
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.69s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/websocket-kit.git from cache (0.92s)
[4045/9245] Fetching swift-service-context, swift-distributed-tracing, multipart-kit
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.51s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.07s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.07s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.70s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/swift-server/async-http-client.git from cache
[1092/23935] Fetching multipart-kit, routing-kit
[1507/29420] Fetching multipart-kit, routing-kit, console-kit
Fetched https://github.com/apple/swift-crypto.git from cache (0.69s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.80s)
[2415/26212] Fetching routing-kit, console-kit
Fetched https://github.com/apple/swift-nio.git from cache (1.03s)
Fetched https://github.com/vapor/console-kit.git from cache (0.94s)
[15961/23097] Fetching routing-kit, async-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (0.76s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.29s)
[1707/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.96s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.96s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.70s)
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.62s)
Fetched https://github.com/apple/swift-collections.git from cache (0.76s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.46s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.46s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.61s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.16s)
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.50s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.04s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.51s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.59s)
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.61s)
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.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.09s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.25s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-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-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/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-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/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-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/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/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-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/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.107.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "VHX",
  "name" : "VHX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VHX",
      "targets" : [
        "VHX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VHXTests",
      "module_type" : "SwiftTarget",
      "name" : "VHXTests",
      "path" : "Tests/VHXTests",
      "product_dependencies" : [
        "XCTVapor",
        "Vapor",
        "Leaf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/VHXTests/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "VHXTests.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VHX",
      "module_type" : "SwiftTarget",
      "name" : "VHX",
      "path" : "Sources/VHX",
      "product_dependencies" : [
        "Vapor",
        "Leaf"
      ],
      "product_memberships" : [
        "VHX",
        "Demo"
      ],
      "sources" : [
        "Htmx/Abort+HX.swift",
        "Htmx/Application+HtmxConfiguration.swift",
        "Htmx/Array+HXResponseHeaderAddable.swift",
        "Htmx/Content+HX.swift",
        "Htmx/HTTPHeaders+HXRequestHeaders.swift",
        "Htmx/HTTPStatus+HX.swift",
        "Htmx/HX.swift",
        "Htmx/HXBasicLeafTemplate.swift",
        "Htmx/HXConfiguration.swift",
        "Htmx/HXError.swift",
        "Htmx/HXLeafSource.swift",
        "Htmx/HXRedirect.swift",
        "Htmx/HXRequestHeaders.swift",
        "Htmx/HXResponseConfiguration.swift",
        "Htmx/HXResponseHeaderAddable.swift",
        "Htmx/HXTemplateable.swift",
        "Htmx/Htmx.swift",
        "Htmx/ReponseHeaders/HXLocationHeader.swift",
        "Htmx/ReponseHeaders/HXPushUrlHeader.swift",
        "Htmx/ReponseHeaders/HXRedirectHeader.swift",
        "Htmx/ReponseHeaders/HXRefreshHeader.swift",
        "Htmx/ReponseHeaders/HXReplaceUrlHeader.swift",
        "Htmx/ReponseHeaders/HXReselectHeader.swift",
        "Htmx/ReponseHeaders/HXResponseHeaders.swift",
        "Htmx/ReponseHeaders/HXReswapHeader.swift",
        "Htmx/ReponseHeaders/HXRetargetHeader.swift",
        "Htmx/ReponseHeaders/HXTriggerHeader.swift",
        "Htmx/Request+Htmx.swift",
        "Htmx/Response+AddHeaders.swift",
        "Localisation/Application+Language.swift",
        "Localisation/HTTPHeaders+Language.swift",
        "Localisation/HXLangaugeHeader.swift",
        "Localisation/HXLocalisable.swift",
        "Localisation/HXLocalisation.swift",
        "Localisation/HXRequestLocalisation.swift",
        "Localisation/Request+Langauge.swift",
        "MIddlewares/HXErrorMiddleware.swift",
        "Tags/HXTextTag.swift",
        "Utils/Date+CustomInterval.swift",
        "Utils/Request+BaseUrl.swift",
        "Utils/String+View.swift",
        "VHX.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_dependencies" : [
        "Leaf",
        "Vapor"
      ],
      "product_memberships" : [
        "Demo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Demo/Public",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Demo/Views",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Controllers/ActiveSearch.swift",
        "Controllers/BulkUpdate.swift",
        "Controllers/CascadingSelects.swift",
        "Controllers/ClickToEdit.swift",
        "Controllers/ClickToLoad.swift",
        "Controllers/DeleteRow.swift",
        "Controllers/InfiniteScroll.swift",
        "Controllers/LazyLoading.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "target_dependencies" : [
        "VHX"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Done.