Build Information
Successful build of wallet, reference main (542296
), with Swift 6.1 for macOS (SPM) on 1 May 2025 04:29:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
Creating working copy for https://github.com/swift-server-community/APNSwift.git
Working copy of https://github.com/swift-server-community/APNSwift.git resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
warning: '.resolve-product-dependencies': dependency 'wallet' is not used by any target
Found 5 product dependencies
- vapor
- fluent
- fluent-wallet
- vapor-apns
- swift-zip-archive
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/wallet.git
https://github.com/vapor-community/wallet.git
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.111.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.12.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/fluent-wallet.git"
},
{
"identity" : "apns",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/apns.git"
},
{
"identity" : "swift-zip-archive",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/swift-zip-archive.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "wallet",
"name" : "wallet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporWalletPasses",
"targets" : [
"VaporWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VaporWalletOrders",
"targets" : [
"VaporWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPassesTests",
"path" : "Tests/VaporWalletPassesTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/VaporWalletPassesTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/PassData.swift",
"Utils/PassJSONData.swift",
"Utils/withApp.swift",
"VaporWalletPassesTests.swift"
],
"target_dependencies" : [
"VaporWalletPasses"
],
"type" : "test"
},
{
"c99name" : "VaporWalletPasses",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPasses",
"path" : "Sources/VaporWalletPasses",
"product_dependencies" : [
"FluentWalletPasses",
"ZipArchive"
],
"product_memberships" : [
"VaporWalletPasses"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Exports.swift",
"Middleware/ApplePassMiddleware.swift",
"Middleware/PassesService+AsyncModelMiddleware.swift",
"PassesService.swift",
"PassesServiceCustom+RouteCollection.swift",
"PassesServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrdersTests",
"path" : "Tests/VaporWalletOrdersTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/VaporWalletOrdersTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/OrderData.swift",
"Utils/OrderJSONData.swift",
"Utils/withApp.swift",
"VaporWalletOrdersTests.swift"
],
"target_dependencies" : [
"VaporWalletOrders"
],
"type" : "test"
},
{
"c99name" : "VaporWalletOrders",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrders",
"path" : "Sources/VaporWalletOrders",
"product_dependencies" : [
"FluentWalletOrders"
],
"product_memberships" : [
"VaporWalletOrders"
],
"sources" : [
"DTOs/OrderIdentifiersDTO+Content.swift",
"Exports.swift",
"Middleware/AppleOrderMiddleware.swift",
"Middleware/OrdersService+AsyncModelMiddleware.swift",
"OrdersService.swift",
"OrdersServiceCustom+RouteCollection.swift",
"OrdersServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWallet",
"module_type" : "SwiftTarget",
"name" : "VaporWallet",
"path" : "Sources/VaporWallet",
"product_dependencies" : [
"Vapor",
"Fluent",
"VaporAPNS"
],
"product_memberships" : [
"VaporWalletPasses",
"VaporWalletOrders"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Testing/TestCertificate.swift",
"Testing/isLoggingConfigured.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/858] Write sources
[7/858] Copying PrivacyInfo.xcprivacy
[10/858] Write sources
[10/858] Copying PrivacyInfo.xcprivacy
[13/858] Write sources
[13/858] Copying PrivacyInfo.xcprivacy
[16/858] Write sources
[16/858] Copying PrivacyInfo.xcprivacy
[16/858] Write sources
[16/858] Copying PrivacyInfo.xcprivacy
[16/858] Write sources
[17/858] Copying PrivacyInfo.xcprivacy
[24/858] Write sources
[70/858] Write swift-version-2F0A5646E1D333AE.txt
[71/858] Compiling CZipZlib empty.c
[71/858] Compiling CNIOWindows WSAStartup.c
[71/858] Compiling CSystem shims.c
[71/858] Compiling CNIOWASI CNIOWASI.c
[71/858] Compiling CNIOWindows shim.c
[76/858] Compiling _NumericsShims _NumericsShims.c
[77/915] Compiling _AtomicsShims.c
[78/915] Compiling CNIOSHA1 c_nio_sha1.c
[79/915] Compiling CVaporBcrypt blf.c
[80/915] Compiling CVaporBcrypt bcrypt.c
[82/1021] Compiling ServiceContextModule ServiceContextKey.swift
[83/1021] Compiling ServiceContextModule ServiceContext.swift
[84/1021] Emitting module ServiceContextModule
[85/1021] Compiling RealModule Real.swift
[86/1022] Compiling RealModule Float80+Real.swift
[87/1022] Emitting module _NIOBase64
[88/1022] Compiling _NIOBase64 Base64.swift
[89/1022] Compiling Crypto PKCS8PrivateKey.swift
[90/1022] Compiling Crypto SEC1PrivateKey.swift
[91/1023] Compiling _CertificateInternals _TinyArray.swift
[92/1023] Emitting module _CertificateInternals
[93/1023] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/1023] Compiling Crypto ECDSASignature.swift
[95/1023] Compiling Crypto PEMDocument.swift
[96/1023] Compiling Crypto SubjectPublicKeyInfo.swift
[97/1023] Compiling Crypto CryptoKitErrors.swift
[98/1023] Compiling RealModule RealFunctions.swift
[99/1023] Compiling RealModule Float16+Real.swift
[100/1023] Emitting module RealModule
[101/1023] Compiling RealModule ApproximateEquality.swift
[102/1023] Compiling RealModule Float+Real.swift
[103/1023] Compiling RealModule ElementaryFunctions.swift
[104/1023] Compiling RealModule AlgebraicField.swift
[105/1023] Compiling RealModule Double+Real.swift
[106/1023] Compiling RealModule AugmentedArithmetic.swift
[106/1023] Compiling CNIOLinux shim.c
[107/1026] Compiling CNIOLinux liburing_shims.c
[108/1026] Compiling CNIOLLHTTP c_nio_http.c
[110/1032] Compiling Crypto GeneralizedTime.swift
[111/1032] Compiling Crypto ObjectIdentifier.swift
[112/1032] Compiling Crypto AESWrap_boring.swift
[113/1032] Compiling Crypto Ed25519_boring.swift
[114/1032] Compiling Crypto HKDF.swift
[115/1032] Compiling Crypto AESWrap.swift
[116/1032] Compiling Crypto DH.swift
[117/1032] Compiling Crypto ECDH.swift
[118/1032] Emitting module InternalCollectionsUtilities
[119/1032] Compiling Crypto NISTCurvesKeys_boring.swift
[120/1032] Compiling Crypto X25519Keys_boring.swift
[121/1032] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/1032] Compiling CNIOLLHTTP c_nio_api.c
[122/1032] Compiling CNIOExtrasZlib empty.c
[123/1032] Compiling CNIOLLHTTP c_nio_llhttp.c
[125/1165] Compiling _NIODataStructures PriorityQueue.swift
[126/1165] Compiling _NIODataStructures _TinyArray.swift
[127/1165] Emitting module CoreMetrics
[128/1165] Compiling _RopeModule BigString+Builder.swift
[129/1165] Compiling _RopeModule BigString+Contents.swift
[130/1165] Compiling _RopeModule BigString+Debugging.swift
[131/1168] Compiling _RopeModule BigString+Chunk+Counts.swift
[132/1168] Compiling _RopeModule BigString+Chunk+Description.swift
[133/1168] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[134/1168] Compiling _RopeModule BigString.swift
[135/1168] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[136/1168] Compiling _RopeModule BigString+Chunk+Breaks.swift
[137/1168] Emitting module _NIODataStructures
[138/1168] Compiling _NIODataStructures Heap.swift
[139/1168] Compiling HeapModule _HeapNode.swift
[140/1168] Compiling HeapModule Heap.swift
[141/1168] Compiling HeapModule Heap+Descriptions.swift
[142/1168] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[143/1168] Compiling HeapModule Heap+UnsafeHandle.swift
[144/1168] Emitting module HeapModule
[145/1168] Compiling HeapModule Heap+Invariants.swift
[146/1168] Compiling Instrumentation MultiplexInstrument.swift
[147/1168] Compiling Instrumentation NoOpInstrument.swift
[148/1168] Emitting module Instrumentation
[149/1168] Compiling Instrumentation InstrumentationSystem.swift
[150/1168] Compiling Instrumentation Instrument.swift
[151/1168] Compiling Instrumentation Locks.swift
[152/1168] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[153/1168] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[154/1168] Compiling _RopeModule BigString+Chunk+Splitting.swift
[155/1168] Compiling _RopeModule BigString+Chunk.swift
[156/1168] Compiling _RopeModule BigString+BidirectionalCollection.swift
[157/1168] Compiling _RopeModule BigString+Comparable.swift
[158/1168] Emitting module SystemPackage
[159/1262] Compiling HashTreeCollections TreeDictionary+Collection.swift
[160/1262] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[161/1262] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[162/1262] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[163/1262] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[164/1262] Compiling HashTreeCollections _HashNode+Lookups.swift
[165/1262] Compiling Logging MetadataProvider.swift
[166/1262] Compiling Logging LogHandler.swift
[167/1262] Emitting module Logging
[168/1262] Compiling Logging Logging.swift
[169/1262] Compiling Logging Locks.swift
[170/1262] Compiling HashTreeCollections _HashNode+Debugging.swift
[171/1262] Compiling HashTreeCollections _HashNode+Initializers.swift
[172/1262] Compiling HashTreeCollections _HashNode+Invariants.swift
[173/1262] Compiling HashTreeCollections _Hash.swift
[174/1262] Compiling HashTreeCollections _HashLevel.swift
[175/1262] Compiling HashTreeCollections _HashNode+Builder.swift
[176/1262] Compiling DequeModule _DequeBuffer.swift
[177/1263] Compiling CoreMetrics Locks.swift
[178/1263] Compiling CoreMetrics Metrics.swift
[179/1271] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[180/1271] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[181/1271] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[182/1271] Compiling HashTreeCollections _HashNode+Structural merge.swift
[183/1271] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[184/1271] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[185/1271] Compiling HashTreeCollections _HashNode+Structural union.swift
[186/1271] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[187/1271] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[188/1271] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[189/1271] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[190/1271] Compiling HashTreeCollections _HashNode.swift
[191/1283] Compiling HashTreeCollections _AncestorHashSlots.swift
[192/1283] Compiling HashTreeCollections _Bitmap.swift
[193/1283] Compiling HashTreeCollections _Bucket.swift
[200/1283] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[201/1283] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[202/1283] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[203/1283] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[204/1283] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[205/1283] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[206/1283] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[207/1283] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[208/1283] Compiling HashTreeCollections _RawHashNode.swift
[209/1283] Compiling HashTreeCollections TreeSet+Equatable.swift
[210/1283] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[211/1283] Compiling HashTreeCollections TreeSet+Extras.swift
[212/1283] Compiling HashTreeCollections TreeSet+Filter.swift
[213/1283] Compiling HashTreeCollections TreeSet+Hashable.swift
[214/1283] Compiling HashTreeCollections TreeSet+Sendable.swift
[215/1283] Compiling HashTreeCollections TreeSet+Sequence.swift
[216/1283] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[217/1291] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[218/1291] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[219/1291] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[220/1291] Compiling DequeModule _UnsafeWrappedBuffer.swift
[221/1291] Compiling Tracing TracingTime.swift
[221/1293] Compiling CNIODarwin shim.c
[230/1293] Compiling OrderedCollections OrderedSet+SubSequence.swift
[231/1293] Compiling OrderedCollections OrderedSet+Testing.swift
[232/1293] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[233/1293] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[234/1293] Compiling OrderedCollections OrderedSet.swift
[235/1293] Compiling OrderedCollections _UnsafeBitset.swift
[245/1300] Compiling DequeModule _DequeBufferHeader.swift
[246/1300] Compiling DequeModule _DequeSlot.swift
[255/1300] Compiling HashTreeCollections _HashNode+Storage.swift
[256/1300] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[257/1300] Compiling HashTreeCollections _HashNode+Structural filter.swift
[258/1300] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[259/1300] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[260/1300] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[267/1300] Compiling HashTreeCollections _UnmanagedHashNode.swift
[268/1300] Compiling HashTreeCollections _UnsafePath.swift
[269/1300] Compiling HashTreeCollections TreeDictionary+Codable.swift
[273/1300] Compiling HashTreeCollections TreeDictionary+Filter.swift
[274/1300] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[275/1300] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[276/1300] Compiling HashTreeCollections TreeDictionary+Keys.swift
[277/1300] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[278/1300] Compiling HashTreeCollections TreeDictionary+Merge.swift
[279/1300] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[288/1315] Compiling ZipArchive ZipArchiveReader.swift
[289/1315] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[290/1315] Compiling ZipArchive ZipArchiveWriter.swift
[291/1315] Compiling ZipArchive ZipCompression.swift
[292/1315] Compiling _RopeModule Rope+Remove.swift
[293/1315] Compiling _RopeModule Rope+RemoveSubrange.swift
[294/1315] Compiling _RopeModule Rope+Split.swift
[295/1315] Compiling _RopeModule Optional Utilities.swift
[296/1315] Compiling _RopeModule String Utilities.swift
[297/1315] Compiling _RopeModule String.Index+ABI.swift
[298/1315] Compiling _RopeModule _CharacterRecognizer.swift
[299/1315] Compiling HashTreeCollections TreeSet+Descriptions.swift
[307/1315] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[308/1315] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[309/1315] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[310/1315] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[311/1315] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[312/1315] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[313/1315] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[314/1315] Compiling HashTreeCollections TreeSet.swift
[315/1315] Emitting module DequeModule
[318/1315] Compiling ZipArchive System+directory.swift
[319/1315] Compiling ZipArchive ZipArchiveReader+extract.swift
[322/1315] Compiling ZipArchive CryptKey.swift
[323/1315] Compiling ZipArchive Date.swift
[324/1315] Compiling Tracing TracerProtocol.swift
[325/1315] Emitting module Tracing
[326/1315] Compiling Tracing SpanProtocol.swift
[327/1315] Compiling Tracing TracerProtocol+Legacy.swift
[328/1315] Compiling Tracing InstrumentationSystem+Tracing.swift
[329/1315] Compiling Tracing Tracer.swift
[330/1315] Compiling Tracing NoOpTracer.swift
[330/1315] Compiling fiat_p256_adx_sqr.S
[331/1315] Compiling fiat_p256_adx_mul.S
[338/1315] Compiling fiat_curve25519_adx_square.S
[339/1315] Compiling fiat_curve25519_adx_mul.S
[341/1315] Emitting module OrderedCollections
[351/1315] Compiling ZipArchive MemoryBuffer.swift
[377/1315] Emitting module Crypto
[386/1323] Compiling ZipArchive DirectoryDescriptor.swift
[387/1323] Emitting module _RopeModule
[392/1324] Compiling SwiftASN1 DER.swift
[396/1324] Compiling Crypto RNG_boring.swift
[397/1324] Compiling Crypto SafeCompare_boring.swift
[398/1324] Compiling Crypto Zeroization_boring.swift
[399/1324] Compiling Crypto PrettyBytes.swift
[427/1324] Compiling CNIOBoringSSLShims shims.c
[446/1324] Compiling SwiftASN1 Errors.swift
[447/1324] Emitting module HashTreeCollections
[447/1324] Compiling tls_method.cc
[447/1324] Compiling tls_record.cc
[450/1324] Emitting module SwiftASN1
[451/1324] Emitting module Metrics
[452/1324] Compiling Metrics Metrics.swift
[532/1324] Compiling tls13_server.cc
[533/1324] Compiling tls13_enc.cc
[539/1324] Compiling Crypto SafeCompare.swift
[540/1324] Compiling Crypto SecureBytes.swift
[541/1324] Compiling Crypto Zeroization.swift
[542/1324] Compiling Crypto resource_bundle_accessor.swift
[543/1324] Compiling RoutingKit Router.swift
[544/1324] Compiling RoutingKit PathComponent.swift
[545/1324] Compiling RoutingKit Parameters.swift
[546/1324] Compiling RoutingKit AnyRouter.swift
[547/1324] Emitting module RoutingKit
[548/1324] Compiling RoutingKit TrieRouter.swift
[548/1324] Compiling tls13_client.cc
[549/1324] Compiling t1_enc.cc
[550/1324] Compiling tls13_both.cc
[551/1324] Compiling ssl_transcript.cc
[552/1324] Compiling ssl_versions.cc
[553/1324] Compiling ssl_x509.cc
[554/1324] Compiling ssl_stat.cc
[555/1324] Compiling ssl_session.cc
[556/1324] Compiling ssl_privkey.cc
[558/1324] Compiling ZipArchive ZipStorage.swift
[559/1324] Compiling ZipArchive ZipTypes.swift
[562/1325] Compiling ZipArchive ZipMemoryStorage.swift
[565/1325] Emitting module ZipArchive
[566/1325] Compiling ZipArchive ZipFileStorage.swift
[572/1325] Compiling ssl_key_share.cc
[573/1325] Compiling ssl_file.cc
[574/1325] Compiling ssl_lib.cc
[575/1325] Compiling ssl_cipher.cc
[576/1325] Compiling ssl_credential.cc
[577/1325] Compiling ssl_buffer.cc
[578/1325] Compiling ssl_cert.cc
[580/1325] Compiling ZipArchive crc32.swift
[580/1325] Compiling ssl_aead_ctx.cc
[581/1325] Compiling ssl_asn1.cc
[582/1325] Compiling s3_pkt.cc
[583/1325] Compiling s3_lib.cc
[584/1325] Compiling s3_both.cc
[585/1325] Compiling handshake.cc
[586/1325] Compiling handshake_server.cc
[587/1325] Compiling handshake_client.cc
[588/1325] Compiling handoff.cc
[589/1325] Compiling md5-x86_64-linux.S
[590/1325] Compiling md5-x86_64-apple.S
[591/1325] Compiling extensions.cc
[592/1325] Compiling md5-586-linux.S
[593/1325] Compiling md5-586-apple.S
[594/1325] Compiling chacha20_poly1305_x86_64-linux.S
[595/1325] Compiling dtls_record.cc
[596/1325] Compiling encrypted_client_hello.cc
[597/1325] Compiling chacha20_poly1305_x86_64-apple.S
[598/1325] Compiling chacha20_poly1305_armv8-win.S
[599/1325] Compiling chacha20_poly1305_armv8-linux.S
[600/1325] Compiling chacha-x86_64-linux.S
[601/1325] Compiling chacha-x86_64-apple.S
[602/1325] Compiling chacha20_poly1305_armv8-apple.S
[603/1325] Compiling chacha-x86-linux.S
[604/1325] Compiling chacha-x86-apple.S
[605/1325] Compiling chacha-armv8-win.S
[606/1325] Compiling chacha-armv8-linux.S
[607/1325] Compiling chacha-armv4-linux.S
[608/1325] Compiling chacha-armv8-apple.S
[609/1325] Compiling aes128gcmsiv-x86_64-linux.S
[610/1325] Compiling err_data.cc
[611/1325] Compiling x86_64-mont5-linux.S
[612/1325] Compiling x86_64-mont5-apple.S
[613/1325] Compiling aes128gcmsiv-x86_64-apple.S
[614/1325] Compiling dtls_method.cc
[615/1325] Compiling d1_srtp.cc
[616/1325] Compiling x86-mont-apple.S
[617/1325] Compiling x86_64-mont-linux.S
[617/1325] Compiling x86_64-mont-apple.S
[617/1325] Compiling x86-mont-linux.S
[620/1325] Compiling bio_ssl.cc
[621/1325] Compiling d1_pkt.cc
[622/1325] Compiling vpaes-x86_64-linux.S
[623/1325] Compiling vpaes-x86-linux.S
[624/1325] Compiling vpaes-armv8-linux.S
[625/1325] Compiling vpaes-x86-apple.S
[626/1325] Compiling vpaes-x86_64-apple.S
[627/1325] Compiling vpaes-armv8-win.S
[628/1325] Compiling vpaes-armv8-apple.S
[629/1325] Compiling vpaes-armv7-linux.S
[630/1325] Compiling sha512-x86_64-linux.S
[631/1325] Compiling sha512-armv8-win.S
[632/1325] Compiling sha512-armv8-linux.S
[633/1325] Compiling sha512-armv4-linux.S
[634/1325] Compiling sha512-x86_64-apple.S
[635/1325] Compiling sha512-586-linux.S
[636/1325] Compiling d1_lib.cc
[637/1325] Compiling sha512-armv8-apple.S
[638/1325] Compiling sha256-x86_64-linux.S
[639/1325] Compiling sha512-586-apple.S
[640/1325] Compiling sha256-armv8-win.S
[641/1325] Compiling sha256-x86_64-apple.S
[642/1325] Compiling sha256-armv4-linux.S
[643/1325] Compiling sha256-586-linux.S
[644/1325] Compiling sha256-armv8-linux.S
[645/1325] Compiling sha256-armv8-apple.S
[646/1325] Compiling sha256-586-apple.S
[647/1325] Compiling sha1-x86_64-linux.S
[648/1325] Compiling sha1-x86_64-apple.S
[649/1325] Compiling sha1-armv8-win.S
[650/1325] Compiling sha1-armv8-linux.S
[651/1325] Compiling sha1-armv4-large-linux.S
[652/1325] Compiling sha1-586-linux.S
[653/1325] Compiling d1_both.cc
[654/1325] Compiling rsaz-avx2-linux.S
[655/1325] Compiling sha1-armv8-apple.S
[656/1325] Compiling sha1-586-apple.S
[657/1325] Compiling rsaz-avx2-apple.S
[658/1325] Compiling rdrand-x86_64-linux.S
[659/1325] Compiling rdrand-x86_64-apple.S
[660/1325] Compiling p256_beeu-x86_64-asm-apple.S
[661/1325] Compiling p256_beeu-x86_64-asm-linux.S
[662/1325] Compiling p256_beeu-armv8-asm-win.S
[663/1325] Compiling p256_beeu-armv8-asm-linux.S
[664/1325] Compiling p256_beeu-armv8-asm-apple.S
[665/1325] Compiling p256-x86_64-asm-apple.S
[666/1325] Compiling p256-x86_64-asm-linux.S
[667/1325] Compiling p256-armv8-asm-win.S
[668/1325] Compiling ghashv8-armv8-win.S
[669/1325] Compiling p256-armv8-asm-linux.S
[670/1325] Compiling p256-armv8-asm-apple.S
[671/1325] Compiling ghashv8-armv8-linux.S
[672/1325] Compiling ghashv8-armv7-linux.S
[673/1325] Compiling ghash-x86_64-linux.S
[674/1325] Compiling ghashv8-armv8-apple.S
[675/1325] Compiling ghash-x86-linux.S
[676/1325] Compiling ghash-x86_64-apple.S
[677/1325] Compiling ghash-x86-apple.S
[678/1325] Compiling ghash-ssse3-x86_64-apple.S
[679/1325] Compiling ghash-ssse3-x86_64-linux.S
[680/1325] Compiling ghash-ssse3-x86-apple.S
[681/1325] Compiling ghash-ssse3-x86-linux.S
[682/1325] Compiling ghash-neon-armv8-win.S
[683/1325] Compiling ghash-neon-armv8-linux.S
[684/1325] Compiling ghash-neon-armv8-apple.S
[685/1325] Compiling ghash-armv4-linux.S
[686/1325] Compiling co-586-apple.S
[687/1325] Compiling co-586-linux.S
[688/1325] Compiling bn-armv8-win.S
[688/1325] Compiling bsaes-armv7-linux.S
[690/1325] Compiling bn-armv8-linux.S
[691/1325] Compiling bn-armv8-apple.S
[692/1325] Compiling bn-586-linux.S
[693/1325] Compiling bn-586-apple.S
[694/1325] Compiling armv8-mont-win.S
[695/1325] Compiling armv8-mont-linux.S
[696/1325] Compiling armv4-mont-linux.S
[697/1325] Compiling aesv8-gcm-armv8-linux.S
[698/1325] Compiling armv8-mont-apple.S
[699/1325] Compiling aesv8-gcm-armv8-win.S
[700/1325] Compiling aesv8-armv8-win.S
[701/1325] Compiling aesv8-gcm-armv8-apple.S
[702/1325] Compiling aesv8-armv7-linux.S
[703/1325] Compiling aesv8-armv8-linux.S
[704/1325] Compiling aesv8-armv8-apple.S
[705/1325] Compiling aesni-x86_64-linux.S
[706/1325] Compiling aesni-x86_64-apple.S
[707/1325] Compiling aesni-x86-linux.S
[708/1325] Compiling aesni-gcm-x86_64-linux.S
[708/1325] Compiling aesni-x86-apple.S
[710/1325] Compiling aesni-gcm-x86_64-apple.S
[711/1325] Compiling aes-gcm-avx2-x86_64-linux.S
[712/1325] Compiling aes-gcm-avx10-x86_64-linux.S
[713/1325] Compiling aes-gcm-avx10-x86_64-apple.S
[714/1325] Compiling aes-gcm-avx2-x86_64-apple.S
[715/1325] Compiling x_x509a.cc
[716/1325] Compiling x_val.cc
[716/1325] Compiling x_sig.cc
[718/1325] Compiling x_spki.cc
[719/1325] Compiling x_x509.cc
[720/1325] Compiling x_name.cc
[721/1325] Compiling x_exten.cc
[722/1325] Compiling x_req.cc
[723/1325] Compiling x_pubkey.cc
[724/1325] Compiling x_crl.cc
[725/1325] Compiling x_algor.cc
[726/1325] Compiling x_attrib.cc
[727/1325] Compiling x509spki.cc
[728/1325] Compiling x509name.cc
[729/1325] Compiling x_all.cc
[730/1325] Compiling x509cset.cc
[731/1325] Compiling x509rset.cc
[732/1325] Compiling x509_vpm.cc
[733/1325] Compiling x509_vfy.cc
[734/1325] Compiling x509_v3.cc
[735/1325] Compiling x509_txt.cc
[736/1325] Compiling x509_trs.cc
[737/1325] Compiling x509_ext.cc
[738/1325] Compiling x509_obj.cc
[739/1325] Compiling x509_set.cc
[740/1325] Compiling x509_lu.cc
[741/1325] Compiling x509_d2.cc
[742/1325] Compiling x509_def.cc
[743/1325] Compiling x509_req.cc
[744/1325] Compiling x509_cmp.cc
[745/1325] Compiling x509.cc
[746/1325] Compiling x509_att.cc
[747/1325] Compiling v3_prn.cc
[748/1325] Compiling v3_pmaps.cc
[749/1325] Compiling v3_pcons.cc
[750/1325] Compiling v3_skey.cc
[751/1325] Compiling v3_utl.cc
[752/1325] Compiling v3_ocsp.cc
[753/1325] Compiling v3_purp.cc
[754/1325] Compiling v3_ncons.cc
[755/1325] Compiling v3_int.cc
[756/1325] Compiling v3_lib.cc
[757/1325] Compiling v3_ia5.cc
[758/1325] Compiling v3_genn.cc
[759/1325] Compiling v3_info.cc
[760/1325] Compiling v3_crld.cc
[761/1325] Compiling v3_enum.cc
[762/1325] Compiling v3_extku.cc
[763/1325] Compiling v3_cpols.cc
[764/1325] Compiling v3_conf.cc
[765/1325] Compiling v3_bcons.cc
[766/1325] Compiling v3_bitst.cc
[767/1325] Compiling v3_akey.cc
[768/1325] Compiling v3_alt.cc
[769/1325] Compiling v3_akeya.cc
[770/1325] Compiling t_x509a.cc
[771/1325] Compiling t_x509.cc
[772/1325] Compiling rsa_pss.cc
[773/1325] Compiling t_crl.cc
[774/1325] Compiling t_req.cc
[775/1325] Compiling i2d_pr.cc
[776/1325] Compiling policy.cc
[776/1325] Compiling name_print.cc
[778/1325] Compiling by_file.cc
[779/1325] Compiling by_dir.cc
[780/1325] Compiling algorithm.cc
[781/1325] Compiling asn1_gen.cc
[782/1325] Compiling a_sign.cc
[783/1325] Compiling a_digest.cc
[784/1325] Compiling a_verify.cc
[785/1325] Compiling voprf.cc
[786/1325] Compiling thread_win.cc
[787/1325] Compiling thread_none.cc
[788/1325] Compiling thread_pthread.cc
[789/1325] Compiling thread.cc
[790/1325] Compiling trust_token.cc
[791/1325] Compiling pmbtoken.cc
[792/1325] Compiling stack.cc
[793/1325] Compiling slhdsa.cc
[794/1325] Compiling spake2plus.cc
[795/1325] Compiling siphash.cc
[796/1325] Compiling sha512.cc
[797/1325] Compiling sha256.cc
[798/1325] Compiling sha1.cc
[799/1325] Compiling rsa_extra.cc
[800/1325] Compiling rsa_print.cc
[801/1325] Compiling rsa_crypt.cc
[802/1325] Compiling refcount.cc
[803/1325] Compiling rc4.cc
[804/1325] Compiling rsa_asn1.cc
[805/1325] Compiling urandom.cc
[806/1325] Compiling windows.cc
[807/1325] Compiling trusty.cc
[808/1325] Compiling rand.cc
[809/1325] Compiling passive.cc
[810/1325] Compiling ios.cc
[811/1325] Compiling poly1305_arm_asm.S
[812/1325] Compiling getentropy.cc
[813/1325] Compiling deterministic.cc
[814/1325] Compiling fork_detect.cc
[815/1325] Compiling forkunsafe.cc
[816/1325] Compiling poly1305_vec.cc
[817/1325] Compiling poly1305_arm.cc
[818/1325] Compiling poly1305.cc
[819/1325] Compiling pool.cc
[820/1325] Compiling pkcs8.cc
[821/1325] Compiling pkcs8_x509.cc
[822/1325] Compiling pkcs7.cc
[823/1325] Compiling p5_pbev2.cc
[824/1325] Compiling pem_xaux.cc
[825/1325] Compiling pkcs7_x509.cc
[826/1325] Compiling pem_x509.cc
[827/1325] Compiling pem_pkey.cc
[828/1325] Compiling pem_oth.cc
[829/1325] Compiling pem_pk8.cc
[830/1325] Compiling mlkem.cc
[831/1325] Compiling mldsa.cc
[832/1325] Compiling pem_info.cc
[833/1325] Compiling obj_xref.cc
[834/1325] Compiling pem_lib.cc
[835/1325] Compiling poly_rq_mul.S
[836/1325] Compiling fips_shared_support.cc
[837/1325] Compiling pem_all.cc
[838/1325] Compiling mem.cc
[839/1325] Compiling obj.cc
[840/1325] Compiling md5.cc
[841/1325] Compiling md4.cc
[842/1325] Compiling lhash.cc
[843/1325] Compiling ex_data.cc
[844/1325] Compiling sign.cc
[845/1325] Compiling kyber.cc
[846/1325] Compiling hpke.cc
[847/1325] Compiling pbkdf.cc
[848/1325] Compiling hrss.cc
[849/1325] Compiling scrypt.cc
[850/1325] Compiling print.cc
[851/1325] Compiling p_x25519_asn1.cc
[852/1325] Compiling p_x25519.cc
[853/1325] Compiling p_rsa_asn1.cc
[854/1325] Compiling p_ed25519.cc
[855/1325] Compiling p_ec.cc
[856/1325] Compiling p_ec_asn1.cc
[857/1325] Compiling p_hkdf.cc
[858/1325] Compiling p_rsa.cc
[859/1325] Compiling p_ed25519_asn1.cc
[860/1325] Compiling p_dh_asn1.cc
[861/1325] Compiling p_dsa_asn1.cc
[862/1325] Compiling evp_ctx.cc
[863/1325] Compiling p_dh.cc
[864/1325] Compiling engine.cc
[865/1325] Compiling evp.cc
[866/1325] Compiling err.cc
[867/1325] Compiling evp_asn1.cc
[868/1325] Compiling ecdsa_asn1.cc
[869/1325] Compiling ecdh.cc
[870/1325] Compiling hash_to_curve.cc
[871/1325] Compiling ec_derive.cc
[872/1325] Compiling dsa.cc
[873/1325] Compiling ec_asn1.cc
[874/1325] Compiling dsa_asn1.cc
[875/1325] Compiling params.cc
[876/1325] Compiling x25519-asm-arm.S
[877/1325] Compiling bcm.cc
[877/1325] Compiling digest_extra.cc
[879/1325] Compiling des.cc
[880/1325] Compiling dh_asn1.cc
[881/1325] Compiling curve25519_64_adx.cc
[882/1325] Compiling spake25519.cc
[883/1325] Compiling cpu_intel.cc
[884/1325] Compiling crypto.cc
[885/1325] Compiling cpu_arm_linux.cc
[886/1325] Compiling cpu_arm_freebsd.cc
[887/1325] Compiling cpu_aarch64_win.cc
[888/1325] Compiling curve25519.cc
[889/1325] Compiling cpu_aarch64_openbsd.cc
[890/1325] Compiling cpu_aarch64_sysreg.cc
[891/1325] Compiling cpu_aarch64_linux.cc
[892/1325] Compiling cpu_aarch64_fuchsia.cc
[893/1325] Compiling cpu_aarch64_apple.cc
[894/1325] Compiling tls_cbc.cc
[895/1325] Compiling get_cipher.cc
[896/1325] Compiling conf.cc
[897/1325] Compiling e_rc4.cc
[898/1325] Compiling e_tls.cc
[899/1325] Compiling e_null.cc
[900/1325] Compiling e_rc2.cc
[901/1325] Compiling e_des.cc
[902/1325] Compiling e_chacha20poly1305.cc
[903/1325] Compiling e_aesgcmsiv.cc
[904/1325] Compiling derive_key.cc
[905/1325] Compiling e_aesctrhmac.cc
[906/1325] Compiling chacha.cc
[907/1325] Compiling unicode.cc
[908/1325] Compiling cbb.cc
[909/1325] Compiling ber.cc
[910/1325] Compiling cbs.cc
[911/1325] Compiling buf.cc
[912/1325] Compiling asn1_compat.cc
[913/1325] Compiling blake2.cc
[914/1325] Compiling convert.cc
[915/1325] Compiling socket_helper.cc
[916/1325] Compiling bn_asn1.cc
[917/1325] Compiling socket.cc
[918/1325] Compiling printf.cc
[919/1325] Compiling hexdump.cc
[920/1325] Compiling pair.cc
[921/1325] Compiling file.cc
[922/1325] Compiling fd.cc
[923/1325] Compiling errno.cc
[924/1325] Compiling bio_mem.cc
[925/1325] Compiling connect.cc
[926/1325] Compiling base64.cc
[927/1325] Compiling bio.cc
[928/1325] Compiling tasn_typ.cc
[929/1325] Compiling tasn_fre.cc
[930/1325] Compiling tasn_new.cc
[931/1325] Compiling tasn_utl.cc
[932/1325] Compiling posix_time.cc
[933/1325] Compiling tasn_enc.cc
[934/1325] Compiling f_string.cc
[935/1325] Compiling f_int.cc
[936/1325] Compiling asn_pack.cc
[937/1325] Compiling tasn_dec.cc
[938/1325] Compiling asn1_par.cc
[939/1325] Compiling asn1_lib.cc
[940/1325] Compiling a_type.cc
[941/1325] Compiling a_utctm.cc
[942/1325] Compiling a_octet.cc
[943/1325] Compiling a_time.cc
[944/1325] Compiling a_strnid.cc
[945/1325] Compiling a_strex.cc
[946/1325] Compiling a_object.cc
[947/1325] Compiling a_mbstr.cc
[948/1325] Compiling a_i2d_fp.cc
[949/1325] Compiling a_int.cc
[950/1325] Compiling fiat_p256_adx_sqr.S
[951/1325] Compiling fiat_p256_adx_mul.S
[952/1325] Compiling fiat_curve25519_adx_square.S
[953/1325] Compiling a_d2i_fp.cc
[954/1325] Compiling a_dup.cc
[955/1325] Compiling fiat_curve25519_adx_mul.S
[956/1325] Compiling md5-x86_64-linux.S
[957/1325] Compiling md5-x86_64-apple.S
[958/1325] Compiling md5-586-linux.S
[959/1325] Compiling md5-586-apple.S
[960/1325] Compiling a_gentm.cc
[961/1325] Compiling chacha20_poly1305_x86_64-linux.S
[962/1325] Compiling chacha20_poly1305_x86_64-apple.S
[963/1325] Compiling a_bitstr.cc
[964/1325] Compiling chacha20_poly1305_armv8-win.S
[965/1325] Compiling a_bool.cc
[966/1325] Compiling chacha20_poly1305_armv8-linux.S
[967/1325] Compiling chacha-x86_64-linux.S
[968/1325] Compiling chacha-x86_64-apple.S
[969/1325] Compiling chacha-x86-linux.S
[970/1325] Compiling chacha20_poly1305_armv8-apple.S
[971/1325] Compiling chacha-x86-apple.S
[972/1325] Compiling chacha-armv8-win.S
[973/1325] Compiling chacha-armv8-linux.S
[974/1325] Compiling chacha-armv8-apple.S
[975/1325] Compiling chacha-armv4-linux.S
[976/1325] Compiling aes128gcmsiv-x86_64-linux.S
[977/1325] Compiling aes128gcmsiv-x86_64-apple.S
[978/1325] Compiling x86_64-mont5-linux.S
[979/1325] Compiling x86_64-mont5-apple.S
[980/1325] Compiling x86_64-mont-linux.S
[981/1325] Compiling x86_64-mont-apple.S
[982/1325] Compiling x86-mont-apple.S
[982/1325] Compiling x86-mont-linux.S
[984/1325] Compiling vpaes-x86_64-linux.S
[985/1325] Compiling vpaes-x86_64-apple.S
[986/1325] Compiling vpaes-x86-linux.S
[987/1325] Compiling CCryptoBoringSSLShims shims.c
[988/1325] Compiling vpaes-x86-apple.S
[989/1325] Compiling vpaes-armv8-win.S
[990/1325] Compiling vpaes-armv8-linux.S
[991/1325] Compiling vpaes-armv8-apple.S
[992/1325] Compiling vpaes-armv7-linux.S
[993/1325] Compiling sha512-x86_64-linux.S
[994/1325] Compiling sha512-x86_64-apple.S
[995/1325] Compiling sha512-armv8-linux.S
[996/1325] Compiling sha512-armv8-win.S
[997/1325] Compiling err_data.cc
[998/1325] Compiling sha512-armv4-linux.S
[999/1325] Compiling sha512-armv8-apple.S
[1000/1325] Compiling sha512-586-linux.S
[1001/1325] Compiling sha512-586-apple.S
[1002/1325] Compiling sha256-x86_64-apple.S
[1003/1325] Compiling sha256-armv8-win.S
[1004/1325] Compiling sha256-armv8-linux.S
[1004/1325] Compiling sha256-x86_64-linux.S
[1006/1325] Compiling sha256-armv4-linux.S
[1007/1325] Compiling sha256-armv8-apple.S
[1008/1325] Compiling sha256-586-linux.S
[1009/1325] Compiling sha256-586-apple.S
[1010/1325] Compiling sha1-x86_64-linux.S
[1011/1325] Compiling sha1-x86_64-apple.S
[1012/1325] Compiling sha1-armv8-win.S
[1013/1325] Compiling sha1-armv8-linux.S
[1014/1325] Compiling sha1-armv4-large-linux.S
[1015/1325] Compiling sha1-armv8-apple.S
[1016/1325] Compiling sha1-586-apple.S
[1017/1325] Compiling sha1-586-linux.S
[1018/1325] Compiling rsaz-avx2-linux.S
[1019/1325] Compiling rdrand-x86_64-linux.S
[1020/1325] Compiling rsaz-avx2-apple.S
[1021/1325] Compiling rdrand-x86_64-apple.S
[1022/1325] Compiling p256_beeu-x86_64-asm-linux.S
[1023/1325] Compiling p256_beeu-x86_64-asm-apple.S
[1024/1325] Compiling p256_beeu-armv8-asm-win.S
[1025/1325] Compiling p256_beeu-armv8-asm-linux.S
[1026/1325] Compiling p256_beeu-armv8-asm-apple.S
[1027/1325] Compiling p256-armv8-asm-win.S
[1027/1325] Compiling p256-x86_64-asm-apple.S
[1029/1325] Compiling p256-x86_64-asm-linux.S
[1030/1325] Compiling p256-armv8-asm-linux.S
[1031/1325] Compiling ghashv8-armv8-win.S
[1032/1325] Compiling ghashv8-armv8-linux.S
[1033/1325] Compiling p256-armv8-asm-apple.S
[1034/1325] Compiling ghashv8-armv8-apple.S
[1035/1325] Compiling ghashv8-armv7-linux.S
[1036/1325] Compiling ghash-x86_64-apple.S
[1036/1325] Compiling ghash-x86_64-linux.S
[1038/1325] Compiling ghash-x86-linux.S
[1039/1325] Compiling ghash-ssse3-x86_64-apple.S
[1040/1325] Compiling ghash-x86-apple.S
[1040/1325] Compiling ghash-ssse3-x86_64-linux.S
[1042/1325] Compiling ghash-neon-armv8-linux.S
[1042/1325] Compiling ghash-ssse3-x86-linux.S
[1044/1325] Compiling ghash-ssse3-x86-apple.S
[1045/1325] Compiling ghash-neon-armv8-win.S
[1046/1325] Compiling ghash-neon-armv8-apple.S
[1047/1325] Compiling co-586-apple.S
[1048/1325] Compiling ghash-armv4-linux.S
[1049/1325] Compiling co-586-linux.S
[1050/1325] Compiling bn-armv8-linux.S
[1051/1325] Compiling bsaes-armv7-linux.S
[1052/1325] Compiling bn-armv8-apple.S
[1053/1325] Compiling bn-armv8-win.S
[1054/1325] Compiling bn-586-linux.S
[1054/1325] Compiling armv8-mont-win.S
[1056/1325] Compiling bn-586-apple.S
[1057/1325] Compiling armv8-mont-linux.S
[1058/1325] Compiling aesv8-gcm-armv8-win.S
[1059/1325] Compiling armv4-mont-linux.S
[1060/1325] Compiling aesv8-gcm-armv8-linux.S
[1061/1325] Compiling armv8-mont-apple.S
[1062/1325] Compiling aesv8-armv8-linux.S
[1063/1325] Compiling aesv8-armv8-win.S
[1064/1325] Compiling aesv8-gcm-armv8-apple.S
[1065/1325] Compiling aesv8-armv8-apple.S
[1066/1325] Compiling aesv8-armv7-linux.S
[1067/1325] Compiling aesni-x86_64-linux.S
[1068/1325] Compiling aesni-x86-linux.S
[1069/1325] Compiling aesni-x86_64-apple.S
[1070/1325] Compiling aesni-gcm-x86_64-linux.S
[1071/1325] Compiling aesni-x86-apple.S
[1072/1325] Compiling aesni-gcm-x86_64-apple.S
[1073/1325] Compiling aes-gcm-avx10-x86_64-linux.S
[1074/1325] Compiling aes-gcm-avx10-x86_64-apple.S
[1075/1325] Compiling x_x509a.cc
[1076/1325] Compiling x_spki.cc
[1077/1325] Compiling c-nioatomics.c
[1078/1325] Compiling x_sig.cc
[1079/1325] Compiling x_val.cc
[1080/1325] Compiling x_req.cc
[1081/1325] Compiling x_x509.cc
[1082/1325] Compiling x_pubkey.cc
[1083/1325] Compiling x_name.cc
[1084/1325] Compiling x509spki.cc
[1085/1325] Compiling x_attrib.cc
[1086/1325] Compiling x509rset.cc
[1087/1325] Compiling x_algor.cc
[1088/1325] Compiling x_exten.cc
[1089/1325] Compiling x_crl.cc
[1090/1325] Compiling x509name.cc
[1091/1325] Compiling c-atomics.c
[1092/1325] Compiling x_all.cc
[1093/1325] Compiling x509cset.cc
[1094/1331] Compiling x509_txt.cc
[1095/1331] Compiling x509_vpm.cc
[1096/1331] Compiling x509_vfy.cc
[1097/1331] Compiling x509_v3.cc
[1098/1331] Compiling x509_trs.cc
[1099/1331] Compiling x509_obj.cc
[1100/1331] Compiling x509_set.cc
[1101/1331] Compiling x509_req.cc
[1103/1331] Compiling NIOConcurrencyHelpers lock.swift
[1103/1331] Compiling x509_lu.cc
[1105/1331] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1106/1331] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1107/1331] Emitting module NIOConcurrencyHelpers
[1108/1331] Compiling NIOConcurrencyHelpers atomics.swift
[1109/1331] Compiling NIOConcurrencyHelpers NIOLock.swift
[1109/1331] Compiling x509_ext.cc
[1110/1331] Compiling x509_def.cc
[1111/1331] Compiling x509_d2.cc
[1112/1331] Compiling x509.cc
[1113/1331] Compiling x509_cmp.cc
[1114/1331] Compiling x509_att.cc
[1115/1331] Compiling v3_utl.cc
[1116/1331] Compiling v3_skey.cc
[1117/1358] Compiling v3_purp.cc
[1118/1358] Compiling v3_prn.cc
[1119/1358] Compiling v3_pmaps.cc
[1120/1358] Compiling v3_pcons.cc
[1122/1358] Compiling ConsoleKitTerminal Console+Confirm.swift
[1123/1358] Compiling ConsoleKitTerminal Console+Input.swift
[1124/1358] Compiling ConsoleKitTerminal Console+Center.swift
[1125/1358] Compiling ConsoleKitTerminal ConsoleClear.swift
[1126/1358] Compiling ConsoleKitTerminal Console+Ask.swift
[1127/1358] Compiling ConsoleKitTerminal Console+Choose.swift
[1128/1358] Compiling ConsoleKitTerminal ProgressBar.swift
[1129/1358] Compiling ConsoleKitTerminal Console+Clear.swift
[1130/1358] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1131/1360] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1132/1360] Compiling ConsoleKitTerminal ConsoleText.swift
[1133/1360] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1133/1360] Compiling v3_ncons.cc
[1135/1360] Emitting module ConsoleKitTerminal
[1136/1360] Compiling ConsoleKitTerminal ActivityBar.swift
[1137/1360] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1138/1360] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1138/1360] Compiling v3_int.cc
[1139/1360] Compiling v3_ocsp.cc
[1140/1360] Compiling v3_lib.cc
[1142/1360] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1143/1360] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1143/1360] Compiling v3_info.cc
[1145/1360] Compiling ConsoleKitTerminal Console+Output.swift
[1146/1360] Compiling ConsoleKitTerminal Console+Wait.swift
[1147/1360] Compiling ConsoleKitTerminal ConsoleColor.swift
[1148/1360] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1149/1360] Compiling ConsoleKitTerminal CustomActivity.swift
[1150/1360] Compiling ConsoleKitTerminal LoadingBar.swift
[1151/1360] Compiling ConsoleKitTerminal ANSI.swift
[1152/1360] Compiling ConsoleKitTerminal Console.swift
[1153/1360] Compiling ConsoleKitTerminal Terminal.swift
[1153/1360] Compiling v3_ia5.cc
[1154/1360] Compiling v3_genn.cc
[1155/1360] Compiling v3_extku.cc
[1157/1360] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1158/1360] Compiling ConsoleKitTerminal LoggerFragment.swift
[1158/1360] Compiling v3_enum.cc
[1159/1360] Compiling v3_cpols.cc
[1160/1360] Compiling v3_crld.cc
[1161/1360] Compiling v3_conf.cc
[1162/1360] Compiling v3_bitst.cc
[1163/1360] Compiling v3_bcons.cc
[1164/1382] Compiling v3_akeya.cc
[1165/1382] Compiling v3_alt.cc
[1166/1382] Compiling v3_akey.cc
[1167/1382] Compiling t_x509a.cc
[1169/1382] Compiling ConsoleKitCommands Flag.swift
[1170/1382] Compiling ConsoleKitCommands Option.swift
[1170/1384] Compiling t_req.cc
[1172/1384] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1173/1384] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1173/1384] Compiling t_crl.cc
[1174/1384] Compiling t_x509.cc
[1176/1384] Emitting module ConsoleKitCommands
[1176/1384] Compiling i2d_pr.cc
[1178/1384] Compiling ConsoleKitCommands Argument.swift
[1179/1384] Compiling ConsoleKitCommands CommandSignature.swift
[1180/1384] Compiling ConsoleKitCommands CommandGroup.swift
[1181/1384] Compiling ConsoleKitCommands CommandInput.swift
[1181/1384] Compiling rsa_pss.cc
[1183/1384] Compiling ConsoleKitCommands Command.swift
[1184/1384] Compiling ConsoleKitCommands CommandContext.swift
[1185/1384] Compiling ConsoleKitCommands CommandError.swift
[1185/1384] Compiling policy.cc
[1186/1384] Compiling name_print.cc
[1188/1384] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1189/1384] Compiling ConsoleKitCommands Utilities.swift
[1189/1384] Compiling by_file.cc
[1190/1384] Compiling by_dir.cc
[1191/1384] Compiling asn1_gen.cc
[1192/1384] Compiling algorithm.cc
[1194/1384] Compiling ConsoleKitCommands AsyncCommands.swift
[1195/1384] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1196/1384] Compiling ConsoleKitCommands AnyCommand.swift
[1197/1384] Compiling ConsoleKitCommands Commands.swift
[1198/1384] Compiling ConsoleKitCommands Console+Run.swift
[1199/1384] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1200/1384] Compiling ConsoleKitCommands AsyncCommand.swift
[1201/1384] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1202/1384] Compiling ConsoleKitCommands ConsoleError.swift
[1203/1384] Compiling ConsoleKitCommands Completion.swift
[1203/1384] Compiling a_sign.cc
[1204/1384] Compiling trust_token.cc
[1205/1384] Compiling voprf.cc
[1206/1384] Compiling a_verify.cc
[1207/1384] Compiling a_digest.cc
[1208/1384] Compiling thread_win.cc
[1209/1384] Compiling thread_pthread.cc
[1210/1386] Compiling thread_none.cc
[1211/1386] Compiling pmbtoken.cc
[1212/1386] Compiling thread.cc
[1213/1386] Compiling wots.cc
[1214/1386] Compiling thash.cc
[1215/1386] Compiling stack.cc
[1217/1386] Emitting module ConsoleKit
[1218/1386] Compiling ConsoleKit Exports.swift
[1218/1386] Compiling slhdsa.cc
[1219/1386] Compiling merkle.cc
[1220/1386] Compiling fors.cc
[1221/1386] Compiling sha256.cc
[1221/1386] Compiling sha512.cc
[1223/1386] Compiling siphash.cc
[1224/1386] Compiling sha1.cc
[1225/1386] Compiling rsa_extra.cc
[1226/1386] Compiling rsa_print.cc
[1227/1386] Compiling refcount.cc
[1228/1386] Compiling rsa_crypt.cc
[1229/1386] Compiling rsa_asn1.cc
[1230/1386] Compiling windows.cc
[1231/1386] Compiling rc4.cc
[1232/1386] Compiling rand_extra.cc
[1233/1386] Compiling trusty.cc
[1234/1386] Compiling urandom.cc
[1235/1386] Compiling ios.cc
[1236/1386] Compiling passive.cc
[1237/1386] Compiling poly1305_arm_asm.S
[1238/1386] Compiling getentropy.cc
[1239/1386] Compiling forkunsafe.cc
[1240/1386] Compiling fork_detect.cc
[1241/1386] Compiling deterministic.cc
[1242/1386] Compiling poly1305_vec.cc
[1243/1386] Compiling poly1305.cc
[1244/1386] Compiling poly1305_arm.cc
[1245/1386] Compiling pool.cc
[1246/1386] Compiling pkcs8.cc
[1247/1386] Compiling pkcs8_x509.cc
[1248/1386] Compiling pkcs7.cc
[1248/1386] Compiling p5_pbev2.cc
[1250/1386] Compiling pkcs7_x509.cc
[1251/1386] Compiling pem_xaux.cc
[1252/1386] Compiling pem_oth.cc
[1253/1386] Compiling pem_x509.cc
[1254/1386] Compiling pem_pkey.cc
[1255/1386] Compiling pem_pk8.cc
[1256/1386] Compiling pem_lib.cc
[1257/1386] Compiling obj_xref.cc
[1258/1386] Compiling mldsa.cc
[1259/1386] Compiling md5.cc
[1259/1386] Compiling mem.cc
[1261/1386] Compiling obj.cc
[1262/1386] Compiling poly_rq_mul.S
[1263/1386] Compiling md4.cc
[1264/1386] Compiling fips_shared_support.cc
[1265/1386] Compiling mlkem.cc
[1266/1386] Compiling pem_info.cc
[1267/1386] Compiling pem_all.cc
[1268/1386] Compiling lhash.cc
[1269/1386] Compiling ex_data.cc
[1270/1386] Compiling kyber.cc
[1271/1386] Compiling sign.cc
[1272/1386] Compiling pbkdf.cc
[1273/1386] Compiling scrypt.cc
[1274/1386] Compiling hpke.cc
[1275/1386] Compiling print.cc
[1276/1386] Compiling hrss.cc
[1277/1386] Compiling p_x25519_asn1.cc
[1278/1386] Compiling p_x25519.cc
[1279/1386] Compiling p_ed25519.cc
[1280/1386] Compiling p_rsa_asn1.cc
[1281/1386] Compiling p_ed25519_asn1.cc
[1282/1386] Compiling p_hkdf.cc
[1283/1386] Compiling p_rsa.cc
[1284/1386] Compiling p_ec_asn1.cc
[1285/1386] Compiling p_ec.cc
[1286/1386] Compiling p_dh_asn1.cc
[1287/1386] Compiling p_dh.cc
[1288/1386] Compiling p_dsa_asn1.cc
[1289/1386] Compiling evp_ctx.cc
[1290/1386] Compiling err.cc
[1291/1386] Compiling evp.cc
[1292/1386] Compiling engine.cc
[1293/1386] Compiling evp_asn1.cc
[1294/1386] Compiling ecdsa_asn1.cc
[1295/1386] Compiling ecdh_extra.cc
[1296/1386] Compiling hash_to_curve.cc
[1297/1386] Compiling ec_derive.cc
[1298/1386] Compiling dsa.cc
[1299/1386] Compiling ec_asn1.cc
[1300/1386] Compiling dsa_asn1.cc
[1301/1386] Compiling x25519-asm-arm.S
[1302/1386] Compiling params.cc
[1303/1386] Compiling digest_extra.cc
[1304/1386] Compiling bcm.cc
[1305/1386] Compiling dh_asn1.cc
[1306/1386] Compiling curve25519_64_adx.cc
[1307/1386] Compiling des.cc
[1308/1386] Compiling spake25519.cc
[1309/1386] Compiling cpu_intel.cc
[1310/1386] Compiling crypto.cc
[1311/1386] Compiling cpu_arm_linux.cc
[1312/1386] Compiling cpu_arm_freebsd.cc
[1313/1386] Compiling cpu_aarch64_win.cc
[1314/1386] Compiling curve25519.cc
[1315/1386] Compiling cpu_aarch64_sysreg.cc
[1316/1386] Compiling cpu_aarch64_openbsd.cc
[1317/1386] Compiling cpu_aarch64_linux.cc
[1318/1386] Compiling cpu_aarch64_fuchsia.cc
[1319/1386] Compiling cpu_aarch64_apple.cc
[1320/1386] Compiling tls_cbc.cc
[1321/1386] Compiling conf.cc
[1322/1386] Compiling e_rc4.cc
[1323/1386] Compiling e_tls.cc
[1324/1386] Compiling e_rc2.cc
[1325/1386] Compiling e_null.cc
[1326/1386] Compiling e_des.cc
[1327/1386] Compiling e_chacha20poly1305.cc
[1328/1386] Compiling e_aesgcmsiv.cc
[1329/1386] Compiling e_aesctrhmac.cc
[1330/1386] Compiling derive_key.cc
[1331/1386] Compiling cipher_extra.cc
[1332/1386] Compiling chacha.cc
[1333/1386] Compiling unicode.cc
[1334/1386] Compiling cbs.cc
[1335/1386] Compiling cbb.cc
[1336/1386] Compiling ber.cc
[1337/1386] Compiling asn1_compat.cc
[1338/1386] Compiling buf.cc
[1339/1386] Compiling blake2.cc
[1340/1386] Compiling printf.cc
[1341/1386] Compiling bn_asn1.cc
[1342/1386] Compiling convert.cc
[1343/1386] Compiling pair.cc
[1344/1386] Compiling hexdump.cc
[1345/1386] Compiling file.cc
[1346/1386] Compiling fd.cc
[1347/1386] Compiling errno.cc
[1348/1386] Compiling bio_mem.cc
[1349/1386] Compiling base64.cc
[1350/1386] Compiling bio.cc
[1351/1386] Compiling tasn_typ.cc
[1352/1386] Compiling tasn_utl.cc
[1353/1386] Compiling tasn_fre.cc
[1354/1386] Compiling tasn_new.cc
[1355/1386] Compiling tasn_enc.cc
[1356/1386] Compiling posix_time.cc
[1357/1386] Compiling f_string.cc
[1358/1386] Compiling tasn_dec.cc
[1359/1386] Compiling f_int.cc
[1360/1386] Compiling asn_pack.cc
[1361/1386] Compiling asn1_par.cc
[1362/1386] Compiling asn1_lib.cc
[1362/1386] Compiling a_utctm.cc
[1364/1386] Compiling a_type.cc
[1365/1386] Compiling a_octet.cc
[1366/1386] Compiling a_time.cc
[1367/1386] Compiling a_strnid.cc
[1368/1386] Compiling a_strex.cc
[1369/1386] Compiling a_object.cc
[1370/1386] Write sources
[1372/1386] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1373/1386] Compiling a_mbstr.cc
[1374/1386] Write sources
[1379/1386] Compiling a_int.cc
[1380/1416] Compiling a_i2d_fp.cc
[1381/1423] Compiling a_dup.cc
[1382/1436] Compiling a_d2i_fp.cc
[1383/1460] Compiling a_gentm.cc
[1384/1522] Compiling a_bitstr.cc
[1385/1522] Compiling a_bool.cc
[1387/1526] Compiling APNSCore EmptyPayload.swift
[1388/1526] Compiling APNSCore APNSClient+FileProvider.swift
[1389/1533] Compiling APNSCore APNSErrorResponse.swift
[1390/1533] Compiling APNSCore APNSMessage.swift
[1391/1533] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1392/1533] Compiling APNSCore APNSAlertNotificationSound.swift
[1393/1533] Compiling APNSCore APNSClient+Complication.swift
[1394/1533] Compiling APNSCore APNSComplicationNotification.swift
[1395/1533] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[1396/1533] Compiling APNSCore APNSLiveActivityNotification.swift
[1397/1533] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1398/1533] Compiling APNSCore APNSAlertNotificationContent.swift
[1401/1538] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1402/1538] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1403/1538] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1404/1538] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1405/1538] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1406/1538] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1415/1538] Compiling APNSCore APNSFileProviderNotification.swift
[1416/1538] Compiling APNSCore APNSClient+LiveActivity.swift
[1417/1538] Compiling Atomics IntegerOperations.swift
[1418/1538] Compiling Atomics Unmanaged extensions.swift
[1419/1538] Compiling BitCollections BitArray+Hashable.swift
[1420/1538] Compiling BitCollections BitArray+Initializers.swift
[1421/1538] Compiling BitCollections BitArray+Invariants.swift
[1422/1538] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1423/1538] Compiling BitCollections BitArray+RandomBits.swift
[1424/1538] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1425/1538] Compiling BitCollections BitSet.swift
[1426/1538] Compiling BitCollections Range+Utilities.swift
[1427/1538] Compiling BitCollections Slice+Utilities.swift
[1428/1538] Compiling BitCollections UInt+Tricks.swift
[1429/1538] Compiling BitCollections _Word.swift
[1430/1538] Compiling BitCollections BitArray+Shifts.swift
[1431/1538] Compiling BitCollections BitArray+Testing.swift
[1432/1538] Compiling BitCollections BitArray._UnsafeHandle.swift
[1433/1538] Compiling BitCollections BitArray.swift
[1434/1538] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1435/1538] Compiling BitCollections BitSet+Codable.swift
[1436/1538] Compiling APNSCore Logging.swift
[1437/1538] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[1438/1538] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[1439/1538] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1440/1538] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1441/1538] Compiling BitCollections BitSet+Extras.swift
[1442/1538] Emitting module BitCollections
[1443/1538] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1444/1538] Compiling APNSCore APNSClient.swift
[1445/1538] Compiling APNSCore APNSEnvironment.swift
[1446/1538] Compiling APNSCore APNSError.swift
[1449/1538] Compiling APNSCore APNSClient+Alert.swift
[1450/1538] Compiling APNSCore APNSBackgroundNotification.swift
[1451/1538] Compiling APNSCore APNSClient+Background.swift
[1452/1538] Compiling APNSCore Base64.swift
[1453/1538] Compiling APNSCore APNSClient+Location.swift
[1454/1538] Compiling APNSCore APNSLocationNotification.swift
[1457/1538] Compiling APNSCore APNSPushType.swift
[1458/1538] Compiling APNSCore APNSRequest.swift
[1459/1538] Compiling APNSCore APNSResponse.swift
[1460/1538] Compiling APNSCore APNSAlertNotification.swift
[1472/1540] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1473/1542] Emitting module Collections
[1474/1542] Compiling Collections Collections.swift
[1486/1542] Compiling CryptoBoringWrapper RandomBytes.swift
[1487/1542] Compiling Algorithms Unique.swift
[1488/1542] Compiling Algorithms Windows.swift
[1495/1542] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1496/1542] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1497/1542] Compiling CryptoBoringWrapper EllipticCurve.swift
[1498/1542] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1499/1542] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1500/1542] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1501/1542] Emitting module CryptoBoringWrapper
[1502/1542] Emitting module Atomics
[1503/1651] Compiling NIOCore AddressedEnvelope.swift
[1504/1651] Compiling NIOCore AsyncAwaitSupport.swift
[1505/1651] Compiling NIOCore AsyncChannel.swift
[1506/1651] Emitting module Algorithms
[1507/1651] Compiling NIOCore ChannelInvoker.swift
[1508/1651] Compiling NIOCore ChannelOption.swift
[1509/1651] Compiling NIOCore ChannelPipeline.swift
[1510/1651] Compiling NIOCore CircularBuffer.swift
[1511/1651] Compiling NIOCore ByteBuffer-core.swift
[1512/1656] Emitting module _CryptoExtras
[1513/1656] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1514/1656] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1515/1656] Compiling NIOCore NIOAsyncWriter.swift
[1516/1656] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1517/1656] Compiling NIOCore BSDSocketAPI.swift
[1518/1656] Compiling NIOCore ByteBuffer-aux.swift
[1522/1656] Compiling NIOCore AsyncChannelHandler.swift
[1523/1656] Compiling NIOCore AsyncChannelInboundStream.swift
[1524/1656] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1525/1656] Compiling NIOCore NIOLoopBound.swift
[1526/1656] Compiling NIOCore NIOScheduledCallback.swift
[1527/1656] Compiling NIOCore NIOSendable.swift
[1528/1656] Compiling NIOCore RecvByteBufferAllocator.swift
[1529/1656] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1530/1656] Compiling NIOCore SocketAddresses.swift
[1531/1656] Compiling _CryptoExtras Prover.swift
[1532/1656] Compiling _CryptoExtras Verifier.swift
[1533/1656] Compiling _CryptoExtras ZKPToolbox.swift
[1534/1656] Compiling _CryptoExtras resource_bundle_accessor.swift
[1535/1656] Compiling NIOCore IntegerBitPacking.swift
[1536/1656] Compiling NIOCore IntegerTypes.swift
[1537/1662] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1538/1662] Compiling NIOCore ByteBuffer-conversions.swift
[1539/1662] Compiling NIOCore Channel.swift
[1540/1662] Compiling NIOCore ChannelHandler.swift
[1541/1662] Compiling NIOCore ChannelHandlers.swift
[1542/1662] Compiling NIOCore EventLoopFuture.swift
[1543/1662] Compiling NIOCore FileDescriptor.swift
[1544/1662] Compiling NIOCore FileHandle.swift
[1545/1662] Compiling NIOCore FileRegion.swift
[1548/1665] Compiling NIOCore ByteBuffer-hex.swift
[1549/1665] Compiling NIOCore ByteBuffer-int.swift
[1550/1665] Compiling APNSCore APNSVoIPNotification.swift
[1551/1665] Compiling NIOCore MulticastChannel.swift
[1552/1665] Compiling NIOCore NIOAny.swift
[1553/1665] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1554/1665] Compiling NIOCore Codec.swift
[1555/1665] Compiling NIOCore ConvenienceOptionSupport.swift
[1556/1665] Compiling NIOCore DeadChannel.swift
[1557/1665] Compiling NIOCore DispatchQueue+WithFuture.swift
[1558/1665] Compiling NIOCore EventLoop+Deprecated.swift
[1559/1665] Compiling NIOCore EventLoop+SerialExecutor.swift
[1566/1665] Compiling _CryptoExtras DLEQ.swift
[1567/1665] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1568/1665] Compiling APNSCore APNSClient+VoIP.swift
[1585/1665] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1586/1665] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1587/1665] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1600/1665] Compiling NIOCore SocketOptionProvider.swift
[1601/1665] Compiling NIOCore SystemCallHelpers.swift
[1602/1665] Compiling NIOCore TimeAmount+Duration.swift
[1603/1665] Compiling NIOCore TypeAssistedChannelHandler.swift
[1604/1665] Compiling NIOCore UniversalBootstrapSupport.swift
[1605/1665] Compiling NIOCore Utilities.swift
[1608/1665] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1609/1665] Compiling NIOCore ByteBuffer-multi-int.swift
[1610/1665] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1631/1665] Compiling NIOCore ByteBuffer-views.swift
[1639/1665] Emitting module NIOCore
[1640/1718] Emitting module NIOEmbedded
[1641/1718] Compiling NIOEmbedded AsyncTestingChannel.swift
[1642/1718] Compiling NIOEmbedded Embedded.swift
[1643/1718] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1644/1718] Compiling NIOPosix SocketProtocols.swift
[1645/1718] Compiling NIOPosix System.swift
[1646/1718] Compiling NIOPosix Thread.swift
[1647/1718] Compiling NIOPosix ThreadPosix.swift
[1648/1718] Compiling NIOPosix ThreadWindows.swift
[1649/1723] Emitting module NIOPosix
[1650/1723] Compiling NIOPosix BSDSocketAPICommon.swift
[1651/1723] Compiling NIOPosix BSDSocketAPIPosix.swift
[1652/1723] Compiling NIOPosix BSDSocketAPIWindows.swift
[1653/1723] Compiling NIOPosix BaseSocket.swift
[1654/1723] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1655/1723] Compiling NIOPosix BaseSocketChannel.swift
[1656/1723] Compiling NIOPosix PendingDatagramWritesManager.swift
[1657/1723] Compiling NIOPosix PendingWritesManager.swift
[1658/1723] Compiling NIOPosix PipeChannel.swift
[1659/1723] Compiling NIOPosix PipePair.swift
[1660/1723] Compiling NIOPosix Pool.swift
[1661/1723] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1662/1723] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1663/1723] Compiling NIOPosix PosixSingletons.swift
[1664/1723] Compiling NIOPosix RawSocketBootstrap.swift
[1665/1723] Compiling NIOPosix Resolver.swift
[1666/1723] Compiling NIOPosix GetaddrinfoResolver.swift
[1667/1723] Compiling NIOPosix HappyEyeballs.swift
[1668/1723] Compiling NIOPosix IO.swift
[1669/1723] Compiling NIOPosix IntegerBitPacking.swift
[1670/1723] Compiling NIOPosix IntegerTypes.swift
[1671/1723] Compiling NIOPosix Linux.swift
[1672/1723] Compiling NIOPosix SelectorKqueue.swift
[1673/1723] Compiling NIOPosix SelectorUring.swift
[1674/1723] Compiling NIOPosix ServerSocket.swift
[1675/1723] Compiling NIOPosix Socket.swift
[1676/1723] Compiling NIOPosix SocketChannel.swift
[1677/1723] Compiling NIOPosix LinuxCPUSet.swift
[1678/1723] Compiling NIOPosix LinuxUring.swift
[1679/1723] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1680/1723] Compiling NIOPosix NIOThreadPool.swift
[1681/1723] Compiling NIOPosix NonBlockingFileIO.swift
[1682/1723] Compiling NIOPosix Selectable.swift
[1683/1723] Compiling NIOPosix SelectableChannel.swift
[1684/1723] Compiling NIOPosix SelectableEventLoop.swift
[1685/1723] Compiling NIOPosix SelectorEpoll.swift
[1686/1723] Compiling NIOPosix SelectorGeneric.swift
[1687/1723] Compiling NIOPosix UnsafeTransfer.swift
[1688/1723] Compiling NIOPosix Utilities.swift
[1689/1723] Compiling NIOPosix VsockAddress.swift
[1690/1723] Compiling NIOPosix VsockChannelEvents.swift
[1691/1723] Compiling NIOPosix resource_bundle_accessor.swift
[1692/1723] Compiling NIOPosix BaseStreamSocketChannel.swift
[1693/1723] Compiling NIOPosix Bootstrap.swift
[1694/1723] Compiling NIOPosix ControlMessage.swift
[1695/1723] Compiling NIOPosix DatagramVectorReadManager.swift
[1696/1723] Compiling NIOPosix Errors+Any.swift
[1697/1723] Compiling NIOPosix FileDescriptor.swift
[1698/1784] Compiling NIO Exports.swift
[1699/1784] Emitting module NIO
[1700/1784] Compiling _NIOFileSystem Array+FileSystem.swift
[1701/1784] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1702/1784] Compiling _NIOFileSystem BufferedReader.swift
[1703/1912] Compiling SQLKit SQLExcludedColumn.swift
[1704/1912] Compiling SQLKit SQLForeignKey.swift
[1705/1920] Compiling NIOTLS TLSEvents.swift
[1706/1920] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1707/1920] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1708/1920] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1709/1920] Compiling NIOSOCKS ClientStateMachine.swift
[1710/1921] Compiling NIOSOCKS SOCKSResponse.swift
[1711/1921] Compiling NIOSOCKS Messages.swift
[1712/1921] Compiling NIOSOCKS Errors.swift
[1713/1921] Compiling NIOSOCKS Helpers.swift
[1714/1921] Compiling SQLKit SQLAlterEnumBuilder.swift
[1715/1921] Compiling SQLKit SQLAlterTableBuilder.swift
[1716/1921] Compiling NIOSOCKS SOCKSRequest.swift
[1717/1921] Emitting module NIOSOCKS
[1718/1921] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1719/1921] Compiling SQLKit SQLCreateEnumBuilder.swift
[1720/1921] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1721/1921] Emitting module NIOTLS
[1722/1921] Compiling NIOTLS SNIHandler.swift
[1723/1921] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1724/1921] Emitting module _NIOFileSystem
[1725/1924] Compiling SQLKit SQLColumn.swift
[1726/1924] Compiling SQLKit SQLConstraint.swift
[1727/1954] Compiling NIOSOCKS ServerStateMachine.swift
[1728/1954] Compiling NIOSSL SSLPrivateKey.swift
[1729/1954] Compiling NIOSSL AndroidCABundle.swift
[1730/1954] Compiling NIOSSL ByteBufferBIO.swift
[1731/1954] Compiling NIOSSL CustomPrivateKey.swift
[1732/1954] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1733/1954] Compiling NIOSSL SSLPublicKey.swift
[1734/1954] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1735/1955] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1736/1955] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1737/1955] Emitting module NIOFoundationCompat
[1738/1955] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1739/1955] Compiling NIOSSL SubjectAlternativeName.swift
[1740/1955] Compiling NIOSSL NIOSSLSecureBytes.swift
[1741/1955] Compiling NIOSSL RNG.swift
[1742/1955] Compiling NIOSSL LinuxCABundle.swift
[1743/1955] Emitting module APNSCore
[1744/1977] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1745/1977] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1746/1977] Compiling NIOTransportServices NIOTSEventLoop.swift
[1747/1977] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1748/1977] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1749/1977] Compiling NIOTransportServices NIOTSErrors.swift
[1750/1977] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1751/1977] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1752/1977] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1753/1977] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1754/1987] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1755/1987] Compiling NIOTransportServices StateManagedChannel.swift
[1756/1987] Compiling NIOTransportServices NIOTSBootstraps.swift
[1757/1987] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1762/1987] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1763/1987] Compiling NIOTransportServices AcceptHandler.swift
[1764/1987] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1765/1987] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1766/1987] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1767/1987] Compiling NIOTransportServices NIOTSSingletons.swift
[1768/1987] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1769/1987] Compiling _NIOFileSystem OpenOptions.swift
[1770/1987] Compiling _NIOFileSystem String+FileSystem.swift
[1771/1987] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1772/1987] Compiling SQLKit SQLDropTriggerBuilder.swift
[1773/1987] Compiling SQLKit SQLInsertBuilder.swift
[1774/1987] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1775/1987] Compiling SQLKit SQLRawBuilder.swift
[1776/1987] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1777/1987] Compiling SQLKit SQLSelectBuilder.swift
[1778/1987] Compiling SQLKit SQLSubqueryBuilder.swift
[1779/1987] Compiling SQLKit SQLUnionBuilder.swift
[1780/1987] Compiling SQLKit SQLUpdateBuilder.swift
[1781/1987] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1782/1987] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1783/1987] Compiling SQLKit SQLCreateIndex.swift
[1784/1987] Compiling SQLKit SQLCreateTable.swift
[1785/1987] Compiling SQLKit SQLCreateTrigger.swift
[1786/1987] Compiling SQLKit SQLDelete.swift
[1787/1987] Compiling SQLKit SQLDropEnum.swift
[1788/1987] Compiling SQLKit SQLDropIndex.swift
[1789/1987] Compiling SQLKit SQLDropTable.swift
[1790/1987] Compiling SQLKit SQLDropTrigger.swift
[1791/1987] Compiling SQLKit SQLInsert.swift
[1792/1987] Compiling SQLKit SQLSelect.swift
[1794/1987] Compiling NIOSSL TLSConfiguration.swift
[1795/1987] Compiling NIOSSL SSLInit.swift
[1796/1987] Compiling NIOSSL SSLPKCS12Bundle.swift
[1797/1987] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1798/1987] Compiling SQLKit SQLUnion.swift
[1799/1987] Compiling SQLKit SQLUpdate.swift
[1800/1987] Compiling SQLKit SQLExpression.swift
[1801/1987] Compiling SQLKit SQLSerializer.swift
[1802/1987] Compiling SQLKit SQLStatement.swift
[1803/1987] Compiling SQLKit SQLBinaryExpression.swift
[1804/1987] Compiling SQLKit SQLBinaryOperator.swift
[1805/1987] Compiling SQLKit SQLBind.swift
[1806/1987] Compiling SQLKit SQLFunction.swift
[1807/1987] Compiling SQLKit SQLGroupExpression.swift
[1808/1987] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1809/1987] Compiling SQLKit SQLCommonUnionBuilder.swift
[1810/1987] Compiling SQLKit SQLJoinBuilder.swift
[1811/1987] Compiling SQLKit SQLPartialResultBuilder.swift
[1812/1987] Compiling SQLKit SQLPredicateBuilder.swift
[1813/1987] Compiling SQLKit SQLQueryBuilder.swift
[1814/1987] Compiling SQLKit SQLQueryFetcher.swift
[1815/1987] Compiling SQLKit SQLReturningBuilder.swift
[1816/1987] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1817/1987] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1818/1987] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1819/1987] Compiling SQLKit SQLJoin.swift
[1820/1987] Compiling SQLKit SQLJoinMethod.swift
[1821/1987] Compiling SQLKit SQLLockingClause.swift
[1822/1987] Compiling SQLKit SQLOrderBy.swift
[1823/1987] Compiling SQLKit SQLReturning.swift
[1824/1987] Compiling SQLKit SQLSubquery.swift
[1825/1987] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1826/1987] Compiling SQLKit SQLAlterEnum.swift
[1827/1987] Compiling SQLKit SQLAlterTable.swift
[1828/1987] Compiling SQLKit SQLCreateEnum.swift
[1836/1987] Compiling NIOSSL IdentityVerification.swift
[1837/1987] Compiling SQLKit SQLQueryString.swift
[1838/1987] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1839/1987] Compiling SQLKit SQLDatabase.swift
[1840/1987] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1841/1987] Compiling SQLKit SQLDialect.swift
[1842/1987] Compiling SQLKit SQLDatabase+Deprecated.swift
[1843/1987] Compiling SQLKit SQLError.swift
[1847/1987] Compiling SQLKit SQLAlias.swift
[1848/1987] Compiling SQLKit SQLBetween.swift
[1849/1987] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1860/1987] Emitting module NIOHTTP1
[1871/1997] Emitting module AsyncKit
[1872/2015] Emitting module NIOTransportServices
[1886/2036] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1887/2036] Compiling NIOExtras LineBasedFrameDecoder.swift
[1888/2036] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1889/2036] Compiling NIOExtras DebugInboundEventsHandler.swift
[1890/2036] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1891/2036] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1892/2036] Compiling NIOExtras LengthFieldPrepender.swift
[1893/2036] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1894/2036] Compiling NIOExtras JSONRPCFraming.swift
[1895/2036] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1896/2036] Compiling NIOWebSocket WebSocketOpcode.swift
[1897/2036] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1898/2036] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1899/2037] Emitting module SQLKit
[1900/2037] Compiling NIOHPACK IntegerCoding.swift
[1901/2037] Compiling NIOHPACK HuffmanTables.swift
[1902/2037] Compiling NIOHPACK IndexedHeaderTable.swift
[1903/2038] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1904/2038] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1905/2038] Compiling NIOHPACK HeaderTables.swift
[1906/2038] Compiling NIOHPACK HuffmanCoding.swift
[1907/2038] Compiling NIOWebSocket SHA1.swift
[1908/2038] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1909/2038] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1910/2038] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1911/2038] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1912/2038] Emitting module NIOWebSocket
[1913/2038] Compiling NIOWebSocket WebSocketFrame.swift
[1924/2038] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1925/2038] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1926/2038] Compiling NIOHTTPCompression HTTPCompression.swift
[1927/2038] Emitting module NIOHTTPCompression
[1928/2038] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1929/2038] Compiling NIOHTTPCompression HTTPDecompression.swift
[1930/2038] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1931/2038] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1932/2038] Compiling NIOHPACK StaticHeaderTable.swift
[1933/2057] Compiling MultipartKit MultipartPart.swift
[1934/2057] Compiling MultipartKit MultipartPartConvertible.swift
[1935/2057] Compiling MultipartKit MultipartFormData.swift
[1936/2057] Compiling MultipartKit MultipartParser.swift
[1937/2057] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1938/2057] Compiling MultipartKit FormDataDecoder.swift
[1939/2057] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1940/2057] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1941/2057] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1942/2057] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1945/2057] Compiling MultipartKit FormDataEncoder.swift
[1946/2057] Compiling MultipartKit Storage.swift
[1947/2057] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1948/2057] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1953/2059] Compiling NIOHPACK HPACKErrors.swift
[1954/2059] Compiling NIOHPACK HPACKEncoder.swift
[1955/2059] Compiling MultipartKit BasicCodingKey.swift
[1956/2059] Compiling MultipartKit MultipartError.swift
[1957/2062] Emitting module NIOHPACK
[1958/2062] Compiling NIOHPACK HPACKHeader.swift
[1959/2153] Compiling X509 CertificateVersion.swift
[1960/2153] Compiling X509 CMSAttribute.swift
[1961/2153] Compiling X509 CMSContentInfo.swift
[1962/2153] Compiling X509 CMSEncapsulatedContentInfo.swift
[1963/2153] Compiling X509 CMSIssuerAndSerialNumber.swift
[1964/2153] Compiling X509 CMSOperations.swift
[1965/2153] Compiling X509 CMSSignature.swift
[1966/2153] Compiling X509 CMSSignedData.swift
[1967/2153] Compiling X509 CMSSignerIdentifier.swift
[1968/2158] Compiling X509 ExpiryPolicy.swift
[1969/2158] Compiling X509 IPConstraints.swift
[1970/2158] Compiling X509 NameConstraintsPolicy.swift
[1971/2158] Compiling X509 RFC5280Policy.swift
[1972/2158] Compiling X509 URIConstraints.swift
[1973/2158] Compiling X509 VersionPolicy.swift
[1974/2158] Compiling X509 ServerIdentityPolicy.swift
[1975/2221] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1976/2221] Compiling NIOHTTP2 HTTP2PingData.swift
[1977/2221] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1978/2221] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1979/2221] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1980/2221] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1981/2221] Compiling NIOHTTP2 MaySendFrames.swift
[1982/2221] Compiling NIOHTTP2 SendingDataState.swift
[1983/2221] Compiling NIOHTTP2 SendingGoawayState.swift
[1984/2221] Compiling NIOHTTP2 SendingHeadersState.swift
[1985/2221] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1986/2221] Emitting module NIOFileSystem
[1987/2221] Compiling NIOFileSystem Exports.swift
[1989/2221] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1996/2221] Emitting module NIOExtras
[1997/2221] Compiling NIOHTTP2 HTTP2Frame.swift
[1998/2221] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1999/2221] Compiling X509 SubjectKeyIdentifier.swift
[2000/2221] Compiling SQLKit SQLList.swift
[2001/2221] Compiling SQLKit SQLLiteral.swift
[2002/2221] Compiling SQLKit SQLRaw.swift
[2003/2221] Compiling SQLKit SQLCodingUtilities.swift
[2004/2221] Compiling SQLKit SQLQueryEncoder.swift
[2005/2221] Compiling SQLKit SQLRow.swift
[2006/2221] Compiling SQLKit SQLRowDecoder.swift
[2007/2221] Compiling SQLKit SomeCodingKey.swift
[2008/2221] Compiling SQLKit StringHandling.swift
[2009/2221] Emitting module _NIOFileSystemFoundationCompat
[2010/2221] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2011/2221] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2012/2311] Compiling FluentKit ModelResponder+Concurrency.swift
[2013/2311] Compiling FluentKit OptionalChild+Concurrency.swift
[2014/2311] Compiling FluentKit OptionalParent+Concurrency.swift
[2015/2311] Emitting module NIOSSL
[2016/2311] Compiling FluentKit Parent+Concurrency.swift
[2017/2311] Compiling FluentKit TimestampFormat.swift
[2018/2311] Compiling FluentKit QueryBuilder+Aggregate.swift
[2019/2311] Compiling FluentKit AsyncMigration.swift
[2020/2311] Compiling FluentKit AsyncModelMiddleware.swift
[2021/2311] Compiling FluentKit Children+Concurrency.swift
[2022/2311] Compiling FluentKit Relation.swift
[2023/2311] Compiling FluentKit Siblings.swift
[2024/2311] Compiling FluentKit Timestamp.swift
[2025/2311] Compiling FluentKit Database+Concurrency.swift
[2026/2311] Compiling FluentKit EnumBuilder+Concurrency.swift
[2027/2311] Compiling FluentKit Model+Concurrency.swift
[2028/2311] Compiling FluentKit QueryBuilder+Set.swift
[2029/2311] Compiling FluentKit KeyPrefixingStrategy.swift
[2030/2311] Compiling FluentKit TransactionControlDatabase.swift
[2037/2311] Compiling FluentKit Property.swift
[2039/2311] Compiling FluentKit OptionalParent.swift
[2040/2311] Compiling FluentKit Parent.swift
[2041/2311] Compiling FluentKit OptionalChild.swift
[2042/2311] Compiling FluentKit OptionalField.swift
[2043/2311] Compiling FluentKit ID.swift
[2044/2311] Compiling FluentKit OptionalBoolean.swift
[2047/2311] Emitting module MultipartKit
[2050/2313] Compiling FluentKit Migrations.swift
[2051/2313] Compiling FluentKit Migrator.swift
[2052/2313] Compiling FluentKit AnyModel.swift
[2053/2313] Compiling FluentKit EagerLoad.swift
[2054/2313] Compiling FluentKit Fields+Codable.swift
[2055/2313] Compiling FluentKit Fields.swift
[2056/2313] Compiling FluentKit MirrorBypass.swift
[2057/2313] Compiling FluentKit Model+CRUD.swift
[2058/2313] Compiling FluentKit Model.swift
[2059/2313] Compiling FluentKit ModelAlias.swift
[2060/2313] Compiling FluentKit Schema.swift
[2061/2323] Compiling NIOExtras WritePCAPHandler.swift
[2062/2323] Compiling MultipartKit MultipartSerializer.swift
[2063/2323] Compiling MultipartKit Utilities.swift
[2064/2331] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2065/2331] Compiling FluentKit DatabaseQuery+Field.swift
[2066/2331] Compiling FluentKit DatabaseQuery+Filter.swift
[2067/2331] Compiling FluentKit DatabaseQuery+Join.swift
[2068/2331] Compiling FluentKit DatabaseQuery+Range.swift
[2069/2331] Compiling FluentKit DatabaseQuery+Sort.swift
[2070/2337] Compiling FluentKit BooleanPropertyFormat.swift
[2071/2337] Compiling FluentKit Children.swift
[2072/2337] Compiling FluentKit CompositeChildren.swift
[2073/2337] Compiling FluentKit CompositeID.swift
[2074/2337] Compiling FluentKit CompositeOptionalChild.swift
[2075/2337] Compiling FluentKit CompositeOptionalParent.swift
[2076/2337] Compiling FluentKit CompositeParent.swift
[2077/2337] Compiling FluentKit Field.swift
[2078/2337] Compiling FluentKit FieldKey.swift
[2079/2337] Compiling FluentKit Group.swift
[2080/2337] Compiling FluentKit QueryBuilder+Sort.swift
[2081/2337] Compiling FluentKit QueryBuilder.swift
[2082/2337] Compiling FluentKit DatabaseQuery+Action.swift
[2083/2337] Compiling FluentKit EnumBuilder.swift
[2084/2337] Compiling FluentKit EnumMetadata.swift
[2085/2337] Compiling FluentKit EnumProperty.swift
[2086/2337] Compiling FluentKit OptionalEnumProperty.swift
[2087/2337] Compiling FluentKit Exports.swift
[2088/2337] Compiling FluentKit FluentError.swift
[2089/2337] Compiling FluentKit ModelMiddleware.swift
[2090/2337] Compiling FluentKit DatabaseEnum.swift
[2104/2337] Compiling FluentKit FieldOperators.swift
[2105/2337] Compiling FluentKit Operators.swift
[2106/2337] Compiling FluentKit ValueOperators+Array.swift
[2107/2337] Compiling FluentKit ValueOperators+String.swift
[2108/2337] Compiling FluentKit ValueOperators.swift
[2109/2337] Compiling FluentKit Boolean.swift
[2110/2337] Compiling FluentKit QueryBuilder+Concurrency.swift
[2111/2337] Compiling FluentKit Relation+Concurrency.swift
[2112/2337] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2113/2337] Compiling FluentKit Siblings+Concurrency.swift
[2114/2337] Compiling FluentKit Database+Logging.swift
[2115/2337] Compiling FluentKit Database.swift
[2116/2337] Compiling FluentKit DatabaseID.swift
[2117/2337] Compiling FluentKit DatabaseInput.swift
[2118/2337] Compiling FluentKit DatabaseOutput.swift
[2119/2337] Compiling FluentKit Databases.swift
[2129/2337] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2130/2337] Compiling NIOHTTP2 StreamChannelList.swift
[2131/2337] Compiling NIOHTTP2 StreamMap.swift
[2132/2337] Compiling NIOHTTP2 StreamStateMachine.swift
[2133/2337] Compiling NIOHTTP2 UnsafeTransfer.swift
[2134/2337] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2162/2346] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2163/2346] Compiling FluentKit QueryBuilder+Filter.swift
[2164/2346] Compiling FluentKit QueryBuilder+Group.swift
[2165/2346] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2166/2346] Compiling FluentKit QueryBuilder+Join.swift
[2167/2346] Compiling FluentKit QueryBuilder+Paginate.swift
[2168/2346] Compiling FluentKit QueryBuilder+Range.swift
[2190/2346] Compiling WebSocketKit WebSocketHandler.swift
[2191/2346] Compiling WebSocketKit WebSocket+Concurrency.swift
[2217/2346] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2218/2346] Compiling WebSocketKit WebSocket.swift
[2219/2346] Compiling WebSocketKit WebSocket+Connect.swift
[2220/2346] Compiling WebSocketKit WebSocketClient.swift
[2221/2346] Emitting module WebSocketKit
[2222/2346] Compiling WebSocketKit Exports.swift
[2245/2346] Compiling FluentKit DatabaseQuery+Value.swift
[2246/2346] Compiling FluentKit DatabaseQuery.swift
[2247/2346] Compiling FluentKit QueryHistory.swift
[2248/2346] Compiling FluentKit DatabaseSchema.swift
[2249/2346] Compiling FluentKit SchemaBuilder.swift
[2250/2346] Emitting module NIOHTTP2
[2277/2346] Compiling FluentKit OptionalType.swift
[2278/2346] Compiling FluentKit RandomGeneratable.swift
[2279/2346] Compiling FluentKit SomeCodingKey.swift
[2280/2346] Compiling FluentKit UnsafeMutableTransferBox.swift
[2281/2346] Compiling X509 RSAPKCS1PublicKey.swift
[2282/2346] Compiling X509 SubjectPublicKeyInfo.swift
[2283/2346] Compiling X509 TBSCertificate.swift
[2284/2346] Compiling X509 Time.swift
[2285/2346] Compiling X509 TimeCalculations.swift
[2286/2346] Compiling X509 Validity.swift
[2306/2346] Emitting module FluentKit
[2346/2411] Emitting module X509
[2347/2420] Emitting module AsyncHTTPClient
[2348/2426] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2349/2426] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2350/2426] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2351/2426] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2352/2426] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2353/2426] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2354/2426] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2355/2426] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2356/2426] Compiling AsyncHTTPClient ConnectionTarget.swift
[2357/2426] Compiling AsyncHTTPClient DeconstructedURL.swift
[2358/2426] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2359/2426] Compiling AsyncHTTPClient FoundationExtensions.swift
[2360/2426] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2361/2426] Compiling AsyncHTTPClient HTTP1Connection.swift
[2362/2426] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2363/2426] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2364/2426] Compiling AsyncHTTPClient HTTP2Connection.swift
[2365/2426] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2366/2426] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2367/2426] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2368/2426] Compiling AsyncHTTPClient SSLContextCache.swift
[2369/2426] Compiling AsyncHTTPClient Scheme.swift
[2370/2426] Compiling AsyncHTTPClient Singleton.swift
[2371/2426] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2372/2426] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2373/2426] Compiling AsyncHTTPClient Utils.swift
[2374/2426] Compiling AsyncHTTPClient RequestOptions.swift
[2375/2426] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2376/2426] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2377/2426] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2378/2426] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2379/2426] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2380/2426] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2381/2426] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2382/2426] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2383/2426] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2384/2426] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2385/2426] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2386/2426] Compiling AsyncHTTPClient RequestBodyLength.swift
[2387/2426] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2388/2426] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2389/2426] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2390/2426] Compiling AsyncHTTPClient ConnectionPool.swift
[2391/2426] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2392/2426] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2393/2426] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2394/2426] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2395/2426] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2396/2426] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2397/2426] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2398/2426] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2399/2426] Compiling AsyncHTTPClient Transaction.swift
[2400/2426] Compiling AsyncHTTPClient Base64.swift
[2401/2426] Compiling AsyncHTTPClient BasicAuth.swift
[2402/2426] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2403/2426] Compiling AsyncHTTPClient TLSConfiguration.swift
[2404/2426] Compiling AsyncHTTPClient RedirectState.swift
[2405/2426] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2406/2426] Compiling AsyncHTTPClient RequestBag.swift
[2407/2426] Compiling AsyncHTTPClient RequestValidation.swift
[2408/2426] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2409/2426] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2410/2426] Compiling AsyncHTTPClient HTTPClient.swift
[2411/2426] Compiling AsyncHTTPClient HTTPHandler.swift
[2412/2426] Compiling AsyncHTTPClient LRUCache.swift
[2413/2426] Compiling AsyncHTTPClient NWErrorHandler.swift
[2414/2627] Compiling APNS APNSJSONDecoder.swift
[2415/2627] Compiling APNS APNSJSONEncoder.swift
[2416/2627] Compiling APNS APNSConfiguration.swift
[2417/2627] Emitting module APNS
[2418/2627] Compiling APNS APNSClient.swift
[2419/2627] Compiling FluentWallet PushTokenDTO.swift
[2420/2627] Emitting module FluentWallet
[2421/2627] Compiling WalletOrders WalletOrdersError.swift
[2422/2627] Compiling FluentWallet DeviceModel.swift
[2423/2627] Compiling FluentWallet LogEntriesDTO.swift
[2424/2627] Compiling WalletOrders OrderJSON.swift
[2425/2627] Compiling WalletOrders OrderBuilder.swift
[2426/2627] Emitting module WalletOrders
[2427/2627] Compiling WalletPasses WalletPassesError.swift
[2428/2627] Compiling WalletPasses PersonalizationJSON.swift
[2429/2627] Emitting module WalletPasses
[2430/2627] Compiling WalletPasses PassJSON.swift
[2431/2627] Compiling WalletPasses PassBuilder.swift
[2432/2647] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2433/2647] Compiling FluentWalletOrders OrderDataModel.swift
[2434/2647] Compiling FluentWalletPasses PassDataModel.swift
[2435/2647] Compiling FluentWalletPasses PassModel.swift
[2436/2647] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2437/2648] Compiling FluentWalletOrders OrderModel.swift
[2438/2648] Compiling FluentWalletOrders OrdersRegistration.swift
[2439/2648] Compiling FluentWalletOrders OrdersDevice.swift
[2440/2648] Compiling FluentWalletOrders Order.swift
[2441/2648] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2442/2648] Compiling FluentWalletOrders Exports.swift
[2443/2648] Emitting module FluentWalletOrders
[2444/2648] Compiling FluentWalletPasses PassesDevice.swift
[2445/2648] Compiling FluentWalletPasses Pass.swift
[2446/2648] Compiling FluentWalletPasses Exports.swift
[2447/2648] Compiling FluentWalletPasses PersonalizationInfo.swift
[2448/2648] Compiling FluentWalletPasses PassesRegistration.swift
[2449/2648] Emitting module FluentWalletPasses
[2450/2648] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2451/2648] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2452/2648] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2453/2648] Compiling Vapor ServeCommand.swift
[2454/2648] Compiling Vapor AnyResponse+Concurrency.swift
[2455/2648] Compiling Vapor AsyncBasicResponder.swift
[2456/2648] Compiling Vapor AsyncMiddleware.swift
[2457/2648] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2458/2648] Compiling Vapor AsyncSessionDriver.swift
[2459/2648] Compiling Vapor Authentication+Concurrency.swift
[2460/2648] Compiling Vapor Cache+Concurrency.swift
[2461/2648] Compiling Vapor Client+Concurrency.swift
[2462/2648] Compiling Vapor RequestBody+Concurrency.swift
[2463/2648] Compiling Vapor Responder+Concurrency.swift
[2464/2648] Compiling Vapor ResponseCodable+Concurrency.swift
[2465/2648] Compiling Vapor RoutesBuilder+Concurrency.swift
[2466/2648] Compiling Vapor ViewRenderer+Concurrency.swift
[2467/2648] Compiling Vapor WebSocket+Concurrency.swift
[2468/2648] Compiling Vapor ContainerGetPathExecutor.swift
[2469/2648] Compiling Vapor Content.swift
[2470/2648] Compiling Vapor ContentCoders.swift
[2471/2648] Compiling Vapor ContentConfiguration.swift
[2472/2648] Compiling Vapor ContentContainer.swift
[2473/2648] Compiling Vapor JSONCoder+Custom.swift
[2474/2648] Compiling Vapor JSONCoders+Content.swift
[2475/2669] Compiling Vapor FormDataDecoder+Content.swift
[2476/2669] Compiling Vapor FormDataEncoder+Content.swift
[2477/2669] Compiling Vapor Application+Password.swift
[2478/2669] Compiling Vapor Application+Passwords.swift
[2479/2669] Compiling Vapor AsyncPasswordHasher.swift
[2480/2669] Compiling Vapor BcryptHasher.swift
[2481/2669] Compiling Vapor PasswordHasher.swift
[2482/2669] Compiling Vapor PlaintextHasher.swift
[2483/2669] Compiling Vapor Request+Password.swift
[2484/2669] Compiling Vapor Redirect.swift
[2485/2669] Compiling Vapor Request+Body.swift
[2486/2669] Compiling Vapor Request+BodyStream.swift
[2487/2669] Compiling Vapor Request.swift
[2488/2669] Compiling Vapor Application+Responder.swift
[2489/2669] Compiling Vapor DefaultResponder.swift
[2490/2669] Compiling Vapor Response+Body.swift
[2491/2669] Compiling Vapor Response.swift
[2492/2669] Compiling Vapor ResponseCodable.swift
[2493/2669] Compiling Vapor Application+Routes.swift
[2494/2669] Compiling Vapor Parameters+Require.swift
[2495/2669] Compiling Vapor Request+WebSocket.swift
[2496/2669] Compiling Vapor Route.swift
[2497/2669] Compiling Vapor Application.swift
[2498/2669] Compiling Vapor AuthenticationCache.swift
[2499/2669] Compiling Vapor Authenticator.swift
[2500/2669] Compiling Vapor BasicAuthorization.swift
[2501/2669] Compiling Vapor BearerAuthorization.swift
[2502/2669] Compiling Vapor GuardMiddleware.swift
[2503/2669] Compiling Vapor RedirectMiddleware.swift
[2504/2669] Compiling Vapor SessionAuthenticatable.swift
[2505/2669] Compiling Vapor Bcrypt.swift
[2506/2669] Compiling Vapor Application+Cache.swift
[2507/2669] Compiling Vapor Cache.swift
[2508/2669] Compiling Vapor CacheExpirationTime.swift
[2509/2669] Compiling Vapor MemoryCache.swift
[2510/2669] Compiling Vapor Request+Cache.swift
[2511/2669] Compiling Vapor Application+Clients.swift
[2512/2669] Compiling Vapor Client.swift
[2513/2669] Compiling Vapor ClientRequest.swift
[2514/2669] Compiling Vapor ClientResponse.swift
[2515/2669] Compiling Vapor Request+Client.swift
[2516/2669] Compiling Vapor BootCommand.swift
[2517/2669] Compiling Vapor CommandContext+Application.swift
[2518/2669] Compiling Vapor RoutesCommand.swift
[2519/2669] Compiling Vapor DotEnv.swift
[2520/2669] Compiling Vapor Extendable.swift
[2521/2669] Compiling Vapor File.swift
[2522/2669] Compiling Vapor FileIO.swift
[2523/2669] Compiling Vapor LifecycleHandler.swift
[2524/2669] Compiling Vapor OptionalType.swift
[2525/2669] Compiling Vapor RFC1123.swift
[2526/2669] Compiling Vapor SocketAddress+Hostname.swift
[2527/2669] Compiling Vapor Storage.swift
[2528/2669] Compiling Vapor String+IsIPAddress.swift
[2529/2669] Compiling Vapor Thread.swift
[2530/2669] Compiling Vapor URI.swift
[2531/2669] Compiling Vapor RangeResult.swift
[2532/2669] Compiling Vapor Validatable.swift
[2533/2669] Compiling Vapor Validation.swift
[2534/2669] Compiling Vapor ValidationKey.swift
[2535/2669] Compiling Vapor Validations.swift
[2536/2669] Compiling Vapor ValidationsError.swift
[2537/2669] Compiling Vapor Validator.swift
[2538/2669] Compiling Vapor ValidatorResult.swift
[2539/2669] Compiling Vapor And.swift
[2542/2669] Compiling Vapor Application+HTTP+Server.swift
[2543/2669] Compiling Vapor HTTPServer.swift
[2544/2669] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2545/2669] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2546/2669] Compiling Vapor HTTPServerHandler.swift
[2547/2669] Compiling Vapor HTTPServerRequestDecoder.swift
[2548/2669] Compiling Vapor HTTPServerResponseEncoder.swift
[2549/2669] Compiling Vapor HTTPServerUpgradeHandler.swift
[2550/2669] Compiling Vapor Logger+Report.swift
[2551/2669] Compiling Vapor LoggingSystem+Environment.swift
[2552/2669] Compiling Vapor Application+Middleware.swift
[2553/2669] Compiling Vapor CORSMiddleware.swift
[2554/2669] Compiling Vapor ErrorMiddleware.swift
[2555/2669] Compiling Vapor FileMiddleware.swift
[2556/2669] Compiling Vapor Middleware.swift
[2557/2669] Compiling Vapor MiddlewareConfiguration.swift
[2558/2669] Compiling Vapor ResponseCompressionMiddleware.swift
[2559/2669] Compiling Vapor RouteLoggingMiddleware.swift
[2560/2669] Compiling Vapor TracingMiddleware.swift
[2561/2669] Compiling Vapor File+Multipart.swift
[2562/2669] Compiling Vapor Case.swift
[2563/2669] Compiling Vapor CharacterSet.swift
[2564/2669] Compiling Vapor Count.swift
[2565/2669] Compiling Vapor Custom.swift
[2566/2669] Compiling Vapor Email.swift
[2567/2669] Compiling Vapor Empty.swift
[2568/2669] Compiling Vapor In.swift
[2569/2669] Compiling Vapor Nil.swift
[2570/2669] Compiling Vapor NilIgnoring.swift
[2571/2669] Compiling Vapor Not.swift
[2572/2669] Compiling Vapor Or.swift
[2573/2669] Compiling Vapor Pattern.swift
[2574/2669] Compiling Vapor Range.swift
[2575/2669] Compiling Vapor URL.swift
[2576/2669] Compiling Vapor Valid.swift
[2577/2669] Compiling Vapor Application+Views.swift
[2578/2669] Compiling Vapor PlaintextRenderer.swift
[2579/2669] Compiling Vapor Request+View.swift
[2580/2669] Compiling Vapor View.swift
[2581/2669] Compiling Vapor ViewRenderer.swift
[2582/2669] Compiling Vapor _Deprecations.swift
[2583/2669] Compiling Vapor RouteCollection.swift
[2584/2669] Compiling Vapor Routes.swift
[2585/2669] Compiling Vapor RoutesBuilder+Group.swift
[2586/2669] Compiling Vapor RoutesBuilder+Method.swift
[2587/2669] Compiling Vapor RoutesBuilder+Middleware.swift
[2588/2669] Compiling Vapor RoutesBuilder+WebSocket.swift
[2589/2669] Compiling Vapor RoutesBuilder.swift
[2590/2669] Compiling Vapor OTP.swift
[2591/2669] Compiling Vapor Application+Servers.swift
[2592/2669] Compiling Vapor Server.swift
[2593/2669] Compiling Vapor App+Service.swift
[2594/2669] Compiling Vapor Req+Service.swift
[2595/2669] Compiling Vapor Service.swift
[2596/2669] Compiling Vapor Application+Sessions.swift
[2597/2669] Compiling Vapor MemorySessions.swift
[2598/2669] Compiling Vapor Request+Session.swift
[2599/2669] Compiling Vapor Session.swift
[2600/2669] Compiling Vapor SessionCache.swift
[2601/2669] Compiling Vapor SessionData.swift
[2602/2669] Compiling Vapor SessionDriver.swift
[2603/2669] Compiling Vapor SessionsConfiguration.swift
[2604/2669] Compiling Vapor SessionsMiddleware.swift
[2605/2669] Compiling Vapor URLEncodedFormData.swift
[2606/2669] Compiling Vapor URLEncodedFormDecoder.swift
[2607/2669] Compiling Vapor URLEncodedFormEncoder.swift
[2608/2669] Compiling Vapor URLEncodedFormError.swift
[2609/2669] Compiling Vapor URLEncodedFormParser.swift
[2610/2669] Compiling Vapor URLEncodedFormSerializer.swift
[2611/2669] Compiling Vapor URLQueryFragmentConvertible.swift
[2612/2669] Compiling Vapor AnyResponse.swift
[2613/2669] Compiling Vapor Array+Random.swift
[2614/2669] Compiling Vapor Base32.swift
[2615/2669] Compiling Vapor Base64.swift
[2616/2669] Compiling Vapor BaseN.swift
[2617/2669] Compiling Vapor BasicCodingKey.swift
[2618/2669] Compiling Vapor ByteCount.swift
[2619/2669] Compiling Vapor Bytes+Hex.swift
[2620/2669] Compiling Vapor Bytes+SecureCompare.swift
[2621/2669] Compiling Vapor Collection+Safe.swift
[2622/2669] Compiling Vapor DataProtocol+Copy.swift
[2623/2669] Compiling Vapor DecoderUnwrapper.swift
[2624/2669] Compiling Vapor DirectoryConfiguration.swift
[2625/2669] Emitting module Vapor
[2626/2669] Compiling Vapor BasicResponder.swift
[2627/2669] Compiling Vapor BodyStream.swift
[2628/2669] Compiling Vapor Application+HTTP+Client.swift
[2629/2669] Compiling Vapor EventLoopHTTPClient.swift
[2630/2669] Compiling Vapor EndpointCache.swift
[2631/2669] Compiling Vapor HTTPMethod+String.swift
[2632/2669] Compiling Vapor HTTPStatus.swift
[2633/2669] Compiling Vapor HTTPCookies.swift
[2634/2669] Compiling Vapor HTTPHeaderCacheControl.swift
[2635/2669] Compiling Vapor HTTPHeaderExpires.swift
[2636/2669] Compiling Vapor HTTPHeaderLastModified.swift
[2637/2669] Compiling Vapor HTTPHeaders+Cache.swift
[2638/2669] Compiling Vapor HTTPHeaders+Connection.swift
[2639/2669] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2640/2669] Compiling Vapor HTTPHeaders+ContentRange.swift
[2641/2669] Compiling Vapor HTTPHeaders+Directive.swift
[2642/2669] Compiling Vapor HTTPHeaders+Forwarded.swift
[2643/2669] Compiling Vapor HTTPHeaders+Link.swift
[2644/2669] Compiling Vapor HTTPHeaders+Name.swift
[2645/2669] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2646/2669] Compiling Vapor HTTPHeaders.swift
[2647/2669] Compiling Vapor HTTPMediaType.swift
[2648/2669] Compiling Vapor PlaintextDecoder.swift
[2649/2669] Compiling Vapor PlaintextEncoder.swift
[2650/2669] Compiling Vapor URLQueryCoders.swift
[2651/2669] Compiling Vapor URLQueryContainer.swift
[2652/2669] Compiling Vapor Core.swift
[2653/2669] Compiling Vapor Running.swift
[2654/2669] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2655/2669] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2656/2669] Compiling Vapor DotEnvFile+load.swift
[2657/2669] Compiling Vapor Routes+caseInsenstive.swift
[2658/2669] Compiling Vapor Validatable+validate.swift
[2659/2669] Compiling Vapor Environment+Process.swift
[2660/2669] Compiling Vapor Environment+Secret.swift
[2661/2669] Compiling Vapor Environment.swift
[2662/2669] Compiling Vapor Abort.swift
[2663/2669] Compiling Vapor AbortError.swift
[2664/2669] Compiling Vapor DebuggableError.swift
[2665/2669] Compiling Vapor Demangler.swift
[2666/2669] Compiling Vapor ErrorSource.swift
[2667/2669] Compiling Vapor StackTrace.swift
[2668/2669] Compiling Vapor Exports.swift
[2669/2669] Compiling Vapor Application+HTTP.swift
[2670/2690] Compiling VaporAPNS Request+APNS.swift
[2671/2690] Compiling VaporAPNS Application+APNS.swift
[2672/2690] Emitting module VaporAPNS
[2673/2690] Compiling VaporAPNS APNSContainers.swift
[2674/2690] Compiling VaporAPNS APNSContainerID.swift
[2675/2690] Compiling Fluent Fluent+History.swift
[2676/2690] Compiling Fluent Fluent+Paginate.swift
[2677/2690] Compiling Fluent FluentProvider+Concurrency.swift
[2678/2690] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2679/2691] Emitting module Fluent
[2680/2691] Compiling Fluent FluentProvider.swift
[2681/2691] Compiling Fluent MigrateCommand.swift
[2682/2691] Compiling Fluent ModelAuthenticatable.swift
[2683/2691] Compiling Fluent Exports.swift
[2684/2691] Compiling Fluent Fluent+Cache.swift
[2685/2691] Compiling Fluent ModelTokenAuthenticatable.swift
[2686/2691] Compiling Fluent Pagination+Concurrency.swift
[2687/2691] Compiling Fluent Sessions+Concurrency.swift
[2688/2691] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2689/2691] Compiling Fluent Fluent+Pagination.swift
[2690/2691] Compiling Fluent Fluent+Sessions.swift
[2691/2691] Compiling Fluent PageLimit.swift
[2692/2695] Compiling VaporWallet isLoggingConfigured.swift
[2693/2695] Compiling VaporWallet DTOs+Content.swift
[2694/2695] Emitting module VaporWallet
[2695/2695] Compiling VaporWallet TestCertificate.swift
[2696/2711] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[2697/2711] Emitting module VaporWalletOrders
[2698/2711] Compiling VaporWalletPasses ApplePassMiddleware.swift
[2699/2711] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[2700/2711] Compiling VaporWalletPasses Exports.swift
[2701/2711] Compiling VaporWalletPasses DTOs+Content.swift
[2702/2711] Compiling VaporWalletOrders OrdersServiceCustom.swift
[2703/2711] Compiling VaporWalletOrders OrdersService.swift
[2704/2711] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[2705/2711] Compiling VaporWalletOrders Exports.swift
[2706/2711] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[2707/2711] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[2708/2711] Compiling VaporWalletPasses PassesService.swift
[2709/2711] Emitting module VaporWalletPasses
[2710/2711] Compiling VaporWalletPasses PassesServiceCustom.swift
[2711/2711] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
Build complete! (80.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.111.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.12.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/fluent-wallet.git"
},
{
"identity" : "apns",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/apns.git"
},
{
"identity" : "swift-zip-archive",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/swift-zip-archive.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "wallet",
"name" : "wallet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporWalletPasses",
"targets" : [
"VaporWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VaporWalletOrders",
"targets" : [
"VaporWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPassesTests",
"path" : "Tests/VaporWalletPassesTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/VaporWalletPassesTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/PassData.swift",
"Utils/PassJSONData.swift",
"Utils/withApp.swift",
"VaporWalletPassesTests.swift"
],
"target_dependencies" : [
"VaporWalletPasses"
],
"type" : "test"
},
{
"c99name" : "VaporWalletPasses",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPasses",
"path" : "Sources/VaporWalletPasses",
"product_dependencies" : [
"FluentWalletPasses",
"ZipArchive"
],
"product_memberships" : [
"VaporWalletPasses"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Exports.swift",
"Middleware/ApplePassMiddleware.swift",
"Middleware/PassesService+AsyncModelMiddleware.swift",
"PassesService.swift",
"PassesServiceCustom+RouteCollection.swift",
"PassesServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrdersTests",
"path" : "Tests/VaporWalletOrdersTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/VaporWalletOrdersTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/OrderData.swift",
"Utils/OrderJSONData.swift",
"Utils/withApp.swift",
"VaporWalletOrdersTests.swift"
],
"target_dependencies" : [
"VaporWalletOrders"
],
"type" : "test"
},
{
"c99name" : "VaporWalletOrders",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrders",
"path" : "Sources/VaporWalletOrders",
"product_dependencies" : [
"FluentWalletOrders"
],
"product_memberships" : [
"VaporWalletOrders"
],
"sources" : [
"DTOs/OrderIdentifiersDTO+Content.swift",
"Exports.swift",
"Middleware/AppleOrderMiddleware.swift",
"Middleware/OrdersService+AsyncModelMiddleware.swift",
"OrdersService.swift",
"OrdersServiceCustom+RouteCollection.swift",
"OrdersServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWallet",
"module_type" : "SwiftTarget",
"name" : "VaporWallet",
"path" : "Sources/VaporWallet",
"product_dependencies" : [
"Vapor",
"Fluent",
"VaporAPNS"
],
"product_memberships" : [
"VaporWalletPasses",
"VaporWalletOrders"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Testing/TestCertificate.swift",
"Testing/isLoggingConfigured.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/vapor-community/wallet/main
Repository: vapor-community/wallet
Swift version used: 6.1
Target: VaporWallet
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch release/6.2 -> FETCH_HEAD
* [new branch] release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'VaporWallet'...
Finished extracting symbol information for 'VaporWallet'. (26.74s)
Building documentation for 'VaporWallet'...
Finished building documentation for 'VaporWallet' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/vapor-community/wallet/main
Updating https://github.com/vapor/fluent-kit.git
Updating https://github.com/apple/swift-algorithms.git
Updating https://github.com/apple/swift-metrics.git
Updating https://github.com/apple/swift-service-context.git
Updating https://github.com/vapor/vapor.git
Updating https://github.com/vapor/sqlite-kit.git
Updating https://github.com/swift-server/async-http-client.git
Updated https://github.com/apple/swift-algorithms.git (0.47s)
Updating https://github.com/vapor/sqlite-nio.git
Updated https://github.com/vapor/fluent-kit.git (0.52s)
Updated https://github.com/apple/swift-service-context.git (0.53s)
Updated https://github.com/swift-server/async-http-client.git (0.53s)
Updating https://github.com/fpseverino/swift-wallet.git
Updating https://github.com/vapor/fluent.git
Updating https://github.com/apple/swift-nio-http2.git
Updated https://github.com/apple/swift-metrics.git (0.63s)
Updated https://github.com/vapor/vapor.git (0.63s)
Updated https://github.com/vapor/sqlite-kit.git (0.63s)
Updating https://github.com/vapor/console-kit.git
Updating https://github.com/vapor/multipart-kit.git
Updating https://github.com/apple/swift-atomics.git
Updated https://github.com/vapor/sqlite-nio.git (0.46s)
Updated https://github.com/fpseverino/swift-wallet.git (0.43s)
Updating https://github.com/apple/swift-http-types.git
Updating https://github.com/adam-fowler/swift-zip-archive.git
Updated https://github.com/apple/swift-nio-http2.git (0.51s)
Updated https://github.com/vapor/console-kit.git (0.44s)
Updated https://github.com/vapor/multipart-kit.git (0.44s)
Updated https://github.com/apple/swift-atomics.git (0.44s)
Updating https://github.com/fpseverino/fluent-wallet.git
Updated https://github.com/vapor/fluent.git (0.56s)
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/vapor/async-kit.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-crypto.git
Updated https://github.com/apple/swift-http-types.git (0.43s)
Updating https://github.com/apple/swift-nio-ssl.git
Updated https://github.com/adam-fowler/swift-zip-archive.git (0.44s)
Updating https://github.com/swift-server-community/APNSwift.git
Updated https://github.com/fpseverino/fluent-wallet.git (0.45s)
Updating https://github.com/vapor/sql-kit.git
Updated https://github.com/apple/swift-crypto.git (0.51s)
Updated https://github.com/vapor/async-kit.git (0.55s)
Updated https://github.com/apple/swift-numerics.git (0.55s)
Updated https://github.com/apple/swift-log.git (0.55s)
Updating https://github.com/apple/swift-system.git
Updating https://github.com/apple/swift-http-structured-headers.git
Updating https://github.com/apple/swift-nio-extras.git
Updating https://github.com/vapor/websocket-kit.git
Updated https://github.com/swift-server-community/APNSwift.git (0.46s)
Updating https://github.com/vapor/apns.git
Updated https://github.com/apple/swift-nio-ssl.git (0.57s)
Updating https://github.com/apple/swift-certificates.git
Updated https://github.com/vapor/sql-kit.git (0.50s)
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-system.git (0.48s)
Updating https://github.com/apple/swift-nio-transport-services.git
Updated https://github.com/vapor/websocket-kit.git (0.57s)
Updated https://github.com/apple/swift-http-structured-headers.git (0.57s)
Updated https://github.com/apple/swift-nio-extras.git (0.57s)
Updating https://github.com/apple/swift-distributed-tracing.git
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/vapor/routing-kit.git
Updated https://github.com/vapor/apns.git (0.43s)
Updating https://github.com/apple/swift-asn1.git
Updated https://github.com/apple/swift-certificates.git (0.47s)
Updating https://github.com/vapor/fluent-sqlite-driver.git
Updated https://github.com/apple/swift-nio-transport-services.git (0.45s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updated https://github.com/apple/swift-collections.git (0.56s)
Updated https://github.com/vapor/routing-kit.git (0.45s)
Updated https://github.com/apple/swift-asn1.git (0.43s)
Updated https://github.com/vapor/fluent-sqlite-driver.git (0.43s)
Updated https://github.com/apple/swift-distributed-tracing.git (0.77s)
Updated https://github.com/apple/swift-nio.git (0.77s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.49s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (3.68s)
Computing version for https://github.com/adam-fowler/swift-zip-archive.git
Computed https://github.com/adam-fowler/swift-zip-archive.git at 0.6.3 (0.63s)
Computing version for https://github.com/vapor/apns.git
Computed https://github.com/vapor/apns.git at 4.2.0 (0.49s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (0.48s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.49s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.47s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 5.1.0 (0.57s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.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/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
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.46s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.47s)
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.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.64s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.00s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.45s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.45s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.58s)
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 (0.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.38s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit GenericConstraint.swift
[13/57] Compiling SymbolKit GenericParameter.swift
[14/57] Compiling SymbolKit Generics.swift
[15/57] Compiling SymbolKit Namespace.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit Mixin+Equals.swift
[44/57] Compiling SymbolKit Mixin+Hash.swift
[45/57] Compiling SymbolKit Mixin.swift
[46/57] Compiling SymbolKit LineList.swift
[47/57] Compiling SymbolKit Position.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (6.89s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/153] Emitting module ServiceContextModule
[3/153] Compiling ServiceContextModule ServiceContext.swift
[4/153] Compiling ServiceContextModule ServiceContextKey.swift
[5/153] Compiling RealModule AlgebraicField.swift
[6/154] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/154] Compiling SystemPackage FilePathWindows.swift
[8/154] Compiling SystemPackage FilePermissions.swift
[9/155] Compiling RealModule RealFunctions.swift
[10/155] Compiling SystemPackage FilePathSyntax.swift
[11/155] Compiling SystemPackage FilePathTemp.swift
[12/155] Compiling SystemPackage FilePathTempPosix.swift
[13/155] Compiling SystemPackage FilePathTempWindows.swift
[14/155] Compiling RealModule Float80+Real.swift
[15/155] Compiling RealModule Real.swift
[16/155] Compiling RealModule ElementaryFunctions.swift
[17/155] Compiling Logging MetadataProvider.swift
[18/155] Compiling RealModule AugmentedArithmetic.swift
[19/155] Compiling RealModule ApproximateEquality.swift
[20/155] Compiling RealModule Double+Real.swift
[21/155] Compiling RealModule Float16+Real.swift
[22/155] Compiling RealModule Float+Real.swift
[23/155] Emitting module _NIOBase64
[24/155] Compiling _NIOBase64 Base64.swift
[25/174] Emitting module Logging
[26/174] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/174] Emitting module RealModule
[28/174] Compiling Atomics OptionalRawRepresentable.swift
[29/174] Compiling Atomics RawRepresentable.swift
[30/174] Compiling Atomics AtomicBool.swift
[31/174] Compiling Atomics IntegerConformances.swift
[32/174] Compiling Atomics Primitives.shims.swift
[33/174] Compiling Atomics AtomicInteger.swift
[34/174] Compiling Atomics PointerConformances.swift
[35/174] Compiling Atomics Primitives.native.swift
[42/182] Compiling Crypto HPKE-KexKeyDerivation.swift
[43/182] Compiling Crypto HPKE-LabeledExtract.swift
[44/182] Compiling Crypto HPKE-Utils.swift
[45/182] Compiling Crypto DHKEM.swift
[46/182] Compiling Crypto HPKE-KEM-Curve25519.swift
[47/182] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[48/182] Compiling Crypto HPKE-KEM.swift
[49/182] Compiling Crypto HPKE-Errors.swift
[50/182] Compiling Crypto HPKE.swift
[51/182] Compiling Crypto HPKE-Context.swift
[52/182] Compiling Crypto HPKE-KeySchedule.swift
[53/182] Compiling Crypto HPKE-Modes.swift
[54/182] Compiling Crypto Insecure.swift
[55/182] Compiling Crypto Insecure_HashFunctions.swift
[56/182] Compiling Crypto KEM.swift
[57/182] Compiling Crypto ECDH_boring.swift
[58/182] Compiling Crypto Digest_boring.swift
[59/182] Compiling Crypto Digest.swift
[60/182] Compiling Crypto Digests.swift
[61/182] Compiling Crypto HashFunctions.swift
[62/182] Compiling Crypto HashFunctions_SHA2.swift
[63/182] Compiling Crypto HPKE-AEAD.swift
[64/182] Compiling Crypto HPKE-Ciphersuite.swift
[65/182] Compiling Crypto HPKE-KDF.swift
[66/182] Compiling Atomics AtomicOptionalWrappable.swift
[67/182] Compiling Atomics AtomicReference.swift
[68/182] Compiling Atomics AtomicMemoryOrderings.swift
[69/182] Compiling Atomics DoubleWord.swift
[70/182] Compiling Atomics AtomicStorage.swift
[71/182] Compiling Atomics AtomicValue.swift
[72/182] Compiling Atomics ManagedAtomic.swift
[73/182] Compiling Atomics ManagedAtomicLazyReference.swift
[74/182] Compiling Atomics UnsafeAtomic.swift
[75/182] Compiling Atomics UnsafeAtomicLazyReference.swift
[76/182] Compiling SystemPackage Constants.swift
[77/182] Compiling Crypto PEMDocument.swift
[78/182] Compiling Crypto PKCS8PrivateKey.swift
[79/182] Compiling SystemPackage RawBuffer.swift
[80/182] Compiling SystemPackage Syscalls.swift
[81/182] Compiling Crypto CryptoKitErrors.swift
[82/182] Compiling Crypto DH.swift
[83/182] Compiling Crypto ECDH.swift
[84/182] Compiling Crypto HKDF.swift
[85/182] Compiling Crypto AESWrap.swift
[86/182] Compiling Crypto AESWrap_boring.swift
[87/182] Compiling Crypto Ed25519_boring.swift
[88/182] Compiling Crypto NISTCurvesKeys_boring.swift
[89/182] Compiling Crypto X25519Keys_boring.swift
[90/182] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/182] Compiling _NIODataStructures Heap.swift
[92/182] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/182] Compiling Crypto Curve25519.swift
[94/182] Compiling Crypto Ed25519Keys.swift
[95/182] Compiling Crypto NISTCurvesKeys.swift
[96/182] Compiling Crypto X25519Keys.swift
[97/182] Compiling Crypto SymmetricKeys.swift
[98/182] Compiling Crypto HMAC.swift
[99/182] Compiling Crypto MACFunctions.swift
[100/182] Compiling Crypto MessageAuthenticationCode.swift
[101/182] Compiling Crypto AES.swift
[102/182] Compiling Crypto ECDSASignature_boring.swift
[103/182] Compiling Crypto ECDSA_boring.swift
[104/182] Compiling Crypto EdDSA_boring.swift
[105/182] Compiling Crypto ECDSA.swift
[106/182] Compiling Crypto Ed25519.swift
[107/182] Compiling Crypto Signature.swift
[108/182] Compiling Crypto CryptoKitErrors_boring.swift
[109/182] Compiling NIOConcurrencyHelpers lock.swift
[110/182] Emitting module _NIODataStructures
[111/188] Compiling _NIODataStructures _TinyArray.swift
[112/188] Compiling _NIODataStructures PriorityQueue.swift
[113/188] Emitting module Crypto
[118/188] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[119/188] Compiling NIOConcurrencyHelpers atomics.swift
[120/190] Emitting module NIOConcurrencyHelpers
[124/190] Compiling Atomics IntegerOperations.swift
[125/190] Compiling Atomics Unmanaged extensions.swift
[127/219] Emitting module InternalCollectionsUtilities
[128/219] Compiling Algorithms Keyed.swift
[129/219] Compiling Algorithms MinMax.swift
[130/219] Compiling Algorithms Grouped.swift
[131/219] Compiling Algorithms Split.swift
[132/219] Compiling Algorithms Stride.swift
[133/219] Compiling Algorithms Joined.swift
[134/219] Compiling Instrumentation NoOpInstrument.swift
[135/219] Compiling Instrumentation MultiplexInstrument.swift
[136/219] Compiling Instrumentation Instrument.swift
[137/219] Compiling Instrumentation InstrumentationSystem.swift
[138/219] Emitting module Instrumentation
[139/219] Compiling Instrumentation Locks.swift
[140/219] Compiling Algorithms Partition.swift
[141/219] Compiling Algorithms Permutations.swift
[142/219] Compiling Algorithms Product.swift
[144/219] Compiling Algorithms Trim.swift
[145/219] Compiling Algorithms EitherSequence.swift
[146/219] Compiling CoreMetrics Locks.swift
[147/219] Emitting module CoreMetrics
[148/219] Compiling CoreMetrics Metrics.swift
[155/219] Compiling Logging Locks.swift
[156/219] Compiling Logging LogHandler.swift
[157/219] Compiling Logging Logging.swift
[158/236] Compiling Algorithms FlattenCollection.swift
[159/236] Compiling Algorithms Combinations.swift
[160/236] Compiling Algorithms Compacted.swift
[161/236] Compiling Algorithms Cycle.swift
[164/292] Emitting module SystemPackage
[165/440] Compiling _RopeModule BigString+Index.swift
[166/440] Compiling _RopeModule BigString+Ingester.swift
[167/440] Compiling _RopeModule BigString+Invariants.swift
[168/440] Compiling _RopeModule BigString+Iterators.swift
[169/440] Compiling _RopeModule BigString+Metrics.swift
[170/440] Compiling _RopeModule BigString+Summary.swift
[171/440] Compiling _RopeModule BigString+Builder.swift
[172/440] Compiling _RopeModule BigString+Contents.swift
[173/440] Compiling _RopeModule BigString+Debugging.swift
[174/440] Compiling _RopeModule BigString+ReplaceSubrange.swift
[175/440] Compiling _RopeModule BigString+Split.swift
[176/440] Compiling _RopeModule Range+BigString.swift
[177/440] Compiling HeapModule _HeapNode.swift
[178/440] Compiling HeapModule Heap.swift
[179/440] Compiling HeapModule Heap+Descriptions.swift
[180/440] Compiling HeapModule Heap+Invariants.swift
[181/440] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[182/440] Compiling HeapModule Heap+UnsafeHandle.swift
[183/440] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[184/440] Compiling _RopeModule BigString+Sequence.swift
[185/440] Compiling _RopeModule BigString+TextOutputStream.swift
[186/440] Compiling _RopeModule BigString+Hashing.swift
[187/440] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[188/440] Compiling _RopeModule BigString+Append.swift
[189/440] Compiling _RopeModule BigString+Initializers.swift
[190/440] Compiling _RopeModule BigString+Insert.swift
[191/442] Compiling Tracing TracerProtocol.swift
[192/442] Compiling Tracing TracingTime.swift
[193/442] Compiling Tracing TracerProtocol+Legacy.swift
[194/442] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[195/442] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[196/442] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[197/442] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[198/442] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[199/442] Compiling Crypto SecureBytes.swift
[200/442] Compiling Crypto Zeroization.swift
[201/442] Compiling Crypto resource_bundle_accessor.swift
[202/442] Emitting module HeapModule
[203/442] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[204/442] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[205/442] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[206/442] Emitting module Metrics
[207/442] Compiling Metrics Metrics.swift
[208/442] Compiling _RopeModule BigString.swift
[209/442] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[210/442] Compiling _RopeModule BigString+Chunk+Breaks.swift
[211/442] Compiling _RopeModule BigString+Chunk+Counts.swift
[212/442] Compiling _RopeModule BigString+Chunk+Description.swift
[213/448] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[214/448] Compiling _RopeModule BigString+CustomStringConvertible.swift
[215/448] Compiling _RopeModule BigString+Equatable.swift
[216/448] Compiling _RopeModule Rope+_Node.swift
[217/448] Compiling _RopeModule Rope+_Storage.swift
[218/448] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[219/448] Compiling _RopeModule Rope+_UnsafeHandle.swift
[220/448] Compiling _RopeModule Rope.swift
[221/448] Compiling _RopeModule RopeElement.swift
[222/448] Compiling _RopeModule RopeMetric.swift
[223/448] Compiling _RopeModule BigString+UnicodeScalarView.swift
[224/448] Compiling _RopeModule BigSubstring+UTF16View.swift
[225/448] Compiling _RopeModule BigString+UTF8View.swift
[226/448] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[227/448] Compiling _RopeModule BigString+Chunk+Splitting.swift
[228/448] Compiling _RopeModule BigString+Chunk.swift
[229/448] Compiling _RopeModule BigString+BidirectionalCollection.swift
[230/448] Compiling _RopeModule BigString+Comparable.swift
[231/448] Compiling _RopeModule BigSubstring+UTF8View.swift
[232/448] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[233/448] Compiling _RopeModule BigSubstring.swift
[234/448] Compiling _RopeModule Rope+Builder.swift
[235/448] Compiling _RopeModule Rope+Debugging.swift
[236/448] Compiling _RopeModule Rope+Invariants.swift
[237/454] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[238/454] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[239/454] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[245/462] Compiling Tracing InstrumentationSystem+Tracing.swift
[246/462] Compiling Tracing Tracer.swift
[247/462] Compiling Tracing NoOpTracer.swift
[248/462] Compiling Tracing SpanProtocol.swift
[249/462] Emitting module Tracing
[250/478] Compiling Algorithms Unique.swift
[251/478] Compiling Algorithms Windows.swift
[255/478] Compiling _RopeModule BigString+UTF16View.swift
[256/560] Compiling _RopeModule Rope+Sequence.swift
[257/560] Compiling _RopeModule Rope+Append.swift
[258/560] Compiling _RopeModule Rope+Extract.swift
[259/560] Compiling _RopeModule Rope+Find.swift
[260/560] Compiling HashTreeCollections TreeDictionary+Keys.swift
[261/560] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[262/560] Compiling HashTreeCollections TreeDictionary+Merge.swift
[263/560] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[264/560] Compiling BitCollections BitArray+Copy.swift
[265/560] Compiling BitCollections BitArray+CustomReflectable.swift
[266/560] Compiling BitCollections BitArray+BitwiseOperations.swift
[267/560] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[268/560] Compiling BitCollections BitArray+Codable.swift
[269/560] Compiling BitCollections BitArray+Collection.swift
[270/560] Compiling BitCollections BitArray+Hashable.swift
[271/560] Compiling BitCollections BitArray+Initializers.swift
[272/596] Compiling APNSCore APNSNotificationExpiration.swift
[273/596] Compiling APNSCore APNSPriority.swift
[274/596] Compiling APNSCore APNSClient+Alert.swift
[275/596] Compiling APNSCore APNSBackgroundNotification.swift
[276/596] Compiling APNSCore APNSClient+Background.swift
[277/596] Compiling APNSCore Base64.swift
[278/596] Compiling APNSCore APNSClient+Complication.swift
[279/596] Compiling APNSCore APNSComplicationNotification.swift
[280/596] Compiling APNSCore EmptyPayload.swift
[281/596] Compiling APNSCore APNSClient+FileProvider.swift
[282/596] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[283/596] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[284/596] Compiling APNSCore APNSStartLiveActivityNotification.swift
[285/596] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[286/596] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[287/596] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[288/596] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[289/596] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[290/596] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[291/596] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[292/596] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[293/596] Compiling HashTreeCollections TreeSet.swift
[297/598] Compiling RoutingKit Router.swift
[298/598] Compiling RoutingKit PathComponent.swift
[299/598] Compiling RoutingKit Parameters.swift
[300/598] Emitting module RoutingKit
[301/598] Compiling RoutingKit AnyRouter.swift
[302/598] Compiling RoutingKit TrieRouter.swift
[303/598] Compiling APNSCore APNSMessage.swift
[315/603] Emitting module ConsoleKitTerminal
[322/603] Compiling APNSCore APNSResponse.swift
[323/603] Compiling APNSCore APNSAlertNotification.swift
[324/603] Compiling APNSCore APNSAuthenticationTokenManager.swift
[325/603] Compiling APNSCore Logging.swift
[326/603] Compiling APNSCore APNSPushType.swift
[327/603] Compiling APNSCore APNSRequest.swift
[335/610] Compiling APNSCore APNSClient+Location.swift
[336/610] Compiling APNSCore APNSLocationNotification.swift
[337/610] Compiling APNSCore APNSClient.swift
[338/610] Compiling APNSCore APNSEnvironment.swift
[339/610] Compiling APNSCore APNSError.swift
[340/610] Compiling APNSCore APNSErrorResponse.swift
[353/610] Compiling BitCollections BitSet._UnsafeHandle.swift
[354/610] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[355/610] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[356/610] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[357/610] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[358/610] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[359/610] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[360/610] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[361/610] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[377/610] Compiling ConsoleKitTerminal ConsoleLogger.swift
[378/610] Compiling ConsoleKitTerminal LoggerFragment.swift
[379/610] Compiling APNSCore APNSAlertNotificationContent.swift
[380/610] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[381/610] Compiling APNSCore APNSAlertNotificationSound.swift
[382/610] Compiling APNSCore APNSFileProviderNotification.swift
[383/610] Compiling DequeModule _DequeSlot.swift
[384/610] Compiling DequeModule _DequeBuffer.swift
[385/610] Compiling DequeModule _DequeBufferHeader.swift
[399/611] Compiling APNSCore APNSClient+LiveActivity.swift
[400/611] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[401/611] Compiling APNSCore APNSLiveActivityNotification.swift
[402/614] Compiling BitCollections Range+Utilities.swift
[403/614] Compiling BitCollections Slice+Utilities.swift
[404/614] Compiling BitCollections UInt+Tricks.swift
[405/614] Compiling BitCollections _Word.swift
[406/614] Compiling OrderedCollections OrderedSet.swift
[407/614] Compiling OrderedCollections _UnsafeBitset.swift
[450/614] Emitting module BitCollections
[459/614] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[460/614] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[461/614] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[462/614] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[463/614] Compiling APNSCore APNSClient+VoIP.swift
[464/614] Compiling APNSCore APNSVoIPNotification.swift
[469/614] Compiling BitCollections BitArray+Shifts.swift
[470/614] Compiling BitCollections BitArray+Testing.swift
[471/614] Compiling BitCollections BitArray._UnsafeHandle.swift
[472/614] Compiling BitCollections BitArray.swift
[473/614] Compiling BitCollections BitSet+BidirectionalCollection.swift
[474/614] Compiling BitCollections BitSet+Codable.swift
[486/614] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[487/614] Compiling BitCollections BitSet.swift
[492/614] Emitting module Atomics
[493/614] Compiling DequeModule _UnsafeWrappedBuffer.swift
[543/614] Emitting module DequeModule
[563/614] Emitting module OrderedCollections
[564/636] Compiling _RopeModule Rope+Remove.swift
[565/636] Compiling _RopeModule Rope+RemoveSubrange.swift
[566/636] Compiling _RopeModule Rope+Split.swift
[567/636] Compiling _RopeModule Optional Utilities.swift
[568/636] Compiling _RopeModule String Utilities.swift
[569/636] Compiling _RopeModule String.Index+ABI.swift
[570/636] Compiling _RopeModule _CharacterRecognizer.swift
[594/697] Emitting module ConsoleKitCommands
[595/699] Compiling NIOCore AsyncChannelHandler.swift
[596/699] Compiling NIOCore AsyncChannelInboundStream.swift
[597/699] Compiling NIOCore AsyncChannelOutboundWriter.swift
[598/699] Compiling NIOCore NIOAsyncSequenceProducer.swift
[599/699] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[600/699] Compiling NIOCore NIOAsyncWriter.swift
[601/699] Compiling NIOCore AddressedEnvelope.swift
[602/699] Compiling NIOCore AsyncAwaitSupport.swift
[603/699] Compiling NIOCore AsyncChannel.swift
[604/699] Emitting module Algorithms
[605/699] Emitting module _RopeModule
[606/699] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[607/699] Compiling ConsoleKitCommands Utilities.swift
[608/699] Compiling NIOCore GlobalSingletons.swift
[609/699] Compiling NIOCore IO.swift
[610/699] Compiling NIOCore IOData.swift
[611/699] Compiling NIOCore IPProtocol.swift
[612/699] Compiling NIOCore IntegerBitPacking.swift
[613/699] Compiling NIOCore IntegerTypes.swift
[614/705] Emitting module HashTreeCollections
[615/705] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[616/705] Compiling NIOCore ByteBuffer-multi-int.swift
[617/705] Compiling NIOCore ByteBuffer-aux.swift
[618/705] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[619/705] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[620/705] Compiling NIOCore BSDSocketAPI.swift
[621/705] Compiling NIOCore ByteBuffer-conversions.swift
[622/705] Compiling NIOCore ByteBuffer-core.swift
[623/705] Compiling NIOCore ByteBuffer-hex.swift
[624/705] Compiling NIOCore ByteBuffer-int.swift
[625/705] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[626/705] Compiling NIOCore ByteBuffer-views.swift
[636/705] Compiling NIOCore Interfaces.swift
[637/705] Compiling NIOCore Linux.swift
[638/705] Compiling NIOCore MarkedCircularBuffer.swift
[639/705] Compiling NIOCore MulticastChannel.swift
[640/705] Compiling NIOCore NIOAny.swift
[641/705] Compiling NIOCore NIOCloseOnErrorHandler.swift
[642/705] Compiling NIOCore NIOLoopBound.swift
[643/705] Compiling NIOCore NIOScheduledCallback.swift
[644/705] Compiling NIOCore NIOSendable.swift
[645/705] Compiling NIOCore RecvByteBufferAllocator.swift
[646/705] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[647/705] Compiling NIOCore SocketAddresses.swift
[648/707] Compiling NIOCore Codec.swift
[649/707] Compiling NIOCore ConvenienceOptionSupport.swift
[650/707] Compiling NIOCore DeadChannel.swift
[651/707] Compiling NIOCore DispatchQueue+WithFuture.swift
[652/707] Compiling NIOCore EventLoop+Deprecated.swift
[653/707] Compiling NIOCore EventLoop+SerialExecutor.swift
[654/707] Compiling NIOCore EventLoop.swift
[655/707] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[656/707] Compiling NIOCore EventLoopFuture+Deprecated.swift
[657/707] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[658/707] Compiling NIOCore EventLoopFuture.swift
[659/707] Compiling NIOCore FileDescriptor.swift
[660/707] Compiling NIOCore FileHandle.swift
[661/707] Compiling NIOCore FileRegion.swift
[662/707] Compiling Collections Collections.swift
[663/707] Emitting module Collections
[664/709] Compiling NIOCore SocketOptionProvider.swift
[665/709] Compiling NIOCore SystemCallHelpers.swift
[666/709] Compiling NIOCore TimeAmount+Duration.swift
[667/709] Compiling NIOCore TypeAssistedChannelHandler.swift
[668/709] Compiling NIOCore UniversalBootstrapSupport.swift
[669/709] Compiling NIOCore Utilities.swift
[677/709] Emitting module ConsoleKit
[678/709] Compiling ConsoleKit Exports.swift
[681/709] Compiling NIOCore ChannelHandlers.swift
[682/709] Compiling NIOCore ChannelInvoker.swift
[683/709] Compiling NIOCore ChannelOption.swift
[684/709] Compiling NIOCore ChannelPipeline.swift
[685/709] Compiling NIOCore CircularBuffer.swift
[700/709] Emitting module NIOCore
[701/762] Emitting module NIOEmbedded
[702/762] Compiling NIOEmbedded AsyncTestingChannel.swift
[703/762] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[704/762] Compiling NIOEmbedded Embedded.swift
[705/762] Compiling NIOPosix Selectable.swift
[706/762] Compiling NIOPosix SelectableChannel.swift
[707/762] Compiling NIOPosix SelectableEventLoop.swift
[708/762] Compiling NIOPosix SelectorEpoll.swift
[709/762] Compiling NIOPosix SelectorGeneric.swift
[710/767] Compiling NIOPosix GetaddrinfoResolver.swift
[711/767] Compiling NIOPosix HappyEyeballs.swift
[712/767] Compiling NIOPosix IO.swift
[713/767] Compiling NIOPosix IntegerBitPacking.swift
[714/767] Compiling NIOPosix IntegerTypes.swift
[715/767] Compiling NIOPosix Linux.swift
[716/767] Compiling NIOPosix LinuxCPUSet.swift
[717/767] Compiling NIOPosix LinuxUring.swift
[718/767] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[719/767] Compiling NIOPosix NIOThreadPool.swift
[720/767] Compiling NIOPosix NonBlockingFileIO.swift
[721/767] Compiling NIOPosix SocketProtocols.swift
[722/767] Compiling NIOPosix System.swift
[723/767] Compiling NIOPosix Thread.swift
[724/767] Compiling NIOPosix ThreadPosix.swift
[725/767] Compiling NIOPosix ThreadWindows.swift
[726/767] Compiling NIOPosix SelectorKqueue.swift
[727/767] Compiling NIOPosix SelectorUring.swift
[728/767] Compiling NIOPosix ServerSocket.swift
[729/767] Compiling NIOPosix Socket.swift
[730/767] Compiling NIOPosix SocketChannel.swift
[731/767] Compiling NIOPosix PooledRecvBufferAllocator.swift
[732/767] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[733/767] Compiling NIOPosix PosixSingletons.swift
[734/767] Compiling NIOPosix RawSocketBootstrap.swift
[735/767] Compiling NIOPosix Resolver.swift
[736/767] Compiling NIOPosix PendingDatagramWritesManager.swift
[737/767] Compiling NIOPosix PendingWritesManager.swift
[738/767] Compiling NIOPosix PipeChannel.swift
[739/767] Compiling NIOPosix PipePair.swift
[740/767] Compiling NIOPosix Pool.swift
[741/767] Emitting module APNSCore
[742/767] Compiling NIOPosix BaseStreamSocketChannel.swift
[743/767] Compiling NIOPosix Bootstrap.swift
[744/767] Compiling NIOPosix ControlMessage.swift
[745/767] Compiling NIOPosix DatagramVectorReadManager.swift
[746/767] Compiling NIOPosix Errors+Any.swift
[747/767] Compiling NIOPosix FileDescriptor.swift
[748/767] Emitting module NIOPosix
[749/767] Compiling NIOPosix BSDSocketAPICommon.swift
[750/767] Compiling NIOPosix BSDSocketAPIPosix.swift
[751/767] Compiling NIOPosix BSDSocketAPIWindows.swift
[752/767] Compiling NIOPosix BaseSocket.swift
[753/767] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[754/767] Compiling NIOPosix BaseSocketChannel.swift
[755/767] Compiling NIOPosix UnsafeTransfer.swift
[756/767] Compiling NIOPosix Utilities.swift
[757/767] Compiling NIOPosix VsockAddress.swift
[758/767] Compiling NIOPosix VsockChannelEvents.swift
[759/767] Compiling NIOPosix resource_bundle_accessor.swift
[768/828] Emitting module NIO
[769/828] Compiling NIO Exports.swift
[770/828] Compiling _NIOFileSystem FileSystemProtocol.swift
[771/828] Compiling _NIOFileSystem FileType.swift
[772/828] Compiling _NIOFileSystem IOStrategy.swift
[773/828] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[774/841] Compiling _NIOFileSystem Array+FileSystem.swift
[775/841] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[776/841] Compiling _NIOFileSystem BufferedReader.swift
[777/841] Compiling _NIOFileSystem BufferedWriter.swift
[778/841] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[779/853] Compiling _NIOFileSystem FileSystem.swift
[780/853] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[781/853] Compiling _NIOFileSystem FileSystemError.swift
[782/853] Compiling _NIOFileSystem FileChunks.swift
[783/853] Compiling _NIOFileSystem FileHandle.swift
[784/853] Compiling _NIOFileSystem FileHandleProtocol.swift
[785/853] Compiling _NIOFileSystem FileInfo.swift
[786/964] Compiling NIOSOCKS ClientStateMachine.swift
[787/965] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[788/965] Compiling NIOSOCKS SOCKSResponse.swift
[789/965] Compiling NIOSOCKS Messages.swift
[790/965] Compiling NIOSOCKS Helpers.swift
[791/965] Compiling NIOSOCKS Errors.swift
[792/965] Compiling NIOSOCKS SOCKSRequest.swift
[793/965] Compiling SQLKit SQLAlterEnumBuilder.swift
[794/965] Compiling SQLKit SQLAlterTableBuilder.swift
[795/965] Compiling SQLKit SQLDialect.swift
[796/965] Compiling SQLKit SQLDatabase+Deprecated.swift
[797/965] Compiling SQLKit SQLDatabase.swift
[798/965] Compiling SQLKit SQLDatabaseReportedVersion.swift
[799/965] Emitting module NIOSOCKS
[800/965] Compiling NIOTLS TLSEvents.swift
[801/965] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[802/965] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[803/965] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[804/965] Emitting module NIOTLS
[805/965] Compiling NIOTLS SNIHandler.swift
[806/965] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[807/965] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[808/966] Compiling NIOSOCKS ServerStateMachine.swift
[813/966] Compiling SQLKit SQLError.swift
[814/966] Compiling SQLKit SQLExpressions+Deprecated.swift
[815/966] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[816/966] Compiling SQLKit Exports.swift
[817/966] Emitting module _NIOFileSystem
[818/969] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[819/969] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[820/969] Emitting module NIOFoundationCompat
[821/969] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[822/969] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[823/969] Compiling SQLKit SQLQueryFetcher.swift
[824/969] Compiling SQLKit SQLReturningBuilder.swift
[825/969] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[826/969] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[827/969] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[830/969] Compiling SQLKit SQLConflictUpdateBuilder.swift
[831/999] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[832/1021] Compiling SQLKit SQLCreateIndex.swift
[833/1021] Compiling SQLKit SQLCreateTable.swift
[834/1021] Compiling SQLKit SQLCreateTrigger.swift
[835/1021] Compiling SQLKit SQLDelete.swift
[836/1021] Compiling SQLKit SQLDropEnum.swift
[837/1021] Compiling SQLKit SQLDropIndex.swift
[838/1021] Compiling SQLKit SQLDropTable.swift
[839/1021] Compiling SQLKit SQLDropTrigger.swift
[840/1021] Compiling SQLKit SQLInsert.swift
[841/1021] Compiling SQLKit SQLSelect.swift
[842/1021] Compiling SQLKit SQLColumnAssignment.swift
[843/1021] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[844/1021] Compiling SQLKit SQLColumnDefinition.swift
[845/1021] Compiling SQLKit SQLCommonTableExpression.swift
[846/1021] Compiling SQLKit SQLConflictAction.swift
[847/1021] Compiling SQLKit SQLConflictResolutionStrategy.swift
[848/1021] Compiling SQLKit SQLDropBehaviour.swift
[849/1021] Compiling SQLKit SQLEnumDataType.swift
[850/1021] Compiling SQLKit SQLExcludedColumn.swift
[851/1021] Compiling SQLKit SQLForeignKey.swift
[852/1031] Compiling NIOSSL SSLErrors.swift
[853/1031] Compiling SQLKit SQLDropEnumBuilder.swift
[854/1031] Compiling SQLKit SQLDropIndexBuilder.swift
[855/1031] Compiling SQLKit SQLDropTableBuilder.swift
[856/1031] Compiling NIOSSL ObjectIdentifier.swift
[857/1031] Compiling NIOSSL PosixPort.swift
[858/1031] Compiling NIOSSL SSLConnection.swift
[859/1031] Compiling NIOSSL SSLContext.swift
[860/1031] Compiling SQLKit SQLJoin.swift
[861/1031] Compiling SQLKit SQLJoinMethod.swift
[862/1031] Compiling SQLKit SQLLockingClause.swift
[863/1031] Compiling SQLKit SQLOrderBy.swift
[864/1031] Compiling _NIOFileSystem OpenOptions.swift
[865/1031] Compiling _NIOFileSystem String+FileSystem.swift
[866/1031] Compiling _NIOFileSystem resource_bundle_accessor.swift
[867/1031] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[868/1031] Compiling NIOTransportServices NIOTSErrors.swift
[869/1031] Compiling NIOTransportServices NIOTSDatagramListener.swift
[870/1031] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[871/1031] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[872/1031] Compiling NIOTransportServices StateManagedChannel.swift
[873/1031] Compiling NIOTransportServices AcceptHandler.swift
[874/1031] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[875/1031] Emitting module NIOHTTP1
[876/1031] Compiling NIOTransportServices NIOTSChannelOptions.swift
[877/1031] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[878/1031] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[879/1031] Compiling NIOTransportServices NIOTSBootstraps.swift
[880/1031] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[881/1031] Compiling NIOTransportServices StateManagedListenerChannel.swift
[892/1097] Compiling MultipartKit FormDataEncoder.swift
[893/1097] Compiling MultipartKit Storage.swift
[894/1097] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[895/1097] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[896/1097] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[897/1097] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[898/1097] Compiling MultipartKit MultipartPart.swift
[899/1097] Compiling MultipartKit MultipartPartConvertible.swift
[900/1097] Emitting module NIOTransportServices
[901/1099] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[902/1099] Compiling NIOTransportServices NIOTSListenerChannel.swift
[903/1099] Compiling MultipartKit BasicCodingKey.swift
[904/1099] Compiling MultipartKit MultipartError.swift
[905/1099] Compiling MultipartKit Exports.swift
[906/1099] Compiling NIOHPACK IntegerCoding.swift
[907/1100] Compiling MultipartKit FormDataEncoder.Encoder.swift
[908/1100] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[909/1100] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[910/1100] Compiling MultipartKit FormDataDecoder.swift
[914/1100] Compiling MultipartKit FormDataDecoder.Decoder.swift
[915/1103] Emitting module NIOSSL
[916/1103] Compiling NIOHTTPCompression HTTPDecompression.swift
[917/1103] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[918/1103] Compiling NIOHTTPCompression HTTPCompression.swift
[919/1103] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[920/1103] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[921/1103] Emitting module NIOHTTPCompression
[922/1103] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[923/1103] Compiling MultipartKit MultipartFormData.swift
[924/1103] Compiling MultipartKit MultipartParser.swift
[935/1103] Emitting module AsyncKit
[936/1107] Compiling NIOHPACK HuffmanTables.swift
[937/1107] Compiling NIOHPACK IndexedHeaderTable.swift
[938/1107] Compiling NIOWebSocket WebSocketOpcode.swift
[939/1107] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[940/1107] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[941/1108] Compiling NIOHPACK HuffmanCoding.swift
[942/1108] Compiling NIOHPACK StaticHeaderTable.swift
[943/1108] Compiling NIOWebSocket WebSocketErrorCodes.swift
[944/1108] Compiling NIOWebSocket SHA1.swift
[945/1108] Emitting module NIOWebSocket
[946/1108] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[947/1108] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[948/1108] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[949/1108] Compiling NIOWebSocket WebSocketFrame.swift
[956/1108] Compiling NIOHPACK HeaderTables.swift
[957/1108] Compiling NIOHPACK HPACKHeader.swift
[958/1108] Compiling NIOHPACK HPACKErrors.swift
[959/1108] Emitting module NIOHPACK
[962/1108] Compiling NIOHPACK HPACKEncoder.swift
[963/1108] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[964/1108] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[966/1110] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[981/1110] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[982/1110] Emitting module NIOExtras
[983/1110] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[984/1110] Emitting module _NIOFileSystemFoundationCompat
[985/1110] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1002/1110] Emitting module MultipartKit
[1005/1112] Compiling SQLKit SQLColumn.swift
[1006/1112] Compiling SQLKit SQLConstraint.swift
[1007/1112] Compiling SQLKit SQLDataType.swift
[1008/1112] Compiling SQLKit SQLDirection.swift
[1009/1112] Compiling SQLKit SQLDistinct.swift
[1010/1112] Compiling SQLKit SQLForeignKeyAction.swift
[1011/1112] Compiling SQLKit SQLNestedSubpathExpression.swift
[1012/1112] Compiling SQLKit SQLQualifiedTable.swift
[1013/1112] Compiling SQLKit SQLQueryString.swift
[1014/1112] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1015/1112] Compiling SQLKit SQLDropTriggerBuilder.swift
[1016/1112] Compiling SQLKit SQLInsertBuilder.swift
[1017/1112] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1018/1112] Compiling SQLKit SQLRawBuilder.swift
[1019/1112] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1020/1112] Compiling SQLKit SQLSelectBuilder.swift
[1021/1112] Compiling SQLKit SQLSubqueryBuilder.swift
[1022/1112] Compiling SQLKit SQLUnionBuilder.swift
[1023/1112] Compiling SQLKit SQLUpdateBuilder.swift
[1024/1112] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1025/1112] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1026/1112] Compiling SQLKit SQLUnion.swift
[1027/1112] Compiling SQLKit SQLUpdate.swift
[1028/1112] Compiling SQLKit SQLExpression.swift
[1029/1112] Compiling SQLKit SQLSerializer.swift
[1030/1112] Compiling SQLKit SQLStatement.swift
[1031/1112] Compiling SQLKit SQLBinaryExpression.swift
[1032/1112] Compiling SQLKit SQLBinaryOperator.swift
[1033/1112] Compiling SQLKit SQLBind.swift
[1034/1112] Compiling SQLKit SQLFunction.swift
[1035/1112] Compiling SQLKit SQLGroupExpression.swift
[1043/1112] Compiling SQLKit SQLAlterEnum.swift
[1044/1112] Compiling SQLKit SQLAlterTable.swift
[1045/1112] Compiling SQLKit SQLCreateEnum.swift
[1048/1112] Compiling NIOSSL NIOSSLServerHandler.swift
[1054/1112] Compiling NIOSSL UniversalBootstrapSupport.swift
[1055/1112] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1056/1112] Compiling NIOSSL resource_bundle_accessor.swift
[1068/1112] Compiling MultipartKit MultipartSerializer.swift
[1069/1112] Compiling MultipartKit Utilities.swift
[1071/1112] Emitting module SQLKit
[1093/1112] Compiling NIOFileSystem Exports.swift
[1094/1112] Emitting module NIOFileSystem
[1095/1112] Compiling SQLKit SQLIdentifier.swift
[1096/1112] Compiling SQLKit SQLList.swift
[1097/1112] Compiling SQLKit SQLLiteral.swift
[1098/1112] Compiling SQLKit SQLRaw.swift
[1099/1112] Compiling SQLKit SQLCodingUtilities.swift
[1100/1112] Compiling SQLKit SQLQueryEncoder.swift
[1101/1112] Compiling SQLKit SQLRow.swift
[1102/1112] Compiling SQLKit SQLRowDecoder.swift
[1103/1112] Compiling SQLKit SomeCodingKey.swift
[1104/1112] Compiling SQLKit StringHandling.swift
[1105/1113] Compiling NIOExtras WritePCAPHandler.swift
[1106/1152] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1107/1152] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1108/1270] Compiling FluentKit DatabaseQuery+Range.swift
[1109/1270] Compiling FluentKit DatabaseQuery+Sort.swift
[1110/1270] Compiling FluentKit AsyncMigration.swift
[1111/1270] Compiling FluentKit DatabaseQuery+Filter.swift
[1112/1270] Compiling FluentKit DatabaseQuery+Join.swift
[1113/1270] Compiling WebSocketKit WebSocketHandler.swift
[1114/1270] Compiling WebSocketKit WebSocket.swift
[1115/1270] Compiling WebSocketKit Exports.swift
[1116/1270] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1117/1270] Emitting module WebSocketKit
[1118/1270] Compiling WebSocketKit WebSocket+Concurrency.swift
[1119/1270] Compiling WebSocketKit WebSocket+Connect.swift
[1120/1270] Compiling WebSocketKit WebSocketClient.swift
[1121/1270] Compiling FluentKit OptionalChild.swift
[1122/1270] Compiling FluentKit OptionalField.swift
[1123/1270] Compiling FluentKit OptionalParent.swift
[1124/1270] Compiling FluentKit Parent.swift
[1125/1270] Compiling FluentKit Property.swift
[1126/1270] Compiling FluentKit Relation.swift
[1127/1270] Compiling FluentKit Siblings.swift
[1128/1276] Emitting module NIOHTTP2
[1132/1276] Compiling FluentKit AsyncModelMiddleware.swift
[1133/1276] Compiling FluentKit Children+Concurrency.swift
[1134/1276] Compiling FluentKit Database+Concurrency.swift
[1135/1276] Compiling FluentKit EnumBuilder+Concurrency.swift
[1136/1276] Compiling FluentKit Model+Concurrency.swift
[1137/1276] Compiling FluentKit ModelResponder+Concurrency.swift
[1138/1276] Compiling FluentKit OptionalChild+Concurrency.swift
[1139/1276] Compiling FluentKit OptionalParent+Concurrency.swift
[1140/1276] Compiling FluentKit Parent+Concurrency.swift
[1141/1276] Compiling FluentKit ID.swift
[1142/1276] Compiling FluentKit OptionalBoolean.swift
[1143/1276] Compiling FluentKit QueryBuilder+Sort.swift
[1144/1276] Compiling FluentKit QueryBuilder.swift
[1145/1276] Compiling FluentKit DatabaseQuery+Action.swift
[1146/1276] Compiling FluentKit DatabaseQuery+Aggregate.swift
[1147/1276] Compiling FluentKit DatabaseQuery+Field.swift
[1150/1276] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1151/1276] Compiling NIOHTTP2 StreamChannelList.swift
[1152/1276] Compiling NIOHTTP2 StreamMap.swift
[1153/1276] Compiling NIOHTTP2 StreamStateMachine.swift
[1154/1276] Compiling NIOHTTP2 UnsafeTransfer.swift
[1155/1276] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1156/1276] Compiling FluentKit ModelResponder.swift
[1157/1276] Compiling FluentKit Migration.swift
[1158/1276] Compiling FluentKit MigrationLog.swift
[1159/1276] Compiling FluentKit Migrations.swift
[1160/1276] Compiling FluentKit Migrator.swift
[1161/1276] Compiling FluentKit AnyModel.swift
[1162/1276] Compiling FluentKit EagerLoad.swift
[1163/1276] Compiling FluentKit Fields+Codable.swift
[1164/1276] Compiling FluentKit Fields.swift
[1165/1276] Compiling FluentKit MirrorBypass.swift
[1166/1276] Compiling FluentKit KeyPrefixingStrategy.swift
[1167/1276] Compiling FluentKit TransactionControlDatabase.swift
[1168/1276] Compiling FluentKit DatabaseEnum.swift
[1169/1276] Compiling FluentKit EnumBuilder.swift
[1170/1276] Compiling FluentKit EnumMetadata.swift
[1171/1276] Compiling FluentKit EnumProperty.swift
[1172/1276] Compiling FluentKit OptionalEnumProperty.swift
[1173/1276] Compiling FluentKit Exports.swift
[1174/1276] Compiling FluentKit FluentError.swift
[1175/1276] Compiling FluentKit ModelMiddleware.swift
[1176/1276] Compiling FluentKit TimestampFormat.swift
[1177/1276] Compiling FluentKit QueryBuilder+Aggregate.swift
[1178/1276] Compiling FluentKit QueryBuilder+EagerLoad.swift
[1179/1276] Compiling FluentKit QueryBuilder+Filter.swift
[1180/1276] Compiling FluentKit QueryBuilder+Group.swift
[1181/1276] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[1182/1276] Compiling FluentKit QueryBuilder+Join.swift
[1183/1276] Compiling FluentKit QueryBuilder+Paginate.swift
[1184/1276] Compiling FluentKit QueryBuilder+Range.swift
[1185/1276] Compiling FluentKit QueryBuilder+Set.swift
[1192/1276] Compiling FluentKit ValueOperators+Array.swift
[1193/1276] Compiling FluentKit ValueOperators+String.swift
[1194/1276] Compiling FluentKit ValueOperators.swift
[1195/1276] Compiling FluentKit Boolean.swift
[1196/1285] Compiling FluentKit QueryBuilder+Concurrency.swift
[1197/1285] Compiling FluentKit Relation+Concurrency.swift
[1198/1285] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1199/1285] Compiling FluentKit Siblings+Concurrency.swift
[1200/1285] Compiling FluentKit Database+Logging.swift
[1201/1285] Compiling FluentKit Database.swift
[1202/1285] Compiling FluentKit DatabaseID.swift
[1203/1285] Compiling FluentKit DatabaseInput.swift
[1204/1285] Compiling FluentKit DatabaseOutput.swift
[1205/1285] Compiling FluentKit Databases.swift
[1206/1285] Emitting module FluentKit
[1207/1285] Compiling FluentKit Timestamp.swift
[1208/1285] Compiling FluentKit BooleanPropertyFormat.swift
[1209/1285] Compiling FluentKit Children.swift
[1210/1285] Compiling FluentKit CompositeChildren.swift
[1211/1285] Compiling FluentKit CompositeID.swift
[1212/1285] Compiling FluentKit CompositeOptionalChild.swift
[1226/1285] Compiling FluentKit CompositeOptionalParent.swift
[1227/1285] Compiling FluentKit CompositeParent.swift
[1228/1285] Compiling FluentKit Field.swift
[1229/1285] Compiling FluentKit FieldKey.swift
[1230/1285] Compiling FluentKit Group.swift
[1248/1285] Compiling FluentKit DatabaseQuery+Value.swift
[1249/1285] Compiling FluentKit DatabaseQuery.swift
[1250/1285] Compiling FluentKit QueryHistory.swift
[1251/1285] Compiling FluentKit DatabaseSchema.swift
[1252/1285] Compiling FluentKit SchemaBuilder.swift
[1253/1285] Compiling FluentKit OptionalType.swift
[1254/1285] Compiling FluentKit RandomGeneratable.swift
[1255/1285] Compiling FluentKit SomeCodingKey.swift
[1256/1285] Compiling FluentKit UnsafeMutableTransferBox.swift
[1286/1346] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1287/1346] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1288/1346] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1289/1346] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1290/1346] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1291/1346] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1292/1346] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1293/1352] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1294/1352] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1295/1352] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1296/1352] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1297/1352] Compiling AsyncHTTPClient Transaction.swift
[1298/1352] Compiling AsyncHTTPClient Base64.swift
[1299/1352] Compiling AsyncHTTPClient BasicAuth.swift
[1300/1352] Emitting module AsyncHTTPClient
[1301/1352] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1302/1352] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1303/1352] Compiling AsyncHTTPClient ConnectionPool.swift
[1304/1352] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1305/1352] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1306/1352] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1307/1352] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1308/1352] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1309/1352] Compiling AsyncHTTPClient TLSConfiguration.swift
[1310/1352] Compiling AsyncHTTPClient RedirectState.swift
[1311/1352] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1312/1352] Compiling AsyncHTTPClient RequestBag.swift
[1313/1352] Compiling AsyncHTTPClient RequestValidation.swift
[1314/1352] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1315/1352] Compiling AsyncHTTPClient ConnectionTarget.swift
[1316/1352] Compiling AsyncHTTPClient DeconstructedURL.swift
[1317/1352] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1318/1352] Compiling AsyncHTTPClient FoundationExtensions.swift
[1319/1352] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1320/1352] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1321/1352] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1322/1352] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1323/1352] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1324/1352] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1325/1352] Compiling AsyncHTTPClient RequestBodyLength.swift
[1326/1352] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1327/1352] Compiling AsyncHTTPClient SSLContextCache.swift
[1328/1352] Compiling AsyncHTTPClient Scheme.swift
[1329/1352] Compiling AsyncHTTPClient Singleton.swift
[1330/1352] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1331/1352] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1332/1352] Compiling AsyncHTTPClient Utils.swift
[1333/1352] Compiling AsyncHTTPClient HTTP1Connection.swift
[1334/1352] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1335/1352] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1336/1352] Compiling AsyncHTTPClient HTTP2Connection.swift
[1337/1352] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1338/1352] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1339/1352] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1340/1352] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1341/1352] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1342/1352] Compiling AsyncHTTPClient HTTPClient.swift
[1343/1352] Compiling AsyncHTTPClient HTTPHandler.swift
[1344/1352] Compiling AsyncHTTPClient LRUCache.swift
[1345/1352] Compiling AsyncHTTPClient NWErrorHandler.swift
[1346/1352] Compiling AsyncHTTPClient RequestOptions.swift
[1347/1352] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1348/1352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1349/1352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1350/1352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1351/1352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1352/1352] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1353/1357] Compiling APNS APNSJSONEncoder.swift
[1354/1357] Compiling APNS APNSConfiguration.swift
[1355/1357] Compiling APNS APNSJSONDecoder.swift
[1356/1378] Emitting module APNS
[1357/1378] Compiling APNS APNSClient.swift
[1358/1553] Compiling Vapor PlaintextDecoder.swift
[1359/1553] Compiling Vapor PlaintextEncoder.swift
[1360/1553] Compiling Vapor URLQueryCoders.swift
[1361/1553] Compiling Vapor URLQueryContainer.swift
[1362/1553] Compiling Vapor Core.swift
[1363/1553] Compiling Vapor Running.swift
[1364/1553] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1365/1553] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1366/1553] Compiling Vapor DotEnvFile+load.swift
[1367/1553] Compiling Vapor Routes+caseInsenstive.swift
[1368/1553] Compiling Vapor Validatable+validate.swift
[1369/1553] Compiling Vapor Environment+Process.swift
[1370/1553] Compiling Vapor Environment+Secret.swift
[1371/1553] Compiling Vapor Environment.swift
[1372/1553] Compiling Vapor Abort.swift
[1373/1553] Compiling Vapor AbortError.swift
[1374/1553] Compiling Vapor DebuggableError.swift
[1375/1553] Compiling Vapor Demangler.swift
[1376/1553] Compiling Vapor ErrorSource.swift
[1377/1553] Compiling Vapor StackTrace.swift
[1378/1553] Compiling Vapor Exports.swift
[1379/1553] Compiling Vapor Application+HTTP.swift
[1380/1574] Compiling Vapor Application.swift
[1381/1574] Compiling Vapor AuthenticationCache.swift
[1382/1574] Compiling Vapor Authenticator.swift
[1383/1574] Compiling Vapor BasicAuthorization.swift
[1384/1574] Compiling Vapor BearerAuthorization.swift
[1385/1574] Compiling Vapor GuardMiddleware.swift
[1386/1574] Compiling Vapor RedirectMiddleware.swift
[1387/1574] Compiling Vapor SessionAuthenticatable.swift
[1388/1574] Compiling Vapor Bcrypt.swift
[1389/1574] Compiling Vapor Application+Cache.swift
[1390/1574] Compiling Vapor Cache.swift
[1391/1574] Compiling Vapor CacheExpirationTime.swift
[1392/1574] Compiling Vapor MemoryCache.swift
[1393/1574] Compiling Vapor Request+Cache.swift
[1394/1574] Compiling Vapor Application+Clients.swift
[1395/1574] Compiling Vapor Client.swift
[1396/1574] Compiling Vapor ClientRequest.swift
[1397/1574] Compiling Vapor ClientResponse.swift
[1398/1574] Compiling Vapor Request+Client.swift
[1399/1574] Compiling Vapor BootCommand.swift
[1400/1574] Compiling Vapor CommandContext+Application.swift
[1401/1574] Compiling Vapor RoutesCommand.swift
[1402/1574] Compiling Vapor Case.swift
[1403/1574] Compiling Vapor CharacterSet.swift
[1404/1574] Compiling Vapor Count.swift
[1405/1574] Compiling Vapor Custom.swift
[1406/1574] Compiling Vapor Email.swift
[1407/1574] Compiling Vapor Empty.swift
[1408/1574] Compiling Vapor In.swift
[1409/1574] Compiling Vapor Nil.swift
[1410/1574] Compiling Vapor NilIgnoring.swift
[1411/1574] Compiling Vapor Not.swift
[1412/1574] Compiling Vapor Or.swift
[1413/1574] Compiling Vapor Pattern.swift
[1414/1574] Compiling Vapor Range.swift
[1415/1574] Compiling Vapor URL.swift
[1416/1574] Compiling Vapor Valid.swift
[1417/1574] Compiling Vapor Application+Views.swift
[1418/1574] Compiling Vapor PlaintextRenderer.swift
[1419/1574] Compiling Vapor Request+View.swift
[1420/1574] Compiling Vapor View.swift
[1421/1574] Compiling Vapor ViewRenderer.swift
[1422/1574] Compiling Vapor _Deprecations.swift
[1423/1574] Compiling Vapor RouteCollection.swift
[1424/1574] Compiling Vapor Routes.swift
[1425/1574] Compiling Vapor RoutesBuilder+Group.swift
[1426/1574] Compiling Vapor RoutesBuilder+Method.swift
[1427/1574] Compiling Vapor RoutesBuilder+Middleware.swift
[1428/1574] Compiling Vapor RoutesBuilder+WebSocket.swift
[1429/1574] Compiling Vapor RoutesBuilder.swift
[1430/1574] Compiling Vapor OTP.swift
[1431/1574] Compiling Vapor Application+Servers.swift
[1432/1574] Compiling Vapor Server.swift
[1433/1574] Compiling Vapor App+Service.swift
[1434/1574] Compiling Vapor Req+Service.swift
[1435/1574] Compiling Vapor Service.swift
[1436/1574] Compiling Vapor Application+Sessions.swift
[1437/1574] Compiling Vapor MemorySessions.swift
[1438/1574] Compiling Vapor Request+Session.swift
[1439/1574] Compiling Vapor Session.swift
[1440/1574] Compiling Vapor SessionCache.swift
[1441/1574] Compiling Vapor SessionData.swift
[1442/1574] Compiling Vapor SessionDriver.swift
[1443/1574] Compiling Vapor SessionsConfiguration.swift
[1444/1574] Compiling Vapor DotEnv.swift
[1445/1574] Compiling Vapor Extendable.swift
[1446/1574] Compiling Vapor File.swift
[1447/1574] Compiling Vapor FileIO.swift
[1448/1574] Compiling Vapor LifecycleHandler.swift
[1449/1574] Compiling Vapor OptionalType.swift
[1450/1574] Compiling Vapor RFC1123.swift
[1451/1574] Compiling Vapor SocketAddress+Hostname.swift
[1452/1574] Compiling Vapor Storage.swift
[1453/1574] Compiling Vapor String+IsIPAddress.swift
[1454/1574] Compiling Vapor Thread.swift
[1455/1574] Compiling Vapor URI.swift
[1456/1574] Compiling Vapor RangeResult.swift
[1457/1574] Compiling Vapor Validatable.swift
[1458/1574] Compiling Vapor Validation.swift
[1459/1574] Compiling Vapor ValidationKey.swift
[1460/1574] Compiling Vapor Validations.swift
[1461/1574] Compiling Vapor ValidationsError.swift
[1462/1574] Compiling Vapor Validator.swift
[1463/1574] Compiling Vapor ValidatorResult.swift
[1464/1574] Compiling Vapor And.swift
[1465/1574] Compiling Vapor BasicResponder.swift
[1466/1574] Compiling Vapor BodyStream.swift
[1467/1574] Compiling Vapor Application+HTTP+Client.swift
[1468/1574] Compiling Vapor EventLoopHTTPClient.swift
[1469/1574] Compiling Vapor EndpointCache.swift
[1470/1574] Compiling Vapor HTTPMethod+String.swift
[1471/1574] Compiling Vapor HTTPStatus.swift
[1472/1574] Compiling Vapor HTTPCookies.swift
[1473/1574] Compiling Vapor HTTPHeaderCacheControl.swift
[1474/1574] Compiling Vapor HTTPHeaderExpires.swift
[1475/1574] Compiling Vapor HTTPHeaderLastModified.swift
[1476/1574] Compiling Vapor HTTPHeaders+Cache.swift
[1477/1574] Compiling Vapor HTTPHeaders+Connection.swift
[1478/1574] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1479/1574] Compiling Vapor HTTPHeaders+ContentRange.swift
[1480/1574] Compiling Vapor HTTPHeaders+Directive.swift
[1481/1574] Compiling Vapor HTTPHeaders+Forwarded.swift
[1482/1574] Compiling Vapor HTTPHeaders+Link.swift
[1483/1574] Compiling Vapor HTTPHeaders+Name.swift
[1484/1574] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1485/1574] Compiling Vapor HTTPHeaders.swift
[1486/1574] Compiling Vapor HTTPMediaType.swift
[1487/1574] Compiling Vapor HTTPMediaTypePreference.swift
[1488/1574] Compiling Vapor Responder.swift
[1489/1574] Compiling Vapor Application+HTTP+Server.swift
[1490/1574] Compiling Vapor HTTPServer.swift
[1491/1574] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1492/1574] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1493/1574] Compiling Vapor HTTPServerHandler.swift
[1494/1574] Compiling Vapor HTTPServerRequestDecoder.swift
[1495/1574] Compiling Vapor HTTPServerResponseEncoder.swift
[1496/1574] Compiling Vapor HTTPServerUpgradeHandler.swift
[1497/1574] Compiling Vapor Logger+Report.swift
[1498/1574] Compiling Vapor LoggingSystem+Environment.swift
[1499/1574] Compiling Vapor Application+Middleware.swift
[1500/1574] Compiling Vapor CORSMiddleware.swift
[1501/1574] Compiling Vapor ErrorMiddleware.swift
[1502/1574] Compiling Vapor FileMiddleware.swift
[1503/1574] Compiling Vapor Middleware.swift
[1504/1574] Compiling Vapor MiddlewareConfiguration.swift
[1505/1574] Compiling Vapor ResponseCompressionMiddleware.swift
[1506/1574] Compiling Vapor RouteLoggingMiddleware.swift
[1507/1574] Compiling Vapor TracingMiddleware.swift
[1508/1574] Compiling Vapor File+Multipart.swift
[1509/1574] Compiling Vapor SessionsMiddleware.swift
[1510/1574] Compiling Vapor URLEncodedFormData.swift
[1511/1574] Compiling Vapor URLEncodedFormDecoder.swift
[1512/1574] Compiling Vapor URLEncodedFormEncoder.swift
[1513/1574] Compiling Vapor URLEncodedFormError.swift
[1514/1574] Compiling Vapor URLEncodedFormParser.swift
[1515/1574] Compiling Vapor URLEncodedFormSerializer.swift
[1516/1574] Compiling Vapor URLQueryFragmentConvertible.swift
[1517/1574] Compiling Vapor AnyResponse.swift
[1518/1574] Compiling Vapor Array+Random.swift
[1519/1574] Compiling Vapor Base32.swift
[1520/1574] Compiling Vapor Base64.swift
[1521/1574] Compiling Vapor BaseN.swift
[1522/1574] Compiling Vapor BasicCodingKey.swift
[1523/1574] Compiling Vapor ByteCount.swift
[1524/1574] Compiling Vapor Bytes+Hex.swift
[1525/1574] Compiling Vapor Bytes+SecureCompare.swift
[1526/1574] Compiling Vapor Collection+Safe.swift
[1527/1574] Compiling Vapor DataProtocol+Copy.swift
[1528/1574] Compiling Vapor DecoderUnwrapper.swift
[1529/1574] Compiling Vapor DirectoryConfiguration.swift
[1530/1574] Compiling Vapor FormDataDecoder+Content.swift
[1531/1574] Compiling Vapor FormDataEncoder+Content.swift
[1532/1574] Compiling Vapor Application+Password.swift
[1533/1574] Compiling Vapor Application+Passwords.swift
[1534/1574] Compiling Vapor AsyncPasswordHasher.swift
[1535/1574] Compiling Vapor BcryptHasher.swift
[1536/1574] Compiling Vapor PasswordHasher.swift
[1537/1574] Compiling Vapor PlaintextHasher.swift
[1538/1574] Compiling Vapor Request+Password.swift
[1539/1574] Compiling Vapor Redirect.swift
[1540/1574] Compiling Vapor Request+Body.swift
[1541/1574] Compiling Vapor Request+BodyStream.swift
[1542/1574] Compiling Vapor Request.swift
[1543/1574] Compiling Vapor Application+Responder.swift
[1544/1574] Compiling Vapor DefaultResponder.swift
[1545/1574] Compiling Vapor Response+Body.swift
[1546/1574] Compiling Vapor Response.swift
[1547/1574] Compiling Vapor ResponseCodable.swift
[1548/1574] Compiling Vapor Application+Routes.swift
[1549/1574] Compiling Vapor Parameters+Require.swift
[1550/1574] Compiling Vapor Request+WebSocket.swift
[1551/1574] Compiling Vapor Route.swift
[1552/1574] Emitting module Vapor
[1553/1574] Compiling Vapor ServeCommand.swift
[1554/1574] Compiling Vapor AnyResponse+Concurrency.swift
[1555/1574] Compiling Vapor AsyncBasicResponder.swift
[1556/1574] Compiling Vapor AsyncMiddleware.swift
[1557/1574] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1558/1574] Compiling Vapor AsyncSessionDriver.swift
[1559/1574] Compiling Vapor Authentication+Concurrency.swift
[1560/1574] Compiling Vapor Cache+Concurrency.swift
[1561/1574] Compiling Vapor Client+Concurrency.swift
[1562/1574] Compiling Vapor RequestBody+Concurrency.swift
[1563/1574] Compiling Vapor Responder+Concurrency.swift
[1564/1574] Compiling Vapor ResponseCodable+Concurrency.swift
[1565/1574] Compiling Vapor RoutesBuilder+Concurrency.swift
[1566/1574] Compiling Vapor ViewRenderer+Concurrency.swift
[1567/1574] Compiling Vapor WebSocket+Concurrency.swift
[1568/1574] Compiling Vapor ContainerGetPathExecutor.swift
[1569/1574] Compiling Vapor Content.swift
[1570/1574] Compiling Vapor ContentCoders.swift
[1571/1574] Compiling Vapor ContentConfiguration.swift
[1572/1574] Compiling Vapor ContentContainer.swift
[1573/1574] Compiling Vapor JSONCoder+Custom.swift
[1574/1574] Compiling Vapor JSONCoders+Content.swift
[1575/1595] Compiling VaporAPNS Request+APNS.swift
[1576/1595] Emitting module VaporAPNS
[1577/1595] Compiling VaporAPNS APNSContainers.swift
[1578/1595] Compiling VaporAPNS APNSContainerID.swift
[1579/1595] Compiling VaporAPNS Application+APNS.swift
[1580/1595] Compiling Fluent ModelTokenAuthenticatable.swift
[1581/1596] Compiling Fluent ModelAuthenticatable.swift
[1582/1596] Compiling Fluent ModelCredentialsAuthenticatable.swift
[1583/1596] Emitting module Fluent
[1584/1596] Compiling Fluent FluentProvider.swift
[1585/1596] Compiling Fluent MigrateCommand.swift
[1586/1596] Compiling Fluent Fluent+History.swift
[1587/1596] Compiling Fluent Fluent+Paginate.swift
[1588/1596] Compiling Fluent Pagination+Concurrency.swift
[1589/1596] Compiling Fluent Sessions+Concurrency.swift
[1590/1596] Compiling Fluent FluentProvider+Concurrency.swift
[1591/1596] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[1592/1596] Compiling Fluent Exports.swift
[1593/1596] Compiling Fluent Fluent+Cache.swift
[1594/1596] Compiling Fluent Fluent+Pagination.swift
[1595/1596] Compiling Fluent Fluent+Sessions.swift
[1596/1596] Compiling Fluent PageLimit.swift
[1597/1600] Compiling VaporWallet TestCertificate.swift
[1598/1600] Compiling VaporWallet isLoggingConfigured.swift
[1599/1600] Emitting module VaporWallet
[1600/1600] Compiling VaporWallet DTOs+Content.swift
Build of target: 'VaporWallet' complete! (24.37s)
Target: VaporWalletPasses
Extracting symbol information for 'VaporWalletPasses'...
Finished extracting symbol information for 'VaporWalletPasses'. (13.47s)
Building documentation for 'VaporWalletPasses'...
Finished building documentation for 'VaporWalletPasses' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/vapor-community/wallet/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (3.48s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/49] Emitting module _CertificateInternals
[3/49] Compiling _CertificateInternals _TinyArray.swift
[4/49] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[5/49] Compiling CryptoBoringWrapper RandomBytes.swift
[6/49] Compiling FluentWallet DeviceModel.swift
[7/49] Emitting module CryptoBoringWrapper
[8/49] Emitting module FluentWallet
[9/49] Compiling FluentWallet LogEntriesDTO.swift
[10/49] Compiling FluentWallet PushTokenDTO.swift
[11/49] Compiling ZipArchive ZipFileStorage.swift
[12/50] Compiling ZipArchive ZipMemoryStorage.swift
[13/50] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[14/50] Compiling SwiftASN1 ASN1Any.swift
[15/50] Compiling SwiftASN1 ASN1BitString.swift
[16/51] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[17/51] Compiling CryptoBoringWrapper EllipticCurve.swift
[18/51] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[19/51] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[20/51] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[21/51] Compiling ZipArchive ZipArchiveWriter.swift
[22/51] Compiling ZipArchive ZipCompression.swift
[23/51] Compiling ZipArchive ZipStorage.swift
[24/51] Compiling ZipArchive ZipTypes.swift
[25/51] Compiling SwiftASN1 DER.swift
[26/51] Compiling SwiftASN1 ASN1Integer.swift
[27/51] Compiling SwiftASN1 ASN1Null.swift
[28/51] Compiling SwiftASN1 ASN1Boolean.swift
[29/51] Compiling SwiftASN1 ASN1Identifier.swift
[32/51] Compiling SwiftASN1 TimeUtilities.swift
[33/51] Compiling SwiftASN1 UTCTime.swift
[34/51] Compiling SwiftASN1 Errors.swift
[35/51] Compiling SwiftASN1 ArraySliceBigint.swift
[36/51] Compiling SwiftASN1 GeneralizedTime.swift
[37/51] Compiling SwiftASN1 ObjectIdentifier.swift
[38/51] Compiling SwiftASN1 PEMDocument.swift
[39/51] Compiling SwiftASN1 ASN1.swift
[40/51] Compiling SwiftASN1 BER.swift
[41/51] Emitting module ZipArchive
[44/51] Compiling ZipArchive crc32.swift
[51/51] Emitting module SwiftASN1
[52/99] Compiling _CryptoExtras RSA_security.swift
[53/99] Compiling _CryptoExtras BoringSSLHelpers.swift
[54/99] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[55/99] Compiling _CryptoExtras DigestType.swift
[56/99] Compiling _CryptoExtras Error.swift
[57/104] Compiling _CryptoExtras I2OSP.swift
[58/104] Compiling _CryptoExtras IntegerEncoding.swift
[59/104] Compiling _CryptoExtras PEMDocument.swift
[60/104] Compiling _CryptoExtras PrettyBytes.swift
[61/104] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[62/104] Emitting module _CryptoExtras
[63/104] Compiling _CryptoExtras AES_CBC.swift
[64/104] Compiling _CryptoExtras AES_CFB.swift
[65/104] Compiling _CryptoExtras AES_CTR.swift
[66/104] Compiling _CryptoExtras AES_GCM_SIV.swift
[67/104] Compiling _CryptoExtras Block Function.swift
[68/104] Compiling _CryptoExtras AES_CFB_boring.swift
[69/104] Compiling _CryptoExtras AES_CTR_boring.swift
[70/104] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[71/104] Compiling _CryptoExtras ARC+API.swift
[72/104] Compiling _CryptoExtras ARC.swift
[73/104] Compiling _CryptoExtras ARCCredential.swift
[74/104] Compiling _CryptoExtras ARCEncoding.swift
[75/104] Compiling _CryptoExtras KDF.swift
[76/104] Compiling _CryptoExtras PBKDF2_boring.swift
[77/104] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[78/104] Compiling _CryptoExtras PBKDF2.swift
[79/104] Compiling _CryptoExtras Scrypt_boring.swift
[80/104] Compiling _CryptoExtras ARCPrecredential.swift
[81/104] Compiling _CryptoExtras ARCPresentation.swift
[82/104] Compiling _CryptoExtras ARCRequest.swift
[83/104] Compiling _CryptoExtras ARCResponse.swift
[84/104] Compiling _CryptoExtras ARCServer.swift
[85/104] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[86/104] Compiling _CryptoExtras ChaCha20CTR.swift
[87/104] Compiling _CryptoExtras ECToolbox_boring.swift
[88/104] Compiling _CryptoExtras ECToolbox.swift
[89/104] Compiling _CryptoExtras HashToField.swift
[90/104] Compiling _CryptoExtras VOPRFClient.swift
[91/104] Compiling _CryptoExtras VOPRFServer.swift
[92/104] Compiling _CryptoExtras RSA+BlindSigning.swift
[93/104] Compiling _CryptoExtras RSA.swift
[94/104] Compiling _CryptoExtras RSA_boring.swift
[95/104] Compiling _CryptoExtras DLEQ.swift
[96/104] Compiling _CryptoExtras Prover.swift
[97/104] Compiling _CryptoExtras Verifier.swift
[98/104] Compiling _CryptoExtras ZKPToolbox.swift
[99/104] Compiling _CryptoExtras resource_bundle_accessor.swift
[100/104] Compiling _CryptoExtras Scrypt.swift
[101/104] Compiling _CryptoExtras OPRF.swift
[102/104] Compiling _CryptoExtras OPRFClient.swift
[103/104] Compiling _CryptoExtras OPRFServer.swift
[104/104] Compiling _CryptoExtras VOPRF+API.swift
[105/199] Compiling X509 Digests.swift
[106/199] Compiling X509 DistinguishedName.swift
[107/199] Compiling X509 CommonName.swift
[108/199] Compiling X509 CountryName.swift
[109/199] Compiling X509 DNBuilder.swift
[110/199] Compiling X509 DomainComponent.swift
[111/199] Compiling X509 EmailAddress.swift
[112/199] Compiling X509 LocalityName.swift
[113/199] Compiling X509 OrganizationName.swift
[114/199] Compiling X509 OrganizationalUnitName.swift
[115/199] Compiling X509 StateOrProvinceName.swift
[116/209] Compiling X509 OCSPSingleResponse.swift
[117/209] Compiling X509 OCSPTBSRequest.swift
[118/209] Compiling X509 OCSPVersion.swift
[119/209] Compiling X509 PKCS8PrivateKey.swift
[120/209] Compiling X509 PromiseAndFuture.swift
[121/209] Compiling X509 RDNAttribute.swift
[122/209] Compiling X509 RandomNumberGenerator+bytes.swift
[123/209] Compiling X509 RelativeDistinguishedName.swift
[124/209] Compiling X509 SEC1PrivateKey.swift
[125/209] Compiling X509 SecKeyWrapper.swift
[126/209] Compiling X509 CMSAttribute.swift
[127/209] Compiling X509 CMSContentInfo.swift
[128/209] Compiling X509 CMSEncapsulatedContentInfo.swift
[129/209] Compiling X509 CMSIssuerAndSerialNumber.swift
[130/209] Compiling X509 CMSOperations.swift
[131/209] Compiling X509 CMSSignature.swift
[132/209] Compiling X509 CMSSignedData.swift
[133/209] Compiling X509 CMSSignerIdentifier.swift
[134/209] Compiling X509 CMSSignerInfo.swift
[135/209] Compiling X509 CMSVersion.swift
[136/209] Compiling X509 Curve25519+DER.swift
[137/209] Compiling X509 OCSPExtensionID.swift
[138/209] Compiling X509 OCSPNonce.swift
[139/209] Compiling X509 OCSPPolicy.swift
[140/209] Compiling X509 OCSPRequest.swift
[141/209] Compiling X509 OCSPResponse.swift
[142/209] Compiling X509 OCSPResponseBytes.swift
[143/209] Compiling X509 OCSPResponseData.swift
[144/209] Compiling X509 OCSPResponseStatus.swift
[145/209] Compiling X509 OCSPSignature.swift
[146/209] Compiling X509 OCSPSingleRequest.swift
[147/209] Compiling X509 CSRAttribute.swift
[148/209] Compiling X509 CSRAttributes.swift
[149/209] Compiling X509 CSRVersion.swift
[150/209] Compiling X509 CertificateSigningRequest.swift
[151/209] Compiling X509 CertificationRequestInfo.swift
[152/209] Compiling X509 ExtensionRequest.swift
[153/209] Compiling X509 Certificate.swift
[154/209] Compiling X509 CertificatePrivateKey.swift
[155/209] Compiling X509 CertificatePublicKey.swift
[156/209] Compiling X509 CertificateSerialNumber.swift
[157/209] Compiling X509 CertificateVersion.swift
[158/209] Compiling X509 Signature.swift
[159/209] Compiling X509 SignatureAlgorithm.swift
[160/209] Compiling X509 AllOfPolicies.swift
[161/209] Compiling X509 AnyPolicy.swift
[162/209] Compiling X509 CertificateStore.swift
[163/209] Compiling X509 OneOfPolicies.swift
[164/209] Compiling X509 PolicyBuilder.swift
[165/209] Compiling X509 BasicConstraintsPolicy.swift
[166/209] Compiling X509 DNSNames.swift
[167/209] Compiling X509 DirectoryNames.swift
[168/209] Compiling X509 ExpiryPolicy.swift
[169/209] Compiling X509 IPConstraints.swift
[170/209] Compiling X509 NameConstraintsPolicy.swift
[171/209] Compiling X509 RFC5280Policy.swift
[172/209] Compiling X509 URIConstraints.swift
[173/209] Compiling X509 VersionPolicy.swift
[174/209] Compiling X509 ServerIdentityPolicy.swift
[175/209] Compiling X509 TrustRootLoading.swift
[176/209] Compiling X509 UnverifiedChain.swift
[177/209] Compiling X509 VerificationDiagnostic.swift
[178/209] Compiling X509 Extension.swift
[179/209] Compiling X509 Extensions.swift
[180/209] Compiling X509 ExtensionsBuilder.swift
[181/209] Compiling X509 GeneralName.swift
[182/209] Compiling X509 Lock.swift
[183/209] Compiling X509 LockedValueBox.swift
[184/209] Compiling X509 BasicOCSPResponse.swift
[185/209] Compiling X509 DirectoryString.swift
[186/209] Compiling X509 OCSPCertID.swift
[187/209] Compiling X509 OCSPCertStatus.swift
[188/209] Compiling X509 StreetAddress.swift
[189/209] Compiling X509 Error.swift
[190/209] Compiling X509 AuthorityInformationAccess.swift
[191/209] Compiling X509 AuthorityKeyIdentifier.swift
[192/209] Compiling X509 BasicConstraints.swift
[193/209] Compiling X509 ExtendedKeyUsage.swift
[194/209] Compiling X509 ExtensionIdentifiers.swift
[195/209] Compiling X509 KeyUsage.swift
[196/209] Compiling X509 NameConstraints.swift
[197/209] Compiling X509 SubjectAlternativeName.swift
[198/209] Compiling X509 SubjectKeyIdentifier.swift
[199/209] Compiling X509 Verifier.swift
[200/209] Compiling X509 VerifierPolicy.swift
[201/209] Compiling X509 AlgorithmIdentifier.swift
[202/209] Compiling X509 ECDSASignature.swift
[203/209] Compiling X509 RSAPKCS1PublicKey.swift
[204/209] Compiling X509 SubjectPublicKeyInfo.swift
[205/209] Compiling X509 TBSCertificate.swift
[206/209] Compiling X509 Time.swift
[207/209] Compiling X509 TimeCalculations.swift
[208/209] Compiling X509 Validity.swift
[209/209] Emitting module X509
[210/214] Compiling WalletPasses WalletPassesError.swift
[211/214] Compiling WalletPasses PersonalizationJSON.swift
[212/214] Compiling WalletPasses PassJSON.swift
[213/214] Compiling WalletPasses PassBuilder.swift
[214/214] Emitting module WalletPasses
[215/225] Compiling FluentWalletPasses PassModel.swift
[216/225] Compiling FluentWalletPasses PassesRegistrationModel.swift
[217/226] Compiling FluentWalletPasses PassDataModel.swift
[218/226] Compiling FluentWalletPasses PassesRegistration.swift
[219/226] Compiling FluentWalletPasses PassesDevice.swift
[220/226] Compiling FluentWalletPasses Pass.swift
[221/226] Emitting module FluentWalletPasses
[222/226] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[223/226] Compiling FluentWalletPasses SerialNumbersDTO.swift
[224/226] Compiling FluentWalletPasses Exports.swift
[225/226] Compiling FluentWalletPasses PersonalizationInfo.swift
[226/226] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[227/234] Compiling VaporWalletPasses PassesServiceCustom.swift
[228/234] Compiling VaporWalletPasses PassesService.swift
[229/234] Compiling VaporWalletPasses ApplePassMiddleware.swift
[230/234] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[231/234] Emitting module VaporWalletPasses
[232/234] Compiling VaporWalletPasses Exports.swift
[233/234] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
[234/234] Compiling VaporWalletPasses DTOs+Content.swift
Build of target: 'VaporWalletPasses' complete! (13.32s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vapor-community/wallet/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vapor-community/wallet/main/linkable-paths.json
Target: VaporWalletOrders
Extracting symbol information for 'VaporWalletOrders'...
Finished extracting symbol information for 'VaporWalletOrders'. (5.78s)
Building documentation for 'VaporWalletOrders'...
Finished building documentation for 'VaporWalletOrders' (0.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/vapor-community/wallet/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (3.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling WalletOrders WalletOrdersError.swift
[3/5] Compiling WalletOrders OrderJSON.swift
[4/5] Compiling WalletOrders OrderBuilder.swift
[5/5] Emitting module WalletOrders
[6/14] Compiling FluentWalletOrders OrderDataModel.swift
[7/14] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[8/14] Compiling FluentWalletOrders OrderModel.swift
[9/14] Compiling FluentWalletOrders OrdersDevice.swift
[10/14] Compiling FluentWalletOrders OrdersRegistration.swift
[11/14] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[12/14] Compiling FluentWalletOrders Exports.swift
[13/14] Compiling FluentWalletOrders Order.swift
[14/14] Emitting module FluentWalletOrders
[15/22] Compiling VaporWalletOrders OrdersServiceCustom.swift
[16/22] Compiling VaporWalletOrders OrdersService.swift
[17/22] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[18/22] Emitting module VaporWalletOrders
[19/22] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[20/22] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[21/22] Compiling VaporWalletOrders Exports.swift
[22/22] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
Build of target: 'VaporWalletOrders' complete! (5.65s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vapor-community/wallet/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vapor-community/wallet/main/linkable-paths.json
326
3 /Users/admin/builder/spi-builder-workspace/.docs/vapor-community/wallet/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vapor-community/wallet/main
File count: 326
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-vapor-community-wallet-main-0766d252.zip to s3://spi-docs-inbox/prod-vapor-community-wallet-main-0766d252.zip
Copying... [15%]
Copying... [23%]
Copying... [31%]
Copying... [46%]
Copying... [53%]
Copying... [61%]
Copying... [76%]
Copying... [84%]
Copying... [92%]
Copying... [100%]
Done.