Build Information
Successful build of VHX, reference 0.0.26 (203e49
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:48:56 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: 0.0.26
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/VaporHX
* tag 0.0.26 -> FETCH_HEAD
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 0.0.26
========================================
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
[5/483] Write sources
[6/483] Copying PrivacyInfo.xcprivacy
[6/483] Write sources
[6/483] Copying PrivacyInfo.xcprivacy
[6/483] Write sources
[43/483] Copying Public
[45/483] Write sources
[57/483] Copying Views
[58/483] Compiling CSystem shims.c
[59/483] Compiling CNIOWindows WSAStartup.c
[59/483] Compiling CNIOWindows shim.c
[61/483] Compiling _NumericsShims _NumericsShims.c
[62/483] Compiling ghash-x86_64-linux.S
[63/483] Compiling CNIOWASI CNIOWASI.c
[64/483] Write swift-version-2F0A5646E1D333AE.txt
[65/483] Compiling CNIOLinux liburing_shims.c
[66/483] Compiling CNIOLinux shim.c
[67/483] Compiling _AtomicsShims.c
[68/489] Compiling CNIOSHA1 c_nio_sha1.c
[69/489] Compiling CVaporBcrypt blf.c
[70/489] Compiling CNIOLLHTTP c_nio_http.c
[71/520] Compiling CVaporBcrypt bcrypt.c
[72/520] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/553] Compiling CNIOLLHTTP c_nio_api.c
[74/629] Compiling x509_def.cc
[75/629] Compiling CNIOExtrasZlib empty.c
[77/629] Emitting module _NIOBase64
[78/629] Compiling _NIOBase64 Base64.swift
[79/629] Compiling ServiceContextModule ServiceContext.swift
[80/629] Emitting module ServiceContextModule
[81/629] Compiling ServiceContextModule ServiceContextKey.swift
[82/629] Compiling RealModule Float16+Real.swift
[83/629] Compiling RealModule Float80+Real.swift
[84/629] Compiling RealModule Real.swift
[85/630] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/631] Compiling Crypto HPKE-Ciphersuite.swift
[87/631] Compiling Crypto HPKE-KDF.swift
[88/631] Compiling Crypto KEM.swift
[89/631] Compiling Crypto ECDH_boring.swift
[90/631] Compiling Crypto HashFunctions_SHA2.swift
[91/631] Compiling Crypto HPKE-AEAD.swift
[92/631] Compiling RealModule ElementaryFunctions.swift
[93/631] Compiling RealModule Float+Real.swift
[93/631] Compiling fiat_p256_adx_sqr.S
[95/631] Compiling RealModule ApproximateEquality.swift
[96/631] Compiling RealModule AlgebraicField.swift
[97/631] Emitting module RealModule
[98/631] Compiling RealModule Double+Real.swift
[99/631] Compiling RealModule AugmentedArithmetic.swift
[100/631] Compiling RealModule RealFunctions.swift
[100/631] Compiling fiat_p256_adx_mul.S
[102/637] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[103/663] Compiling Algorithms Chain.swift
[104/663] Compiling Algorithms Chunked.swift
[105/663] Compiling Algorithms Product.swift
[106/663] Compiling Algorithms AdjacentPairs.swift
[107/663] Compiling Algorithms MinMax.swift
[108/663] Compiling Algorithms EitherSequence.swift
[109/663] Compiling Algorithms Partition.swift
[110/663] Compiling Algorithms Permutations.swift
[111/663] Emitting module InternalCollectionsUtilities
[112/663] Compiling Algorithms Joined.swift
[113/663] Compiling Algorithms Keyed.swift
[113/663] Compiling fiat_curve25519_adx_square.S
[115/663] Compiling Instrumentation NoOpInstrument.swift
[116/733] Compiling _RopeModule Range+BigString.swift
[117/733] Compiling _RopeModule BigString+UTF16View.swift
[118/733] Compiling _RopeModule BigString+UTF8View.swift
[119/736] Compiling _NIODataStructures _TinyArray.swift
[120/736] Compiling _NIODataStructures PriorityQueue.swift
[121/736] Compiling Logging MetadataProvider.swift
[121/736] Compiling CNIODarwin shim.c
[123/736] Compiling _RopeModule BigString+Builder.swift
[124/736] Compiling _RopeModule BigString+Contents.swift
[125/736] Compiling _RopeModule BigString+Debugging.swift
[126/736] Compiling _NIODataStructures Heap.swift
[127/736] Emitting module _NIODataStructures
[128/736] Compiling Instrumentation MultiplexInstrument.swift
[129/736] Compiling Instrumentation Instrument.swift
[130/736] Compiling Instrumentation InstrumentationSystem.swift
[131/736] Emitting module Instrumentation
[132/736] Compiling Instrumentation Locks.swift
[133/799] Emitting module SystemPackage
[133/800] Compiling CNIOBoringSSLShims shims.c
[135/877] Emitting module CoreMetrics
[136/877] Compiling CoreMetrics Metrics.swift
[137/877] Compiling CoreMetrics Locks.swift
[138/877] Emitting module Logging
[139/877] Compiling Logging LogHandler.swift
[140/877] Compiling Logging Logging.swift
[141/877] Compiling Logging Locks.swift
[142/877] Compiling HeapModule _HeapNode.swift
[143/877] Compiling HeapModule Heap+Invariants.swift
[144/877] Compiling HeapModule Heap.swift
[145/877] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[146/877] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[147/877] Compiling HashTreeCollections _HashNode+Storage.swift
[148/889] Compiling HeapModule Heap+UnsafeHandle.swift
[149/905] Compiling HashTreeCollections _HashTreeIterator.swift
[150/905] Compiling Algorithms Unique.swift
[151/905] Compiling Algorithms Windows.swift
[154/905] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[155/905] Compiling DequeModule Deque.swift
[156/905] Compiling DequeModule Deque+Testing.swift
[157/905] Compiling DequeModule Deque._Storage.swift
[158/905] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[159/905] Compiling DequeModule Deque+Codable.swift
[160/905] Compiling DequeModule Deque+Collection.swift
[161/905] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[162/905] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[163/905] Compiling HashTreeCollections _HashNode.swift
[164/905] Compiling HashTreeCollections _HashNode+Structural filter.swift
[165/905] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[166/905] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[167/905] Compiling DequeModule Deque+CustomReflectable.swift
[168/905] Compiling DequeModule Deque+Descriptions.swift
[169/905] Compiling DequeModule Deque._UnsafeHandle.swift
[172/905] Compiling HashTreeCollections _HashNodeHeader.swift
[178/905] Compiling HashTreeCollections _HashSlot.swift
[179/905] Compiling HashTreeCollections _HashStack.swift
[181/905] Compiling HeapModule Heap+Descriptions.swift
[182/905] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[183/905] Emitting module HeapModule
[184/905] Compiling HashTreeCollections TreeSet+Equatable.swift
[185/905] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[186/905] Compiling HashTreeCollections TreeSet+Extras.swift
[186/905] Compiling fiat_curve25519_adx_mul.S
[188/905] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[189/905] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[190/905] Compiling HashTreeCollections TreeDictionary+Values.swift
[191/905] Compiling HashTreeCollections TreeDictionary.swift
[192/905] Compiling HashTreeCollections TreeSet+Codable.swift
[193/905] Compiling HashTreeCollections TreeSet+Collection.swift
[194/905] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[195/905] Compiling HashTreeCollections TreeSet+Debugging.swift
[196/905] Compiling HashTreeCollections TreeSet+Descriptions.swift
[197/905] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[198/905] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[199/905] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[200/917] Compiling DequeModule _DequeBuffer.swift
[201/917] Compiling DequeModule _DequeBufferHeader.swift
[202/917] Compiling DequeModule _DequeSlot.swift
[203/918] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[204/918] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[205/918] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[206/918] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[207/918] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[208/918] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[209/918] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[210/918] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[211/918] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[212/918] Compiling HashTreeCollections TreeDictionary+Filter.swift
[213/918] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[214/918] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[215/918] Compiling HashTreeCollections TreeDictionary+Keys.swift
[216/918] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[217/918] Compiling HashTreeCollections TreeDictionary+Merge.swift
[218/918] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[224/926] Compiling HashTreeCollections TreeSet+Filter.swift
[239/926] Compiling HashTreeCollections TreeSet+Hashable.swift
[240/926] Compiling HashTreeCollections TreeSet+Sendable.swift
[241/926] Compiling HashTreeCollections TreeSet+Sequence.swift
[242/926] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[243/926] Compiling HashTreeCollections _RawHashNode.swift
[244/926] Compiling HashTreeCollections _UnmanagedHashNode.swift
[245/926] Compiling HashTreeCollections _UnsafePath.swift
[246/926] Compiling HashTreeCollections TreeDictionary+Codable.swift
[247/926] Compiling HashTreeCollections TreeDictionary+Collection.swift
[248/926] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[249/926] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[250/926] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[251/926] Compiling DequeModule _UnsafeWrappedBuffer.swift
[252/926] Compiling OrderedCollections OrderedSet+SubSequence.swift
[253/926] Compiling OrderedCollections OrderedSet+Testing.swift
[254/926] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[255/926] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[256/926] Compiling OrderedCollections OrderedSet.swift
[257/926] Compiling OrderedCollections _UnsafeBitset.swift
[289/933] Compiling DequeModule Deque+Extras.swift
[290/933] Compiling DequeModule Deque+Hashable.swift
[291/933] Compiling DequeModule Deque+Equatable.swift
[300/933] Compiling Tracing TracerProtocol.swift
[301/933] Compiling Tracing TracingTime.swift
[302/933] Compiling Tracing InstrumentationSystem+Tracing.swift
[303/933] Compiling Tracing NoOpTracer.swift
[304/933] Emitting module Tracing
[305/933] Compiling Tracing Tracer.swift
[306/933] Compiling Tracing SpanProtocol.swift
[307/933] Compiling Tracing TracerProtocol+Legacy.swift
[337/933] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[338/933] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[339/933] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[340/933] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[341/933] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[342/933] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[343/933] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[344/933] Compiling HashTreeCollections TreeSet.swift
[349/933] Emitting module DequeModule
[382/933] Compiling tls_record.cc
[384/933] Emitting module OrderedCollections
[385/933] Emitting module _RopeModule
[444/933] Compiling _RopeModule Rope+Remove.swift
[445/933] Compiling _RopeModule Rope+RemoveSubrange.swift
[446/933] Compiling _RopeModule Rope+Split.swift
[447/933] Compiling _RopeModule Optional Utilities.swift
[448/933] Compiling _RopeModule String Utilities.swift
[449/933] Compiling _RopeModule String.Index+ABI.swift
[450/933] Compiling _RopeModule _CharacterRecognizer.swift
[451/933] Emitting module Algorithms
[451/933] Compiling tls_method.cc
[452/933] Compiling tls13_server.cc
[453/933] Compiling tls13_client.cc
[454/933] Compiling tls13_enc.cc
[456/933] Emitting module HashTreeCollections
[457/933] Emitting module Metrics
[458/933] Compiling Metrics Metrics.swift
[515/941] Emitting module Crypto
[531/941] Compiling t1_enc.cc
[532/941] Compiling ssl_x509.cc
[533/941] Compiling tls13_both.cc
[534/941] Compiling ssl_versions.cc
[536/941] Compiling Crypto RNG_boring.swift
[537/941] Compiling Crypto SafeCompare_boring.swift
[538/941] Compiling Crypto Zeroization_boring.swift
[539/941] Compiling Crypto PrettyBytes.swift
[540/941] Compiling Crypto SafeCompare.swift
[541/941] Compiling Crypto SecureBytes.swift
[542/941] Compiling Crypto Zeroization.swift
[543/941] Compiling Crypto resource_bundle_accessor.swift
[543/941] Compiling ssl_stat.cc
[544/941] Compiling ssl_transcript.cc
[546/941] Compiling RoutingKit Router.swift
[547/941] Compiling RoutingKit PathComponent.swift
[548/941] Compiling RoutingKit AnyRouter.swift
[549/941] Compiling RoutingKit Parameters.swift
[550/941] Emitting module RoutingKit
[551/941] Compiling RoutingKit TrieRouter.swift
[551/941] Compiling ssl_privkey.cc
[552/941] Compiling ssl_session.cc
[553/941] Compiling ssl_key_share.cc
[554/941] Compiling ssl_file.cc
[555/941] Compiling ssl_lib.cc
[556/941] Compiling ssl_credential.cc
[557/941] Compiling ssl_cipher.cc
[558/941] Compiling ssl_buffer.cc
[559/941] Compiling ssl_cert.cc
[560/941] Compiling ssl_aead_ctx.cc
[561/941] Compiling ssl_asn1.cc
[562/941] Compiling s3_pkt.cc
[563/941] Compiling s3_lib.cc
[564/941] Compiling s3_both.cc
[565/941] Compiling handshake_server.cc
[566/941] Compiling handshake_client.cc
[567/941] Compiling handshake.cc
[568/941] Compiling handoff.cc
[569/941] Compiling dtls_method.cc
[570/941] Compiling md5-x86_64-linux.S
[571/941] Compiling dtls_record.cc
[572/941] Compiling encrypted_client_hello.cc
[573/941] Compiling md5-x86_64-apple.S
[574/941] Compiling md5-586-linux.S
[575/941] Compiling md5-586-apple.S
[576/941] Compiling extensions.cc
[577/941] Compiling d1_srtp.cc
[578/941] Compiling chacha20_poly1305_x86_64-linux.S
[578/941] Compiling chacha20_poly1305_x86_64-apple.S
[580/941] Compiling chacha20_poly1305_armv8-win.S
[581/941] Compiling d1_pkt.cc
[581/941] Compiling chacha20_poly1305_armv8-linux.S
[583/941] Compiling chacha-x86_64-linux.S
[584/941] Compiling chacha-x86_64-apple.S
[585/941] Compiling chacha-x86-linux.S
[586/941] Compiling chacha20_poly1305_armv8-apple.S
[587/941] Compiling chacha-armv8-win.S
[588/941] Compiling chacha-x86-apple.S
[589/941] Compiling chacha-armv8-linux.S
[590/941] Compiling chacha-armv8-apple.S
[591/941] Compiling chacha-armv4-linux.S
[592/941] Compiling aes128gcmsiv-x86_64-linux.S
[593/941] Compiling aes128gcmsiv-x86_64-apple.S
[594/941] Compiling x86_64-mont5-linux.S
[595/941] Compiling x86_64-mont5-apple.S
[596/941] Compiling x86_64-mont-linux.S
[597/941] Compiling x86_64-mont-apple.S
[597/941] Compiling x86-mont-linux.S
[599/941] Compiling x86-mont-apple.S
[600/941] Compiling vpaes-x86_64-linux.S
[601/941] Compiling vpaes-x86_64-apple.S
[602/941] Compiling vpaes-x86-linux.S
[603/941] Compiling d1_lib.cc
[604/941] Compiling vpaes-armv8-win.S
[604/941] Compiling vpaes-x86-apple.S
[606/941] Compiling vpaes-armv8-linux.S
[607/941] Compiling vpaes-armv8-apple.S
[608/941] Compiling vpaes-armv7-linux.S
[609/941] Compiling err_data.cc
[610/941] Compiling sha512-x86_64-linux.S
[611/941] Compiling sha512-x86_64-apple.S
[612/941] Compiling sha512-armv8-win.S
[613/941] Compiling sha512-armv8-linux.S
[614/941] Compiling sha512-armv4-linux.S
[615/941] Compiling sha512-586-linux.S
[616/941] Compiling sha512-armv8-apple.S
[617/941] Compiling sha512-586-apple.S
[618/941] Compiling sha256-x86_64-linux.S
[619/941] Compiling sha256-x86_64-apple.S
[620/941] Compiling sha256-armv8-linux.S
[621/941] Compiling sha256-armv8-win.S
[622/941] Compiling d1_both.cc
[623/941] Compiling sha256-armv4-linux.S
[624/941] Compiling sha256-586-linux.S
[625/941] Compiling sha256-586-apple.S
[626/941] Compiling sha256-armv8-apple.S
[627/941] Compiling bio_ssl.cc
[628/941] Compiling sha1-x86_64-linux.S
[629/941] Compiling sha1-armv8-win.S
[629/941] Compiling sha1-x86_64-apple.S
[629/941] Compiling sha1-armv8-linux.S
[632/941] Compiling sha1-armv4-large-linux.S
[633/941] Compiling sha1-armv8-apple.S
[634/941] Compiling sha1-586-linux.S
[635/941] Compiling rsaz-avx2-linux.S
[636/941] Compiling sha1-586-apple.S
[637/941] Compiling rsaz-avx2-apple.S
[638/941] Compiling p256_beeu-x86_64-asm-apple.S
[638/941] Compiling rdrand-x86_64-linux.S
[638/941] Compiling rdrand-x86_64-apple.S
[641/941] Compiling p256_beeu-x86_64-asm-linux.S
[642/941] Compiling p256_beeu-armv8-asm-win.S
[643/941] Compiling p256_beeu-armv8-asm-linux.S
[644/941] Compiling p256_beeu-armv8-asm-apple.S
[645/941] Compiling p256-x86_64-asm-linux.S
[646/941] Compiling p256-x86_64-asm-apple.S
[647/941] Compiling p256-armv8-asm-win.S
[648/941] Compiling p256-armv8-asm-linux.S
[649/941] Compiling ghashv8-armv8-linux.S
[650/941] Compiling ghashv8-armv8-win.S
[651/941] Compiling p256-armv8-asm-apple.S
[652/941] Compiling ghashv8-armv7-linux.S
[652/941] Compiling ghashv8-armv8-apple.S
[654/941] Compiling ghash-x86-linux.S
[655/941] Compiling ghash-x86-apple.S
[656/941] Compiling ghash-ssse3-x86_64-linux.S
[657/941] Compiling ghash-x86_64-apple.S
[658/941] Compiling ghash-ssse3-x86_64-apple.S
[659/941] Compiling ghash-ssse3-x86-apple.S
[660/941] Compiling ghash-ssse3-x86-linux.S
[661/941] Compiling ghash-neon-armv8-apple.S
[662/941] Compiling ghash-neon-armv8-linux.S
[663/941] Compiling ghash-armv4-linux.S
[664/941] Compiling ghash-neon-armv8-win.S
[665/941] Compiling co-586-apple.S
[666/941] Compiling bsaes-armv7-linux.S
[667/941] Compiling co-586-linux.S
[668/941] Compiling bn-armv8-win.S
[669/941] Compiling bn-armv8-linux.S
[670/941] Compiling bn-586-linux.S
[671/941] Compiling bn-armv8-apple.S
[672/941] Compiling bn-586-apple.S
[673/941] Compiling armv8-mont-linux.S
[674/941] Compiling armv8-mont-win.S
[675/941] Compiling armv4-mont-linux.S
[676/941] Compiling aesv8-gcm-armv8-win.S
[677/941] Compiling armv8-mont-apple.S
[678/941] Compiling aesv8-gcm-armv8-linux.S
[679/941] Compiling aesv8-armv8-linux.S
[680/941] Compiling aesv8-armv8-win.S
[681/941] Compiling aesv8-gcm-armv8-apple.S
[682/941] Compiling aesv8-armv7-linux.S
[683/941] Compiling aesni-x86_64-linux.S
[684/941] Compiling aesv8-armv8-apple.S
[685/941] Compiling aesni-x86_64-apple.S
[686/941] Compiling aesni-x86-apple.S
[687/941] Compiling aesni-x86-linux.S
[688/941] Compiling aesni-gcm-x86_64-linux.S
[689/941] Compiling aes-gcm-avx2-x86_64-linux.S
[690/941] Compiling aesni-gcm-x86_64-apple.S
[691/941] Compiling aes-gcm-avx10-x86_64-linux.S
[692/941] Compiling aes-gcm-avx10-x86_64-apple.S
[692/941] Compiling aes-gcm-avx2-x86_64-apple.S
[694/941] Compiling x_x509a.cc
[695/941] Compiling x_x509.cc
[696/941] Compiling x_sig.cc
[697/941] Compiling x_val.cc
[698/941] Compiling x_spki.cc
[699/941] Compiling x_req.cc
[700/941] Compiling x_pubkey.cc
[701/941] Compiling x_exten.cc
[702/941] Compiling x_crl.cc
[703/941] Compiling x_name.cc
[704/941] Compiling x_algor.cc
[705/941] Compiling x_attrib.cc
[706/941] Compiling x509spki.cc
[707/941] Compiling x509rset.cc
[708/941] Compiling x_all.cc
[709/941] Compiling x509cset.cc
[710/941] Compiling x509name.cc
[711/941] Compiling x509_v3.cc
[712/941] Compiling x509_vpm.cc
[713/941] Compiling x509_vfy.cc
[714/941] Compiling x509_txt.cc
[715/941] Compiling x509_trs.cc
[716/941] Compiling x509_set.cc
[717/941] Compiling x509_req.cc
[718/941] Compiling x509_ext.cc
[718/941] Compiling x509_obj.cc
[720/941] Compiling x509_lu.cc
[721/941] Compiling x509_d2.cc
[722/941] Compiling x509_cmp.cc
[723/941] Compiling x509_att.cc
[724/941] Compiling x509.cc
[725/941] Compiling v3_skey.cc
[726/941] Compiling v3_utl.cc
[727/941] Compiling v3_purp.cc
[728/941] Compiling v3_ocsp.cc
[729/941] Compiling v3_prn.cc
[730/941] Compiling v3_pmaps.cc
[731/941] Compiling v3_pcons.cc
[732/941] Compiling v3_ncons.cc
[733/941] Compiling v3_lib.cc
[734/941] Compiling v3_int.cc
[735/941] Compiling v3_ia5.cc
[736/941] Compiling v3_genn.cc
[737/941] Compiling v3_info.cc
[738/941] Compiling v3_enum.cc
[739/941] Compiling v3_crld.cc
[740/941] Compiling v3_extku.cc
[741/941] Compiling v3_cpols.cc
[742/941] Compiling v3_conf.cc
[743/941] Compiling v3_bitst.cc
[744/941] Compiling v3_bcons.cc
[745/941] Compiling v3_akeya.cc
[746/941] Compiling t_x509a.cc
[747/941] Compiling v3_akey.cc
[748/941] Compiling v3_alt.cc
[749/941] Compiling t_crl.cc
[750/941] Compiling t_req.cc
[751/941] Compiling t_x509.cc
[752/941] Compiling rsa_pss.cc
[753/941] Compiling policy.cc
[754/941] Compiling i2d_pr.cc
[755/941] Compiling name_print.cc
[756/941] Compiling voprf.cc
[757/941] Compiling by_file.cc
[758/941] Compiling a_verify.cc
[759/941] Compiling a_sign.cc
[760/941] Compiling by_dir.cc
[761/941] Compiling algorithm.cc
[762/941] Compiling a_digest.cc
[763/941] Compiling asn1_gen.cc
[764/941] Compiling trust_token.cc
[765/941] Compiling thread_win.cc
[766/941] Compiling pmbtoken.cc
[767/941] Compiling thread_none.cc
[768/941] Compiling thread.cc
[769/941] Compiling thread_pthread.cc
[770/941] Compiling siphash.cc
[771/941] Compiling stack.cc
[772/941] Compiling slhdsa.cc
[773/941] Compiling spake2plus.cc
[774/941] Compiling sha512.cc
[775/941] Compiling sha256.cc
[776/941] Compiling sha1.cc
[777/941] Compiling rsa_extra.cc
[778/941] Compiling rsa_print.cc
[779/941] Compiling refcount.cc
[780/941] Compiling rsa_crypt.cc
[781/941] Compiling rc4.cc
[782/941] Compiling rsa_asn1.cc
[783/941] Compiling windows.cc
[784/941] Compiling urandom.cc
[785/941] Compiling trusty.cc
[786/941] Compiling rand.cc
[787/941] Compiling ios.cc
[788/941] Compiling poly1305_arm_asm.S
[789/941] Compiling passive.cc
[790/941] Compiling getentropy.cc
[791/941] Compiling forkunsafe.cc
[792/941] Compiling fork_detect.cc
[793/941] Compiling deterministic.cc
[794/941] Compiling poly1305_vec.cc
[795/941] Compiling pool.cc
[796/941] Compiling poly1305_arm.cc
[797/941] Compiling poly1305.cc
[798/941] Compiling pkcs7.cc
[799/941] Compiling p5_pbev2.cc
[800/941] Compiling pkcs8.cc
[801/941] Compiling pkcs8_x509.cc
[802/941] Compiling pkcs7_x509.cc
[803/941] Compiling pem_xaux.cc
[804/941] Compiling pem_x509.cc
[805/941] Compiling pem_pkey.cc
[806/941] Compiling pem_pk8.cc
[807/941] Compiling pem_oth.cc
[808/941] Compiling mlkem.cc
[809/941] Compiling obj_xref.cc
[810/941] Compiling mldsa.cc
[811/941] Compiling pem_lib.cc
[812/941] Compiling pem_info.cc
[813/941] Compiling obj.cc
[814/941] Compiling pem_all.cc
[815/941] Compiling poly_rq_mul.S
[816/941] Compiling fips_shared_support.cc
[817/941] Compiling mem.cc
[818/941] Compiling md5.cc
[819/941] Compiling md4.cc
[820/941] Compiling lhash.cc
[821/941] Compiling kyber.cc
[822/941] Compiling ex_data.cc
[823/941] Compiling sign.cc
[824/941] Compiling scrypt.cc
[825/941] Compiling pbkdf.cc
[825/941] Compiling print.cc
[827/941] Compiling hpke.cc
[828/941] Compiling hrss.cc
[829/941] Compiling p_x25519_asn1.cc
[830/941] Compiling p_x25519.cc
[831/941] Compiling p_ed25519.cc
[832/941] Compiling p_rsa_asn1.cc
[833/941] Compiling p_hkdf.cc
[834/941] Compiling p_rsa.cc
[835/941] Compiling p_ec.cc
[836/941] Compiling p_ed25519_asn1.cc
[837/941] Compiling p_ec_asn1.cc
[838/941] Compiling p_dh_asn1.cc
[839/941] Compiling p_dsa_asn1.cc
[840/941] Compiling p_dh.cc
[841/941] Compiling evp_ctx.cc
[842/941] Compiling evp.cc
[843/941] Compiling err.cc
[844/941] Compiling engine.cc
[845/941] Compiling evp_asn1.cc
[846/941] Compiling ecdsa_asn1.cc
[847/941] Compiling ecdh.cc
[848/941] Compiling ec_derive.cc
[849/941] Compiling hash_to_curve.cc
[850/941] Compiling dsa.cc
[851/941] Compiling bcm.cc
[852/941] Compiling dsa_asn1.cc
[853/941] Compiling ec_asn1.cc
[854/941] Compiling params.cc
[855/941] Compiling digest_extra.cc
[856/941] Compiling x25519-asm-arm.S
[857/941] Compiling des.cc
[858/941] Compiling curve25519_64_adx.cc
[859/941] Compiling dh_asn1.cc
[860/941] Compiling spake25519.cc
[861/941] Compiling cpu_intel.cc
[862/941] Compiling crypto.cc
[863/941] Compiling cpu_arm_linux.cc
[864/941] Compiling cpu_arm_freebsd.cc
[865/941] Compiling cpu_aarch64_win.cc
[866/941] Compiling curve25519.cc
[867/941] Compiling cpu_aarch64_sysreg.cc
[868/941] Compiling cpu_aarch64_linux.cc
[869/941] Compiling cpu_aarch64_openbsd.cc
[870/941] Compiling cpu_aarch64_fuchsia.cc
[871/941] Compiling cpu_aarch64_apple.cc
[872/941] Compiling get_cipher.cc
[873/941] Compiling tls_cbc.cc
[874/941] Compiling e_rc4.cc
[874/941] Compiling conf.cc
[876/941] Compiling e_tls.cc
[877/941] Compiling e_rc2.cc
[878/941] Compiling e_des.cc
[879/941] Compiling e_null.cc
[880/941] Compiling e_chacha20poly1305.cc
[881/941] Compiling e_aesgcmsiv.cc
[882/941] Compiling derive_key.cc
[883/941] Compiling e_aesctrhmac.cc
[883/941] Compiling chacha.cc
[885/941] Compiling unicode.cc
[886/941] Compiling cbs.cc
[887/941] Compiling cbb.cc
[888/941] Compiling ber.cc
[889/941] Compiling asn1_compat.cc
[890/941] Compiling buf.cc
[891/941] Compiling blake2.cc
[892/941] Compiling socket_helper.cc
[893/941] Compiling bn_asn1.cc
[894/941] Compiling convert.cc
[895/941] Compiling socket.cc
[896/941] Compiling printf.cc
[897/941] Compiling pair.cc
[898/941] Compiling hexdump.cc
[899/941] Compiling file.cc
[900/941] Compiling fd.cc
[901/941] Compiling errno.cc
[902/941] Compiling connect.cc
[903/941] Compiling bio_mem.cc
[904/941] Compiling base64.cc
[905/941] Compiling bio.cc
[906/941] Compiling tasn_typ.cc
[907/941] Compiling tasn_utl.cc
[908/941] Compiling tasn_fre.cc
[909/941] Compiling tasn_new.cc
[910/941] Compiling tasn_enc.cc
[911/941] Compiling posix_time.cc
[912/941] Compiling f_int.cc
[913/941] Compiling f_string.cc
[914/941] Compiling asn_pack.cc
[915/941] Compiling tasn_dec.cc
[916/941] Compiling asn1_par.cc
[917/941] Compiling asn1_lib.cc
[918/941] Compiling a_utctm.cc
[919/941] Compiling a_octet.cc
[920/941] Compiling a_type.cc
[921/941] Compiling a_time.cc
[922/941] Compiling a_strnid.cc
[923/941] Compiling a_strex.cc
[924/941] Compiling a_object.cc
[925/941] Compiling a_mbstr.cc
[926/941] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[927/941] Write sources
[929/941] Compiling a_int.cc
[930/941] Compiling a_i2d_fp.cc
[931/941] Compiling a_dup.cc
[932/941] Compiling a_d2i_fp.cc
[933/941] Compiling a_gentm.cc
[934/955] Compiling a_bitstr.cc
[935/965] Compiling a_bool.cc
[937/1015] Compiling BitCollections BitArray+RandomBits.swift
[938/1015] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[939/1015] Compiling BitCollections BitArray+Invariants.swift
[940/1015] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[941/1017] Compiling BitCollections BitArray+Extras.swift
[942/1017] Compiling BitCollections BitArray+Fill.swift
[943/1017] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[944/1017] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[945/1017] Compiling BitCollections BitArray+Hashable.swift
[946/1017] Compiling BitCollections BitArray+Initializers.swift
[947/1017] Compiling BitCollections BitArray+Descriptions.swift
[948/1017] Compiling BitCollections BitArray+Equatable.swift
[953/1022] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[954/1022] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[955/1022] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[956/1022] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[957/1022] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[958/1022] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[959/1022] Compiling BitCollections BitSet+Hashable.swift
[960/1022] Compiling BitCollections BitSet+Initializers.swift
[961/1022] Compiling BitCollections BitSet+Invariants.swift
[962/1022] Compiling BitCollections BitSet+Random.swift
[963/1022] Compiling BitCollections BitSet+SetAlgebra basics.swift
[964/1022] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[965/1022] Emitting module BitCollections
[968/1022] Compiling Atomics IntegerOperations.swift
[969/1022] Compiling Atomics Unmanaged extensions.swift
[970/1022] Compiling BitCollections BitSet.swift
[971/1022] Compiling BitCollections Range+Utilities.swift
[972/1022] Compiling BitCollections Slice+Utilities.swift
[973/1022] Compiling BitCollections UInt+Tricks.swift
[974/1022] Compiling BitCollections _Word.swift
[975/1022] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[976/1022] Compiling BitCollections BitSet+CustomReflectable.swift
[977/1022] Compiling BitCollections BitSet+CustomStringConvertible.swift
[978/1022] Compiling BitCollections BitSet+Equatable.swift
[979/1022] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[980/1022] Compiling BitCollections BitSet+Extras.swift
[989/1022] Compiling BitCollections BitArray._UnsafeHandle.swift
[990/1022] Compiling BitCollections BitArray.swift
[991/1022] Compiling BitCollections BitSet+BidirectionalCollection.swift
[992/1022] Compiling BitCollections BitSet+Codable.swift
[993/1022] Compiling BitCollections BitArray+BitwiseOperations.swift
[994/1022] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[995/1022] Compiling BitCollections BitArray+Codable.swift
[996/1022] Compiling BitCollections BitArray+Collection.swift
[997/1022] Compiling BitCollections BitArray+Copy.swift
[998/1022] Compiling BitCollections BitArray+CustomReflectable.swift
[999/1022] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1000/1022] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1001/1022] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1002/1022] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1003/1022] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1004/1022] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1005/1022] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1006/1022] Compiling BitCollections BitSet+SetAlgebra union.swift
[1007/1022] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1008/1022] Compiling BitCollections BitSet.Counted.swift
[1009/1022] Compiling BitCollections BitSet.Index.swift
[1010/1022] Compiling BitCollections BitSet._UnsafeHandle.swift
[1017/1024] Emitting module Collections
[1018/1024] Compiling Collections Collections.swift
[1019/1024] Emitting module Atomics
[1019/1024] Compiling c-nioatomics.c
[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] Compiling NIOConcurrencyHelpers atomics.swift
[1027/1030] Emitting module NIOConcurrencyHelpers
[1028/1118] Compiling NIOCore ByteBuffer-aux.swift
[1029/1118] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1030/1118] Compiling NIOCore ByteBuffer-conversions.swift
[1031/1120] Compiling NIOCore AsyncChannelHandler.swift
[1032/1120] Compiling NIOCore AsyncChannelInboundStream.swift
[1033/1120] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1034/1120] Emitting module ConsoleKitTerminal
[1035/1120] Compiling NIOCore AddressedEnvelope.swift
[1036/1120] Compiling NIOCore AsyncAwaitSupport.swift
[1037/1120] Compiling NIOCore AsyncChannel.swift
[1038/1120] Compiling NIOCore ByteBuffer-views.swift
[1039/1120] Compiling NIOCore Codec.swift
[1040/1120] Compiling NIOCore ConvenienceOptionSupport.swift
[1041/1120] Compiling NIOCore DeadChannel.swift
[1042/1120] Compiling NIOCore DispatchQueue+WithFuture.swift
[1043/1120] Compiling NIOCore EventLoop+Deprecated.swift
[1044/1120] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1045/1120] Compiling NIOCore BSDSocketAPI.swift
[1046/1120] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1047/1120] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1048/1120] Compiling NIOCore NIOAsyncWriter.swift
[1049/1120] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1050/1120] Compiling NIOCore ByteBuffer-multi-int.swift
[1051/1120] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.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/1120] Compiling NIOCore GlobalSingletons.swift
[1058/1120] Compiling NIOCore IO.swift
[1059/1120] Compiling NIOCore IOData.swift
[1060/1120] Compiling NIOCore IPProtocol.swift
[1061/1120] Compiling NIOCore IntegerBitPacking.swift
[1062/1120] Compiling NIOCore IntegerTypes.swift
[1063/1148] Compiling NIOCore Interfaces.swift
[1064/1148] Compiling NIOCore Linux.swift
[1065/1148] Compiling NIOCore MarkedCircularBuffer.swift
[1066/1148] Compiling NIOCore MulticastChannel.swift
[1067/1148] Compiling NIOCore NIOAny.swift
[1068/1148] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1069/1148] Compiling NIOCore NIOLoopBound.swift
[1070/1148] Compiling NIOCore NIOScheduledCallback.swift
[1071/1148] Compiling NIOCore NIOSendable.swift
[1072/1148] Compiling NIOCore RecvByteBufferAllocator.swift
[1073/1148] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1074/1148] Compiling NIOCore SocketAddresses.swift
[1075/1148] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1076/1148] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1077/1148] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1078/1148] Compiling NIOCore EventLoopFuture.swift
[1079/1148] Compiling NIOCore FileDescriptor.swift
[1080/1148] Compiling NIOCore FileHandle.swift
[1081/1148] Compiling NIOCore FileRegion.swift
[1082/1148] Compiling ConsoleKitCommands Flag.swift
[1083/1148] Compiling ConsoleKitCommands Option.swift
[1084/1150] Compiling ConsoleKitCommands Argument.swift
[1085/1150] Compiling ConsoleKitCommands CommandSignature.swift
[1086/1150] Emitting module ConsoleKitCommands
[1087/1150] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1088/1150] Compiling ConsoleKitCommands Utilities.swift
[1094/1150] Compiling NIOCore SocketOptionProvider.swift
[1095/1150] Compiling NIOCore SystemCallHelpers.swift
[1096/1150] Compiling NIOCore TimeAmount+Duration.swift
[1097/1150] Compiling NIOCore TypeAssistedChannelHandler.swift
[1098/1150] Compiling NIOCore UniversalBootstrapSupport.swift
[1099/1150] Compiling NIOCore Utilities.swift
[1102/1150] Compiling ConsoleKitCommands CommandGroup.swift
[1103/1150] Compiling ConsoleKitCommands CommandInput.swift
[1104/1150] Compiling ConsoleKitCommands Command.swift
[1105/1150] Compiling ConsoleKitCommands CommandContext.swift
[1106/1150] Compiling ConsoleKitCommands CommandError.swift
[1107/1150] Compiling ConsoleKitCommands ConsoleError.swift
[1108/1150] Compiling ConsoleKitCommands Completion.swift
[1109/1150] Compiling ConsoleKitCommands AsyncCommands.swift
[1110/1150] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1111/1150] Compiling ConsoleKitCommands AnyCommand.swift
[1112/1150] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1113/1150] Compiling ConsoleKitCommands AsyncCommand.swift
[1114/1150] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1115/1150] Compiling ConsoleKitCommands Commands.swift
[1116/1150] Compiling ConsoleKitCommands Console+Run.swift
[1117/1150] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1118/1150] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1119/1150] Compiling NIOCore Channel.swift
[1120/1150] Compiling NIOCore ChannelHandler.swift
[1121/1150] Compiling NIOCore ChannelHandlers.swift
[1122/1150] Compiling NIOCore ChannelInvoker.swift
[1123/1150] Compiling NIOCore ChannelOption.swift
[1124/1150] Compiling NIOCore ChannelPipeline.swift
[1125/1150] Compiling NIOCore CircularBuffer.swift
[1126/1152] Emitting module ConsoleKit
[1127/1152] Compiling ConsoleKit Exports.swift
[1149/1152] Emitting module NIOCore
[1150/1205] Compiling NIOEmbedded AsyncTestingChannel.swift
[1151/1205] Emitting module NIOEmbedded
[1152/1205] Compiling NIOEmbedded Embedded.swift
[1153/1205] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[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 Selectable.swift
[1166/1210] Compiling NIOPosix SelectableChannel.swift
[1167/1210] Compiling NIOPosix SelectableEventLoop.swift
[1168/1210] Compiling NIOPosix SelectorEpoll.swift
[1169/1210] Compiling NIOPosix SelectorGeneric.swift
[1170/1210] Compiling NIOPosix UnsafeTransfer.swift
[1171/1210] Compiling NIOPosix Utilities.swift
[1172/1210] Compiling NIOPosix VsockAddress.swift
[1173/1210] Compiling NIOPosix VsockChannelEvents.swift
[1174/1210] Compiling NIOPosix resource_bundle_accessor.swift
[1175/1210] Emitting module NIOPosix
[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 LinuxCPUSet.swift
[1183/1210] Compiling NIOPosix LinuxUring.swift
[1184/1210] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1185/1210] Compiling NIOPosix NIOThreadPool.swift
[1186/1210] Compiling NIOPosix NonBlockingFileIO.swift
[1187/1210] Compiling NIOPosix PendingDatagramWritesManager.swift
[1188/1210] Compiling NIOPosix PendingWritesManager.swift
[1189/1210] Compiling NIOPosix PipeChannel.swift
[1190/1210] Compiling NIOPosix PipePair.swift
[1191/1210] Compiling NIOPosix Pool.swift
[1192/1210] Compiling NIOPosix SelectorKqueue.swift
[1193/1210] Compiling NIOPosix SelectorUring.swift
[1194/1210] Compiling NIOPosix ServerSocket.swift
[1195/1210] Compiling NIOPosix Socket.swift
[1196/1210] Compiling NIOPosix SocketChannel.swift
[1197/1210] Compiling NIOPosix SocketProtocols.swift
[1198/1210] Compiling NIOPosix System.swift
[1199/1210] Compiling NIOPosix Thread.swift
[1200/1210] Compiling NIOPosix ThreadPosix.swift
[1201/1210] Compiling NIOPosix ThreadWindows.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 NIOTLS TLSEvents.swift
[1211/1311] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1212/1311] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1213/1311] Emitting module NIOSOCKS
[1214/1311] Compiling NIOSOCKS SOCKSResponse.swift
[1215/1311] Compiling NIOSOCKS ClientStateMachine.swift
[1216/1312] Compiling NIOSOCKS Messages.swift
[1217/1312] Compiling NIOSOCKS Errors.swift
[1218/1312] Compiling NIOSOCKS Helpers.swift
[1219/1312] Compiling NIOSOCKS SOCKSRequest.swift
[1220/1312] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1221/1312] Compiling NIOTLS SNIHandler.swift
[1222/1312] Emitting module NIOTLS
[1223/1312] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1224/1312] Compiling NIOHTTP1 HTTPEncoder.swift
[1225/1312] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1226/1312] Compiling NIOHTTP1 HTTPTypes.swift
[1227/1312] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1228/1312] Emitting module _NIOFileSystem
[1230/1315] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1231/1315] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1232/1315] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1233/1315] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1237/1347] Compiling NIOSOCKS ServerStateMachine.swift
[1238/1347] Compiling NIOSSL SSLPKCS12Bundle.swift
[1239/1347] Compiling NIOSSL SSLPrivateKey.swift
[1240/1347] Compiling NIOSSL SubjectAlternativeName.swift
[1241/1347] Compiling NIOSSL NIOSSLSecureBytes.swift
[1242/1347] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1243/1347] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1244/1347] Emitting module NIOFoundationCompat
[1245/1347] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1246/1347] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1247/1347] Compiling NIOSSL IdentityVerification.swift
[1248/1347] Compiling NIOSSL SSLConnection.swift
[1249/1348] Compiling NIOSSL SSLContext.swift
[1250/1348] Compiling NIOSSL SSLErrors.swift
[1251/1348] Compiling NIOSSL SSLPublicKey.swift
[1252/1348] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1253/1348] Compiling NIOSSL ByteBufferBIO.swift
[1254/1348] Compiling NIOSSL CustomPrivateKey.swift
[1257/1348] Compiling NIOSSL SafeCompare.swift
[1258/1348] Compiling NIOSSL Zeroization.swift
[1259/1348] Compiling NIOSSL TLSConfiguration.swift
[1260/1348] Compiling NIOSSL AndroidCABundle.swift
[1261/1370] Compiling _NIOFileSystem OpenOptions.swift
[1262/1370] Compiling _NIOFileSystem String+FileSystem.swift
[1263/1370] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1264/1370] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1265/1370] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1266/1370] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1267/1370] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1268/1370] Compiling NIOSSL SSLCertificate.swift
[1269/1370] Compiling NIOSSL SSLCertificateExtensions.swift
[1270/1370] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1271/1370] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1272/1370] Compiling NIOTransportServices NIOTSErrors.swift
[1273/1370] Compiling NIOTransportServices NIOTSBootstraps.swift
[1274/1370] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1275/1370] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1276/1370] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1277/1370] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1278/1370] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1279/1370] Emitting module NIOHTTP1
[1280/1370] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1281/1370] Compiling NIOTransportServices AcceptHandler.swift
[1282/1370] Compiling NIOSSL RNG.swift
[1283/1370] Compiling _NIOFileSystem Errno.swift
[1284/1370] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1285/1370] Compiling _NIOFileSystem Mocking.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] Emitting module AsyncKit
[1291/1436] Emitting module NIOTransportServices
[1292/1438] Compiling NIOWebSocket WebSocketOpcode.swift
[1293/1439] Compiling NIOWebSocket SHA1.swift
[1294/1439] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1295/1439] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1296/1439] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1297/1439] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1298/1439] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1299/1439] Compiling MultipartKit FormDataEncoder.swift
[1300/1439] Compiling MultipartKit Storage.swift
[1301/1440] Emitting module NIOWebSocket
[1302/1440] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1303/1440] Compiling NIOHPACK IntegerCoding.swift
[1304/1440] Compiling NIOHPACK IndexedHeaderTable.swift
[1305/1440] Compiling NIOHPACK HuffmanTables.swift
[1306/1441] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1307/1441] Compiling NIOHTTPCompression HTTPCompression.swift
[1308/1441] Compiling NIOHTTPCompression HTTPDecompression.swift
[1309/1441] Emitting module NIOHTTPCompression
[1310/1441] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1311/1441] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1312/1441] Compiling MultipartKit MultipartPart.swift
[1313/1441] Compiling MultipartKit MultipartPartConvertible.swift
[1314/1441] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1315/1441] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1316/1441] Compiling NIOHPACK HeaderTables.swift
[1317/1441] Compiling NIOHPACK HuffmanCoding.swift
[1318/1441] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1319/1441] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1320/1441] Emitting module NIOSSL
[1321/1444] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1322/1444] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1323/1444] Compiling NIOWebSocket WebSocketFrame.swift
[1324/1444] Compiling MultipartKit MultipartFormData.swift
[1325/1444] Compiling MultipartKit MultipartParser.swift
[1330/1444] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1336/1444] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1337/1444] Compiling NIOTransportServices NIOTSSingletons.swift
[1338/1444] Compiling NIOTransportServices NIOTSEventLoop.swift
[1339/1444] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1342/1444] Compiling NIOSSL SSLInit.swift
[1347/1444] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1348/1444] Compiling MultipartKit FormDataDecoder.swift
[1349/1444] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1350/1444] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1351/1444] Compiling MultipartKit BasicCodingKey.swift
[1352/1444] Compiling MultipartKit MultipartError.swift
[1353/1444] Compiling MultipartKit Exports.swift
[1354/1444] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1355/1444] Compiling NIOHPACK StaticHeaderTable.swift
[1356/1444] Emitting module NIOExtras
[1378/1444] Compiling NIOHPACK HPACKErrors.swift
[1381/1444] Compiling NIOHPACK HPACKEncoder.swift
[1382/1444] Emitting module NIOHPACK
[1383/1444] Compiling NIOHPACK HPACKHeader.swift
[1412/1449] Emitting module MultipartKit
[1415/1458] Compiling NIOSSL UniversalBootstrapSupport.swift
[1416/1458] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1417/1458] Compiling NIOSSL resource_bundle_accessor.swift
[1418/1511] Emitting module NIOFileSystem
[1419/1511] Compiling NIOFileSystem Exports.swift
[1420/1511] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1421/1511] Emitting module _NIOFileSystemFoundationCompat
[1422/1511] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1423/1512] Compiling NIOExtras WritePCAPHandler.swift
[1424/1536] Compiling LeafKit LeafSource.swift
[1425/1536] Compiling LeafKit LeafSources.swift
[1426/1536] Compiling LeafKit LeafDataRepresentable.swift
[1427/1536] Compiling LeafKit LeafDataStorage.swift
[1428/1536] Compiling LeafKit LeafError.swift
[1429/1536] Compiling LeafKit Character+Identities.swift
[1430/1536] Compiling LeafKit LeafCache.swift
[1431/1536] Compiling LeafKit LeafConfiguration.swift
[1432/1536] Compiling LeafKit LeafData.swift
[1433/1536] Compiling LeafKit LeafAST.swift
[1434/1536] Compiling LeafKit DefaultLeafCache.swift
[1435/1536] Compiling LeafKit LeafLexer.swift
[1443/1550] Compiling LeafKit LeafParser.swift
[1444/1550] Compiling LeafKit LeafRenderer.swift
[1445/1550] Compiling LeafKit Dictionary+LeafData.swift
[1446/1550] Compiling LeafKit LeafContext.swift
[1449/1550] Compiling LeafKit NIOLeafFiles.swift
[1450/1550] Emitting module LeafKit
[1451/1552] Compiling LeafKit LeafTag.swift
[1452/1552] Compiling LeafKit String+HTMLEscape.swift
[1453/1552] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1454/1552] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1455/1552] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1456/1552] Compiling NIOHTTP2 InboundEventBuffer.swift
[1457/1552] Compiling NIOHTTP2 InboundWindowManager.swift
[1458/1552] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1459/1552] Compiling NIOHTTP2 HTTP2Settings.swift
[1460/1552] Compiling NIOHTTP2 HTTP2Stream.swift
[1461/1552] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1462/1552] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1463/1552] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1464/1552] Compiling NIOHTTP2 HTTP2StreamID.swift
[1465/1552] Compiling WebSocketKit WebSocketHandler.swift
[1466/1552] Compiling WebSocketKit WebSocket+Concurrency.swift
[1467/1552] Emitting module WebSocketKit
[1468/1552] Compiling WebSocketKit Exports.swift
[1469/1552] Compiling WebSocketKit WebSocketClient.swift
[1470/1552] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1471/1552] Compiling WebSocketKit WebSocket.swift
[1472/1552] Compiling WebSocketKit WebSocket+Connect.swift
[1473/1552] Compiling LeafKit LeafSyntax.swift
[1474/1552] Compiling LeafKit LeafSerializer.swift
[1475/1552] Compiling LeafKit ParameterResolver.swift
[1478/1552] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1479/1552] Compiling NIOHTTP2 DOSHeuristics.swift
[1480/1552] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1481/1552] Compiling NIOHTTP2 StreamChannelList.swift
[1482/1552] Compiling NIOHTTP2 StreamMap.swift
[1483/1552] Compiling NIOHTTP2 StreamStateMachine.swift
[1484/1552] Compiling NIOHTTP2 UnsafeTransfer.swift
[1485/1552] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1493/1552] Compiling LeafKit LeafToken.swift
[1494/1552] Compiling LeafKit LeafParameter.swift
[1500/1552] Compiling LeafKit LeafParameterTypes.swift
[1501/1552] Compiling LeafKit LeafRawTemplate.swift
[1517/1552] Emitting module NIOHTTP2
[1518/1552] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1519/1552] Compiling NIOHTTP2 HTTP2Frame.swift
[1520/1552] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1521/1552] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1522/1552] Compiling NIOHTTP2 HTTP2PingData.swift
[1523/1552] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1524/1552] Compiling NIOHTTP2 Error+Any.swift
[1525/1552] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1526/1552] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1527/1552] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1528/1552] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1529/1552] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1530/1552] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1531/1552] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1532/1552] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1533/1552] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1534/1552] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1535/1552] Compiling NIOHTTP2 HTTP2Error.swift
[1536/1552] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1550/1613] Emitting module AsyncHTTPClient
[1551/1619] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1552/1619] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1553/1619] Compiling AsyncHTTPClient ConnectionPool.swift
[1554/1619] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1555/1619] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1556/1619] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1557/1619] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1558/1619] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1559/1619] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1560/1619] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1561/1619] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1562/1619] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1563/1619] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1564/1619] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1565/1619] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1566/1619] Compiling AsyncHTTPClient ConnectionTarget.swift
[1567/1619] Compiling AsyncHTTPClient DeconstructedURL.swift
[1568/1619] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1569/1619] Compiling AsyncHTTPClient FoundationExtensions.swift
[1570/1619] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1571/1619] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1572/1619] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1573/1619] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1574/1619] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1575/1619] Compiling AsyncHTTPClient Transaction.swift
[1576/1619] Compiling AsyncHTTPClient Base64.swift
[1577/1619] Compiling AsyncHTTPClient BasicAuth.swift
[1578/1619] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1579/1619] Compiling AsyncHTTPClient TLSConfiguration.swift
[1580/1619] Compiling AsyncHTTPClient RedirectState.swift
[1581/1619] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1582/1619] Compiling AsyncHTTPClient RequestBag.swift
[1583/1619] Compiling AsyncHTTPClient RequestValidation.swift
[1584/1619] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1585/1619] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1586/1619] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1587/1619] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1588/1619] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1589/1619] Compiling AsyncHTTPClient RequestBodyLength.swift
[1590/1619] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1591/1619] Compiling AsyncHTTPClient SSLContextCache.swift
[1592/1619] Compiling AsyncHTTPClient Scheme.swift
[1593/1619] Compiling AsyncHTTPClient Singleton.swift
[1594/1619] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1595/1619] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1596/1619] Compiling AsyncHTTPClient Utils.swift
[1597/1619] Compiling AsyncHTTPClient HTTP1Connection.swift
[1598/1619] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1599/1619] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1600/1619] Compiling AsyncHTTPClient HTTP2Connection.swift
[1601/1619] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1602/1619] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1603/1619] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.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 RouteCollection.swift
[1618/1815] Compiling Vapor Routes.swift
[1619/1815] Compiling Vapor RoutesBuilder+Group.swift
[1620/1815] Compiling Vapor RoutesBuilder+Method.swift
[1621/1815] Compiling Vapor RoutesBuilder+Middleware.swift
[1622/1815] Compiling Vapor RoutesBuilder+WebSocket.swift
[1623/1815] Compiling Vapor RoutesBuilder.swift
[1624/1815] Compiling Vapor OTP.swift
[1625/1815] Compiling Vapor Application+Servers.swift
[1626/1815] Compiling Vapor Server.swift
[1627/1815] Compiling Vapor App+Service.swift
[1628/1815] Compiling Vapor Req+Service.swift
[1629/1815] Compiling Vapor Service.swift
[1630/1815] Compiling Vapor Application+Sessions.swift
[1631/1815] Compiling Vapor MemorySessions.swift
[1632/1815] Compiling Vapor Request+Session.swift
[1633/1815] Compiling Vapor Session.swift
[1634/1815] Compiling Vapor SessionCache.swift
[1635/1815] Compiling Vapor SessionData.swift
[1636/1815] Compiling Vapor SessionDriver.swift
[1637/1815] Compiling Vapor SessionsConfiguration.swift
[1638/1836] Compiling Vapor ServeCommand.swift
[1639/1836] Compiling Vapor AnyResponse+Concurrency.swift
[1640/1836] Compiling Vapor AsyncBasicResponder.swift
[1641/1836] Compiling Vapor AsyncMiddleware.swift
[1642/1836] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1643/1836] Compiling Vapor AsyncSessionDriver.swift
[1644/1836] Compiling Vapor Authentication+Concurrency.swift
[1645/1836] Compiling Vapor Cache+Concurrency.swift
[1646/1836] Compiling Vapor Client+Concurrency.swift
[1647/1836] Compiling Vapor RequestBody+Concurrency.swift
[1648/1836] Compiling Vapor Responder+Concurrency.swift
[1649/1836] Compiling Vapor ResponseCodable+Concurrency.swift
[1650/1836] Compiling Vapor RoutesBuilder+Concurrency.swift
[1651/1836] Compiling Vapor ViewRenderer+Concurrency.swift
[1652/1836] Compiling Vapor WebSocket+Concurrency.swift
[1653/1836] Compiling Vapor ContainerGetPathExecutor.swift
[1654/1836] Compiling Vapor Content.swift
[1655/1836] Compiling Vapor ContentCoders.swift
[1656/1836] Compiling Vapor ContentConfiguration.swift
[1657/1836] Compiling Vapor ContentContainer.swift
[1658/1836] Compiling Vapor JSONCoder+Custom.swift
[1659/1836] Compiling Vapor JSONCoders+Content.swift
[1660/1836] Compiling Vapor HTTPMediaTypePreference.swift
[1661/1836] Compiling Vapor Responder.swift
[1662/1836] Compiling Vapor Application+HTTP+Server.swift
[1663/1836] Compiling Vapor HTTPServer.swift
[1664/1836] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1665/1836] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1666/1836] Compiling Vapor HTTPServerHandler.swift
[1667/1836] Compiling Vapor HTTPServerRequestDecoder.swift
[1668/1836] Compiling Vapor HTTPServerResponseEncoder.swift
[1669/1836] Compiling Vapor HTTPServerUpgradeHandler.swift
[1670/1836] Compiling Vapor Logger+Report.swift
[1671/1836] Compiling Vapor LoggingSystem+Environment.swift
[1672/1836] Compiling Vapor Application+Middleware.swift
[1673/1836] Compiling Vapor CORSMiddleware.swift
[1674/1836] Compiling Vapor ErrorMiddleware.swift
[1675/1836] Compiling Vapor FileMiddleware.swift
[1676/1836] Compiling Vapor Middleware.swift
[1677/1836] Compiling Vapor MiddlewareConfiguration.swift
[1678/1836] Compiling Vapor ResponseCompressionMiddleware.swift
[1679/1836] Compiling Vapor RouteLoggingMiddleware.swift
[1680/1836] Compiling Vapor TracingMiddleware.swift
[1681/1836] Compiling Vapor File+Multipart.swift
[1682/1836] Compiling Vapor Case.swift
[1683/1836] Compiling Vapor CharacterSet.swift
[1684/1836] Compiling Vapor Count.swift
[1685/1836] Compiling Vapor Custom.swift
[1686/1836] Compiling Vapor Email.swift
[1687/1836] Compiling Vapor Empty.swift
[1688/1836] Compiling Vapor In.swift
[1689/1836] Compiling Vapor Nil.swift
[1690/1836] Compiling Vapor NilIgnoring.swift
[1691/1836] Compiling Vapor Not.swift
[1692/1836] Compiling Vapor Or.swift
[1693/1836] Compiling Vapor Pattern.swift
[1694/1836] Compiling Vapor Range.swift
[1695/1836] Compiling Vapor URL.swift
[1696/1836] Compiling Vapor Valid.swift
[1697/1836] Compiling Vapor Application+Views.swift
[1698/1836] Compiling Vapor PlaintextRenderer.swift
[1699/1836] Compiling Vapor Request+View.swift
[1700/1836] Compiling Vapor View.swift
[1701/1836] Compiling Vapor ViewRenderer.swift
[1702/1836] Compiling Vapor _Deprecations.swift
[1703/1836] Compiling Vapor DotEnv.swift
[1704/1836] Compiling Vapor Extendable.swift
[1705/1836] Compiling Vapor File.swift
[1706/1836] Compiling Vapor FileIO.swift
[1707/1836] Compiling Vapor LifecycleHandler.swift
[1708/1836] Compiling Vapor OptionalType.swift
[1709/1836] Compiling Vapor RFC1123.swift
[1710/1836] Compiling Vapor SocketAddress+Hostname.swift
[1711/1836] Compiling Vapor Storage.swift
[1712/1836] Compiling Vapor String+IsIPAddress.swift
[1713/1836] Compiling Vapor Thread.swift
[1714/1836] Compiling Vapor URI.swift
[1715/1836] Compiling Vapor RangeResult.swift
[1716/1836] Compiling Vapor Validatable.swift
[1717/1836] Compiling Vapor Validation.swift
[1718/1836] Compiling Vapor ValidationKey.swift
[1719/1836] Compiling Vapor Validations.swift
[1720/1836] Compiling Vapor ValidationsError.swift
[1721/1836] Compiling Vapor Validator.swift
[1722/1836] Compiling Vapor ValidatorResult.swift
[1723/1836] Compiling Vapor And.swift
[1724/1836] Emitting module Vapor
[1725/1836] Compiling Vapor FormDataDecoder+Content.swift
[1726/1836] Compiling Vapor FormDataEncoder+Content.swift
[1727/1836] Compiling Vapor Application+Password.swift
[1728/1836] Compiling Vapor Application+Passwords.swift
[1729/1836] Compiling Vapor AsyncPasswordHasher.swift
[1730/1836] Compiling Vapor BcryptHasher.swift
[1731/1836] Compiling Vapor PasswordHasher.swift
[1732/1836] Compiling Vapor PlaintextHasher.swift
[1733/1836] Compiling Vapor Request+Password.swift
[1734/1836] Compiling Vapor Redirect.swift
[1735/1836] Compiling Vapor Request+Body.swift
[1736/1836] Compiling Vapor Request+BodyStream.swift
[1737/1836] Compiling Vapor Request.swift
[1738/1836] Compiling Vapor Application+Responder.swift
[1739/1836] Compiling Vapor DefaultResponder.swift
[1740/1836] Compiling Vapor Response+Body.swift
[1741/1836] Compiling Vapor Response.swift
[1742/1836] Compiling Vapor ResponseCodable.swift
[1743/1836] Compiling Vapor Application+Routes.swift
[1744/1836] Compiling Vapor Parameters+Require.swift
[1745/1836] Compiling Vapor Request+WebSocket.swift
[1746/1836] Compiling Vapor Route.swift
[1747/1836] Compiling Vapor PlaintextDecoder.swift
[1748/1836] Compiling Vapor PlaintextEncoder.swift
[1749/1836] Compiling Vapor URLQueryCoders.swift
[1750/1836] Compiling Vapor URLQueryContainer.swift
[1751/1836] Compiling Vapor Core.swift
[1752/1836] Compiling Vapor Running.swift
[1753/1836] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1754/1836] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1755/1836] Compiling Vapor DotEnvFile+load.swift
[1756/1836] Compiling Vapor Routes+caseInsenstive.swift
[1757/1836] Compiling Vapor Validatable+validate.swift
[1758/1836] Compiling Vapor Environment+Process.swift
[1759/1836] Compiling Vapor Environment+Secret.swift
[1760/1836] Compiling Vapor Environment.swift
[1761/1836] Compiling Vapor Abort.swift
[1762/1836] Compiling Vapor AbortError.swift
[1763/1836] Compiling Vapor DebuggableError.swift
[1764/1836] Compiling Vapor Demangler.swift
[1765/1836] Compiling Vapor ErrorSource.swift
[1766/1836] Compiling Vapor StackTrace.swift
[1767/1836] Compiling Vapor Exports.swift
[1768/1836] Compiling Vapor Application+HTTP.swift
[1769/1836] Compiling Vapor SessionsMiddleware.swift
[1770/1836] Compiling Vapor URLEncodedFormData.swift
[1771/1836] Compiling Vapor URLEncodedFormDecoder.swift
[1772/1836] Compiling Vapor URLEncodedFormEncoder.swift
[1773/1836] Compiling Vapor URLEncodedFormError.swift
[1774/1836] Compiling Vapor URLEncodedFormParser.swift
[1775/1836] Compiling Vapor URLEncodedFormSerializer.swift
[1776/1836] Compiling Vapor URLQueryFragmentConvertible.swift
[1777/1836] Compiling Vapor AnyResponse.swift
[1778/1836] Compiling Vapor Array+Random.swift
[1779/1836] Compiling Vapor Base32.swift
[1780/1836] Compiling Vapor Base64.swift
[1781/1836] Compiling Vapor BaseN.swift
[1782/1836] Compiling Vapor BasicCodingKey.swift
[1783/1836] Compiling Vapor ByteCount.swift
[1784/1836] Compiling Vapor Bytes+Hex.swift
[1785/1836] Compiling Vapor Bytes+SecureCompare.swift
[1786/1836] Compiling Vapor Collection+Safe.swift
[1787/1836] Compiling Vapor DataProtocol+Copy.swift
[1788/1836] Compiling Vapor DecoderUnwrapper.swift
[1789/1836] Compiling Vapor DirectoryConfiguration.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 Application.swift
[1813/1836] Compiling Vapor AuthenticationCache.swift
[1814/1836] Compiling Vapor Authenticator.swift
[1815/1836] Compiling Vapor BasicAuthorization.swift
[1816/1836] Compiling Vapor BearerAuthorization.swift
[1817/1836] Compiling Vapor GuardMiddleware.swift
[1818/1836] Compiling Vapor RedirectMiddleware.swift
[1819/1836] Compiling Vapor SessionAuthenticatable.swift
[1820/1836] Compiling Vapor Bcrypt.swift
[1821/1836] Compiling Vapor Application+Cache.swift
[1822/1836] Compiling Vapor Cache.swift
[1823/1836] Compiling Vapor CacheExpirationTime.swift
[1824/1836] Compiling Vapor MemoryCache.swift
[1825/1836] Compiling Vapor Request+Cache.swift
[1826/1836] Compiling Vapor Application+Clients.swift
[1827/1836] Compiling Vapor Client.swift
[1828/1836] Compiling Vapor ClientRequest.swift
[1829/1836] Compiling Vapor ClientResponse.swift
[1830/1836] Compiling Vapor Request+Client.swift
[1831/1836] Compiling Vapor BootCommand.swift
[1832/1836] Compiling Vapor CommandContext+Application.swift
[1833/1836] Compiling Vapor RoutesCommand.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] 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?
[1842/1882] 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?
[1843/1882] 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?
[1844/1882] 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?
[1845/1882] 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?
[1846/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
[1847/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
[1848/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
[1849/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
[1850/1886] 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
[1851/1886] Compiling VHX HXRequestLocalisation.swift
[1852/1886] Compiling VHX Request+Langauge.swift
[1853/1886] Compiling VHX HXErrorMiddleware.swift
[1854/1886] Compiling VHX HXTextTag.swift
[1855/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 | }
[1856/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 | }
[1857/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 | }
[1858/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 | }
[1859/1886] Compiling VHX HXPushUrlHeader.swift
[1860/1886] Compiling VHX HXRedirectHeader.swift
[1861/1886] Compiling VHX HXRefreshHeader.swift
[1862/1886] Compiling VHX HXReplaceUrlHeader.swift
[1863/1886] Compiling VHX HXLeafSource.swift
[1864/1886] Compiling VHX HXRedirect.swift
[1865/1886] Compiling VHX HXRequestHeaders.swift
[1866/1886] Compiling VHX HXResponseConfiguration.swift
[1867/1886] Compiling VHX HXResponseHeaderAddable.swift
[1868/1886] Compiling VHX HXTemplateable.swift
[1869/1886] Compiling VHX Htmx.swift
[1870/1886] Compiling VHX HXLocationHeader.swift
[1871/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) {
[1872/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) {
[1873/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) {
[1874/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) {
[1875/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) {
[1876/1886] Compiling VHX HXReselectHeader.swift
[1877/1886] Compiling VHX HXResponseHeaders.swift
[1878/1886] Compiling VHX HXReswapHeader.swift
[1879/1886] Compiling VHX HXRetargetHeader.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 configure.swift
[1885/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 {
[1886/1899] Compiling Demo LazyLoading.swift
[1887/1899] Compiling Demo InfiniteScroll.swift
[1888/1899] Compiling Demo routes.swift
[1889/1899] Compiling Demo ClickToLoad.swift
[1890/1899] Compiling Demo resource_bundle_accessor.swift
[1891/1899] 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"),
[1892/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),
[1893/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),
[1894/1899] Compiling Demo CascadingSelects.swift
[1895/1899] Compiling Demo ClickToEdit.swift
[1896/1899] 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"),
[1896/1899] Write Objects.LinkFileList
[1897/1899] Linking Demo
[1898/1899] Applying Demo
Build complete! (84.01s)
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/vapor.git from cache (2.31s)
Fetched https://github.com/vapor/leaf.git from cache (2.31s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (2.80s)
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.97s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.97s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (2.01s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/3208] Fetching multipart-kit
[290/8182] Fetching multipart-kit, swift-distributed-tracing
[390/9245] Fetching multipart-kit, swift-distributed-tracing, swift-service-context
[571/11850] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.66s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.66s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.66s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.66s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.66s)
Fetched https://github.com/apple/swift-log.git from cache (1.66s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.68s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/vapor/console-kit.git
[1/5485] Fetching console-kit
[221/26212] Fetching console-kit, routing-kit
Fetched https://github.com/apple/swift-crypto.git from cache (0.70s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.96s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.97s)
Fetched https://github.com/apple/swift-nio.git from cache (0.97s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.97s)
[4146/20727] Fetching routing-kit
[20728/23097] Fetching routing-kit, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.43s)
[143/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.89s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.04s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
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.46s)
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.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.68s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
Fetched https://github.com/apple/swift-collections.git from cache (0.77s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.45s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.09s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
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.02s)
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.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.47s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.46s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.55s)
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.58s)
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.45s)
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.47s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.07s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.14s)
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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.