The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of wallet, reference 0.7.1 (542296), with Swift 6.1 for macOS (SPM) on 1 May 2025 04:28:36 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

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