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.0 for macOS (SPM) on 31 Mar 2025 17:06:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

Creating working copy for https://github.com/adam-fowler/swift-zip-archive.git
Working copy of https://github.com/adam-fowler/swift-zip-archive.git resolved at 0.6.3
Creating working copy for https://github.com/vapor/apns.git
Working copy of https://github.com/vapor/apns.git resolved at 4.2.0
warning: '.resolve-product-dependencies': dependency 'wallet' is not used by any target
Found 5 product dependencies
  - vapor
  - fluent
  - fluent-wallet
  - vapor-apns
  - swift-zip-archive
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/858] Write sources
[9/858] Copying PrivacyInfo.xcprivacy
[9/858] Write sources
[9/858] Copying PrivacyInfo.xcprivacy
[15/858] Write sources
[15/858] Copying PrivacyInfo.xcprivacy
[15/858] Write sources
[20/858] Copying PrivacyInfo.xcprivacy
[21/858] Write sources
[70/858] Compiling _NumericsShims _NumericsShims.c
[71/858] Compiling CNIOWindows shim.c
[72/858] Compiling CNIOWindows WSAStartup.c
[73/858] Compiling CSystem shims.c
[74/858] Compiling CNIOWASI CNIOWASI.c
[75/858] Compiling CZipZlib empty.c
[76/858] Compiling CNIOLinux shim.c
[77/858] Compiling CNIOLinux liburing_shims.c
[78/858] Compiling CNIOExtrasZlib empty.c
[79/858] Write swift-version-5BDAB9E9C0126B9D.txt
[80/858] Compiling fiat_p256_adx_sqr.S
[81/858] Compiling _AtomicsShims.c
[82/858] Compiling CNIOLLHTTP c_nio_http.c
[83/862] Compiling CVaporBcrypt blf.c
[84/864] Compiling CNIOSHA1 c_nio_sha1.c
[85/864] Compiling CNIOLLHTTP c_nio_api.c
[86/864] Compiling CVaporBcrypt bcrypt.c
[87/912] Compiling CNIOLLHTTP c_nio_llhttp.c
[88/930] Compiling CNIODarwin shim.c
[89/930] Compiling CNIOBoringSSLShims shims.c
[91/1021] Emitting module ServiceContextModule
[92/1021] Emitting module SystemPackage
[93/1024] Compiling _CertificateInternals _TinyArray.swift
[94/1024] Emitting module _CertificateInternals
[95/1024] Compiling ServiceContextModule ServiceContextKey.swift
[96/1024] Compiling ServiceContextModule ServiceContext.swift
[96/1027] Compiling fiat_p256_adx_mul.S
[98/1027] Compiling RealModule Float80+Real.swift
[99/1028] Compiling RealModule Real.swift
[100/1028] Compiling RealModule Float16+Real.swift
[101/1034] Compiling RealModule RealFunctions.swift
[102/1034] Emitting module _NIOBase64
[103/1034] Compiling _NIOBase64 Base64.swift
[103/1034] Compiling fiat_curve25519_adx_square.S
[104/1034] Compiling fiat_curve25519_adx_mul.S
[106/1034] Compiling RealModule Float+Real.swift
[107/1034] Compiling RealModule AlgebraicField.swift
[108/1034] Emitting module RealModule
[109/1034] Compiling RealModule ApproximateEquality.swift
[110/1034] Compiling RealModule Double+Real.swift
[111/1034] Compiling RealModule AugmentedArithmetic.swift
[112/1034] Compiling RealModule ElementaryFunctions.swift
[113/1034] Compiling Instrumentation MultiplexInstrument.swift
[114/1034] Compiling Instrumentation InstrumentationSystem.swift
[115/1034] Compiling Instrumentation NoOpInstrument.swift
[116/1034] Compiling Instrumentation Instrument.swift
[117/1034] Emitting module Instrumentation
[118/1034] Compiling Instrumentation Locks.swift
[119/1034] Compiling _NIODataStructures Heap.swift
[120/1034] Compiling _NIODataStructures _TinyArray.swift
[121/1034] Compiling _NIODataStructures PriorityQueue.swift
[122/1034] Emitting module _NIODataStructures
[122/1034] Compiling tls_record.cc
[123/1034] Compiling tls_method.cc
[125/1042] Compiling Crypto Insecure_HashFunctions.swift
[126/1042] Compiling Crypto KEM.swift
[127/1042] Compiling Crypto ECDH_boring.swift
[128/1042] Compiling Crypto DH.swift
[129/1042] Compiling Crypto ECDH.swift
[130/1042] Compiling Crypto HKDF.swift
[130/1042] Compiling tls13_server.cc
[132/1042] Compiling Crypto HashFunctions_SHA2.swift
[133/1042] Compiling Crypto HPKE-AEAD.swift
[134/1042] Compiling Crypto ASN1.swift
[135/1042] Compiling Crypto ASN1Any.swift
[136/1042] Compiling Crypto Digest_boring.swift
[137/1042] Compiling Crypto Digest.swift
[138/1042] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[139/1042] Compiling Crypto Digests.swift
[140/1042] Compiling Crypto HashFunctions.swift
[141/1042] Compiling Crypto Cipher.swift
[142/1042] Compiling Crypto Nonces.swift
[143/1042] Compiling Crypto ChaChaPoly_boring.swift
[144/1042] Compiling Crypto ChaChaPoly.swift
[145/1042] Compiling Crypto AES-GCM.swift
[146/1042] Compiling Crypto AES-GCM_boring.swift
[147/1042] Compiling Crypto HPKE-Ciphersuite.swift
[148/1042] Compiling Crypto HPKE-KDF.swift
[149/1042] Emitting module InternalCollectionsUtilities
[150/1043] Compiling Tracing TracingTime.swift
[151/1043] Compiling Tracing TracerProtocol.swift
[152/1043] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[152/1043] Compiling tls13_client.cc
[153/1043] Compiling tls13_enc.cc
[155/1169] Compiling Logging Logging.swift
[156/1169] Compiling Logging Locks.swift
[157/1169] Compiling Logging MetadataProvider.swift
[158/1169] Emitting module Logging
[159/1169] Compiling Logging LogHandler.swift
[160/1176] Compiling _RopeModule _RopePath.swift
[161/1176] Compiling _RopeModule _RopeVersion.swift
[162/1176] Compiling _RopeModule Rope+Collection.swift
[163/1176] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[164/1176] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[165/1176] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[166/1176] Compiling _RopeModule BigString+Chunk+Splitting.swift
[167/1176] Compiling _RopeModule BigString+Chunk.swift
[168/1176] Compiling _RopeModule BigString+BidirectionalCollection.swift
[169/1176] Compiling _RopeModule BigString+Chunk+Breaks.swift
[170/1176] Compiling _RopeModule BigString+Chunk+Counts.swift
[171/1176] Compiling _RopeModule BigString+Chunk+Description.swift
[172/1176] Compiling _RopeModule BigString+Comparable.swift
[173/1176] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[174/1176] Compiling _RopeModule BigString+CustomStringConvertible.swift
[175/1176] Compiling _RopeModule BigString+Equatable.swift
[176/1176] Compiling _RopeModule RopeSummary.swift
[177/1176] Compiling _RopeModule _RopeItem.swift
[178/1176] Compiling _RopeModule BigString+Summary.swift
[179/1176] Compiling _RopeModule BigString.swift
[180/1176] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[181/1176] Compiling CoreMetrics Locks.swift
[182/1176] Emitting module CoreMetrics
[183/1176] Compiling CoreMetrics Metrics.swift
[183/1176] Compiling tls13_both.cc
[185/1184] Compiling HeapModule _HeapNode.swift
[185/1184] Compiling t1_enc.cc
[187/1262] Compiling SwiftASN1 DER.swift
[188/1263] Compiling HeapModule Heap.swift
[189/1263] Compiling HeapModule Heap+UnsafeHandle.swift
[190/1263] Compiling HeapModule Heap+Invariants.swift
[191/1263] Compiling HeapModule Heap+Descriptions.swift
[192/1263] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[193/1263] Emitting module HeapModule
[194/1279] Compiling Tracing SpanProtocol.swift
[195/1279] Compiling Tracing Tracer.swift
[196/1279] Compiling Tracing InstrumentationSystem+Tracing.swift
[197/1279] Emitting module Tracing
[198/1279] Compiling Tracing NoOpTracer.swift
[199/1279] Compiling Tracing TracerProtocol+Legacy.swift
[200/1279] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[201/1279] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[202/1279] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[203/1279] Compiling HashTreeCollections _HashNode.swift
[204/1279] Compiling HashTreeCollections _HashNodeHeader.swift
[205/1279] Compiling HashTreeCollections _HashSlot.swift
[206/1279] Compiling HashTreeCollections _HashStack.swift
[207/1279] Compiling HashTreeCollections _HashTreeIterator.swift
[208/1279] Compiling HashTreeCollections _HashTreeStatistics.swift
[209/1279] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[210/1279] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[211/1279] Compiling HashTreeCollections TreeDictionary+Values.swift
[212/1285] Compiling HashTreeCollections TreeSet+Equatable.swift
[213/1285] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[214/1285] Compiling HashTreeCollections TreeSet+Extras.swift
[215/1285] Compiling HashTreeCollections TreeSet+Filter.swift
[216/1285] Compiling HashTreeCollections TreeSet+Hashable.swift
[217/1285] Compiling HashTreeCollections TreeSet+Sendable.swift
[218/1285] Compiling HashTreeCollections TreeSet+Sequence.swift
[219/1285] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[220/1293] Compiling DequeModule Deque+CustomReflectable.swift
[221/1293] Compiling DequeModule Deque+Descriptions.swift
[222/1293] Compiling DequeModule Deque+Equatable.swift
[223/1293] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[224/1293] Compiling DequeModule Deque+Extras.swift
[225/1293] Compiling DequeModule Deque+Hashable.swift
[226/1293] Compiling SwiftASN1 Errors.swift
[227/1293] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[228/1293] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[229/1293] Compiling HashTreeCollections _HashNode+Structural union.swift
[230/1293] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[231/1293] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[232/1293] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[233/1293] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[234/1293] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[235/1293] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[236/1293] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[237/1293] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[238/1293] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[239/1293] Compiling HashTreeCollections TreeDictionary+Codable.swift
[240/1293] Compiling HashTreeCollections TreeDictionary+Collection.swift
[241/1293] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[242/1293] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[243/1293] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[244/1293] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[245/1293] Compiling DequeModule Deque+Codable.swift
[246/1293] Compiling DequeModule Deque+Collection.swift
[247/1293] Compiling DequeModule Deque+Testing.swift
[248/1293] Compiling DequeModule Deque._Storage.swift
[249/1293] Compiling DequeModule Deque._UnsafeHandle.swift
[250/1293] Compiling DequeModule Deque.swift
[251/1293] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[252/1293] Compiling HashTreeCollections TreeDictionary+Filter.swift
[253/1293] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[254/1293] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[255/1293] Compiling HashTreeCollections TreeDictionary+Keys.swift
[256/1293] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[257/1293] Compiling HashTreeCollections TreeDictionary+Merge.swift
[258/1293] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[258/1293] Compiling ssl_x509.cc
[260/1293] Compiling HashTreeCollections _HashNode+Lookups.swift
[261/1293] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[262/1293] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[263/1293] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[264/1293] Compiling HashTreeCollections _HashNode+Storage.swift
[265/1293] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[266/1293] Compiling HashTreeCollections _HashNode+Structural filter.swift
[267/1293] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[268/1293] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[269/1293] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[270/1293] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[271/1293] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[272/1293] Compiling HashTreeCollections _HashNode+Structural merge.swift
[273/1293] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[274/1293] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[275/1293] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[276/1293] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[277/1293] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[278/1293] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[279/1293] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[280/1293] Compiling HashTreeCollections TreeSet.swift
[297/1300] Compiling DequeModule _DequeBufferHeader.swift
[306/1300] Compiling DequeModule _DequeSlot.swift
[309/1300] Compiling DequeModule _DequeBuffer.swift
[314/1301] Compiling ssl_versions.cc
[316/1316] Compiling RoutingKit Router.swift
[317/1316] Compiling RoutingKit TrieRouter.swift
[326/1316] Compiling DequeModule _UnsafeWrappedBuffer.swift
[329/1316] Compiling OrderedCollections OrderedSet+SubSequence.swift
[330/1316] Compiling OrderedCollections OrderedSet+Testing.swift
[331/1316] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[332/1316] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[333/1316] Compiling OrderedCollections OrderedSet.swift
[334/1316] Compiling OrderedCollections _UnsafeBitset.swift
[351/1316] Compiling ssl_transcript.cc
[359/1316] Emitting module DequeModule
[360/1316] Compiling ZipArchive CryptKey.swift
[361/1316] Compiling ZipArchive Date.swift
[362/1316] Compiling ZipArchive ZipArchiveReader.swift
[363/1316] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[364/1316] Compiling ZipArchive DirectoryDescriptor.swift
[365/1316] Compiling ZipArchive MemoryBuffer.swift
[366/1316] Compiling ZipArchive ZipArchiveWriter.swift
[367/1316] Compiling ZipArchive ZipCompression.swift
[368/1316] Compiling ZipArchive System+directory.swift
[368/1316] Compiling ssl_stat.cc
[370/1316] Compiling ZipArchive ZipArchiveReader+extract.swift
[396/1316] Compiling ssl_session.cc
[398/1316] Compiling _RopeModule Rope+Remove.swift
[399/1316] Compiling _RopeModule Rope+RemoveSubrange.swift
[400/1316] Compiling _RopeModule Rope+Split.swift
[401/1316] Compiling _RopeModule Optional Utilities.swift
[402/1316] Compiling _RopeModule String Utilities.swift
[403/1316] Compiling _RopeModule String.Index+ABI.swift
[404/1316] Compiling _RopeModule _CharacterRecognizer.swift
[404/1316] Compiling ssl_privkey.cc
[459/1324] Emitting module Crypto
[484/1324] Compiling Metrics Metrics.swift
[485/1324] Emitting module Metrics
[525/1324] Compiling ssl_lib.cc
[527/1324] Emitting module OrderedCollections
[527/1324] Compiling ssl_key_share.cc
[535/1324] Emitting module SwiftASN1
[546/1324] Compiling ZipArchive ZipMemoryStorage.swift
[547/1324] Compiling ZipArchive ZipFileStorage.swift
[548/1324] Compiling ZipArchive ZipTypes.swift
[549/1324] Compiling ZipArchive ZipStorage.swift
[549/1325] Compiling ssl_file.cc
[550/1325] Compiling ssl_buffer.cc
[551/1325] Compiling ssl_credential.cc
[552/1325] Compiling ssl_cipher.cc
[553/1325] Compiling ssl_cert.cc
[555/1325] Compiling Crypto RNG_boring.swift
[556/1325] Compiling Crypto SafeCompare_boring.swift
[557/1325] Compiling Crypto Zeroization_boring.swift
[558/1325] Compiling Crypto PrettyBytes.swift
[559/1325] Compiling Crypto SafeCompare.swift
[560/1325] Compiling Crypto SecureBytes.swift
[561/1325] Compiling Crypto Zeroization.swift
[562/1325] Compiling Crypto resource_bundle_accessor.swift
[563/1325] Emitting module _RopeModule
[574/1325] Emitting module ZipArchive
[575/1325] Compiling ZipArchive crc32.swift
[575/1325] Compiling ssl_asn1.cc
[576/1325] Compiling ssl_aead_ctx.cc
[577/1325] Compiling s3_pkt.cc
[578/1325] Compiling s3_lib.cc
[580/1325] Compiling RoutingKit PathComponent.swift
[581/1325] Compiling RoutingKit AnyRouter.swift
[582/1325] Emitting module RoutingKit
[583/1325] Compiling RoutingKit Parameters.swift
[583/1325] Compiling s3_both.cc
[584/1325] Compiling handshake_server.cc
[585/1325] Compiling handshake_client.cc
[587/1325] Emitting module HashTreeCollections
[587/1325] Compiling handshake.cc
[588/1325] Compiling dtls_method.cc
[589/1325] Compiling handoff.cc
[590/1325] Compiling d1_srtp.cc
[591/1325] Compiling md5-x86_64-linux.S
[592/1325] Compiling dtls_record.cc
[593/1325] Compiling encrypted_client_hello.cc
[594/1325] Compiling md5-x86_64-apple.S
[595/1325] Compiling md5-586-linux.S
[596/1325] Compiling md5-586-apple.S
[597/1325] Compiling chacha20_poly1305_x86_64-linux.S
[598/1325] Compiling chacha20_poly1305_x86_64-apple.S
[599/1325] Compiling chacha20_poly1305_armv8-win.S
[600/1325] Compiling extensions.cc
[601/1325] Compiling chacha20_poly1305_armv8-linux.S
[602/1325] Compiling chacha-x86_64-apple.S
[603/1325] Compiling chacha20_poly1305_armv8-apple.S
[603/1325] Compiling chacha-x86_64-linux.S
[605/1325] Compiling chacha-x86-linux.S
[606/1325] Compiling chacha-x86-apple.S
[607/1325] Compiling chacha-armv8-win.S
[608/1325] Compiling chacha-armv8-linux.S
[609/1325] Compiling d1_pkt.cc
[610/1325] Compiling chacha-armv8-apple.S
[611/1325] Compiling chacha-armv4-linux.S
[612/1325] Compiling aes128gcmsiv-x86_64-linux.S
[613/1325] Compiling x86_64-mont5-linux.S
[614/1325] Compiling aes128gcmsiv-x86_64-apple.S
[614/1325] Compiling x86_64-mont5-apple.S
[616/1325] Compiling d1_lib.cc
[617/1325] Compiling x86_64-mont-linux.S
[618/1325] Compiling x86-mont-linux.S
[618/1325] Compiling x86_64-mont-apple.S
[620/1325] Compiling x86-mont-apple.S
[621/1325] Compiling vpaes-x86_64-linux.S
[622/1325] Compiling vpaes-x86-linux.S
[623/1325] Compiling vpaes-x86_64-apple.S
[624/1325] Compiling vpaes-x86-apple.S
[625/1325] Compiling vpaes-armv8-linux.S
[626/1325] Compiling err_data.cc
[627/1325] Compiling bio_ssl.cc
[628/1325] Compiling vpaes-armv8-win.S
[629/1325] Compiling vpaes-armv7-linux.S
[630/1325] Compiling sha512-x86_64-apple.S
[630/1325] Compiling sha512-x86_64-linux.S
[632/1325] Compiling vpaes-armv8-apple.S
[633/1325] Compiling sha512-armv8-linux.S
[634/1325] Compiling sha512-586-linux.S
[634/1325] Compiling sha512-armv8-win.S
[636/1325] Compiling sha512-armv4-linux.S
[637/1325] Compiling sha512-armv8-apple.S
[638/1325] Compiling sha512-586-apple.S
[639/1325] Compiling sha256-armv8-win.S
[640/1325] Compiling sha256-x86_64-apple.S
[641/1325] Compiling sha256-x86_64-linux.S
[642/1325] Compiling d1_both.cc
[643/1325] Compiling sha256-armv8-linux.S
[644/1325] Compiling sha256-armv4-linux.S
[645/1325] Compiling sha256-586-linux.S
[646/1325] Compiling sha256-armv8-apple.S
[647/1325] Compiling sha256-586-apple.S
[648/1325] Compiling sha1-x86_64-apple.S
[648/1325] Compiling sha1-x86_64-linux.S
[650/1325] Compiling sha1-armv8-linux.S
[650/1325] Compiling sha1-armv8-win.S
[652/1325] Compiling sha1-armv8-apple.S
[653/1325] Compiling sha1-586-apple.S
[653/1325] Compiling sha1-586-linux.S
[655/1325] Compiling sha1-armv4-large-linux.S
[656/1325] Compiling rsaz-avx2-linux.S
[657/1325] Compiling rsaz-avx2-apple.S
[658/1325] Compiling rdrand-x86_64-apple.S
[659/1325] Compiling rdrand-x86_64-linux.S
[659/1325] Compiling p256_beeu-x86_64-asm-apple.S
[661/1325] Compiling p256_beeu-x86_64-asm-linux.S
[662/1325] Compiling p256_beeu-armv8-asm-win.S
[663/1325] Compiling p256-x86_64-asm-linux.S
[664/1325] Compiling p256_beeu-armv8-asm-apple.S
[664/1325] Compiling p256_beeu-armv8-asm-linux.S
[666/1325] Compiling p256-x86_64-asm-apple.S
[667/1325] Compiling p256-armv8-asm-win.S
[668/1325] Compiling ghashv8-armv8-linux.S
[669/1325] Compiling p256-armv8-asm-linux.S
[670/1325] Compiling ghashv8-armv8-win.S
[671/1325] Compiling p256-armv8-asm-apple.S
[672/1325] Compiling ghashv8-armv8-apple.S
[673/1325] Compiling ghashv8-armv7-linux.S
[674/1325] Compiling ghash-x86-linux.S
[675/1325] Compiling ghash-x86_64-apple.S
[676/1325] Compiling ghash-x86_64-linux.S
[677/1325] Compiling ghash-x86-apple.S
[678/1325] Compiling ghash-ssse3-x86_64-linux.S
[679/1325] Compiling ghash-ssse3-x86_64-apple.S
[680/1325] Compiling ghash-ssse3-x86-linux.S
[681/1325] Compiling ghash-ssse3-x86-apple.S
[682/1325] Compiling ghash-neon-armv8-linux.S
[683/1325] Compiling ghash-neon-armv8-win.S
[684/1325] Compiling ghash-armv4-linux.S
[685/1325] Compiling ghash-neon-armv8-apple.S
[686/1325] Compiling co-586-linux.S
[687/1325] Compiling co-586-apple.S
[688/1325] Compiling bn-armv8-win.S
[689/1325] Compiling bsaes-armv7-linux.S
[690/1325] Compiling bn-armv8-linux.S
[691/1325] Compiling bn-armv8-apple.S
[692/1325] Compiling bn-586-linux.S
[693/1325] Compiling bn-586-apple.S
[694/1325] Compiling armv8-mont-linux.S
[695/1325] Compiling armv8-mont-win.S
[696/1325] Compiling armv8-mont-apple.S
[697/1325] Compiling armv4-mont-linux.S
[698/1325] Compiling aesv8-gcm-armv8-win.S
[699/1325] Compiling aesv8-gcm-armv8-linux.S
[700/1325] Compiling aesv8-armv8-win.S
[701/1325] Compiling aesv8-gcm-armv8-apple.S
[702/1325] Compiling aesv8-armv7-linux.S
[702/1325] Compiling aesv8-armv8-linux.S
[704/1325] Compiling aesv8-armv8-apple.S
[705/1325] Compiling aesni-x86_64-linux.S
[706/1325] Compiling aesni-x86-linux.S
[707/1325] Compiling aesni-x86_64-apple.S
[708/1325] Compiling aesni-gcm-x86_64-linux.S
[709/1325] Compiling aesni-x86-apple.S
[710/1325] Compiling aesni-gcm-x86_64-apple.S
[711/1325] Compiling x_val.cc
[712/1325] Compiling x_req.cc
[713/1325] Compiling x_sig.cc
[713/1325] Compiling x_x509a.cc
[715/1325] Compiling x_pubkey.cc
[716/1325] Compiling x_x509.cc
[717/1325] Compiling x_spki.cc
[717/1325] Compiling x_exten.cc
[719/1325] Compiling x_name.cc
[720/1325] Compiling x_crl.cc
[721/1325] Compiling x_attrib.cc
[722/1325] Compiling x_algor.cc
[723/1325] Compiling x509spki.cc
[724/1325] Compiling x509cset.cc
[725/1325] Compiling x509name.cc
[726/1325] Compiling x_all.cc
[727/1325] Compiling x509rset.cc
[728/1325] Compiling x509_vpm.cc
[729/1325] Compiling x509_v3.cc
[730/1325] Compiling x509_vfy.cc
[731/1325] Compiling x509_txt.cc
[732/1325] Compiling x509_trs.cc
[733/1325] Compiling x509_set.cc
[734/1325] Compiling x509_def.cc
[735/1325] Compiling x509_d2.cc
[736/1325] Compiling x509_obj.cc
[737/1325] Compiling x509_req.cc
[738/1325] Compiling x509_ext.cc
[739/1325] Compiling x509_lu.cc
[740/1325] Compiling x509_cmp.cc
[741/1325] Compiling x509_att.cc
[742/1325] Compiling x509.cc
[743/1325] Compiling v3_skey.cc
[744/1325] Compiling v3_purp.cc
[745/1325] Compiling v3_prn.cc
[746/1325] Compiling v3_pcons.cc
[747/1325] Compiling v3_ocsp.cc
[748/1325] Compiling v3_pmaps.cc
[749/1325] Compiling v3_utl.cc
[750/1325] Compiling v3_ncons.cc
[751/1325] Compiling v3_int.cc
[752/1325] Compiling v3_lib.cc
[753/1325] Compiling v3_ia5.cc
[754/1325] Compiling v3_info.cc
[755/1325] Compiling v3_genn.cc
[756/1325] Compiling v3_enum.cc
[757/1325] Compiling v3_extku.cc
[758/1325] Compiling v3_crld.cc
[759/1325] Compiling v3_cpols.cc
[760/1325] Compiling v3_conf.cc
[761/1325] Compiling v3_bitst.cc
[762/1325] Compiling v3_bcons.cc
[763/1325] Compiling v3_akeya.cc
[764/1325] Compiling v3_alt.cc
[765/1325] Compiling v3_akey.cc
[766/1325] Compiling t_x509a.cc
[767/1325] Compiling t_x509.cc
[768/1325] Compiling t_crl.cc
[769/1325] Compiling t_req.cc
[770/1325] Compiling rsa_pss.cc
[771/1325] Compiling i2d_pr.cc
[772/1325] Compiling name_print.cc
[773/1325] Compiling policy.cc
[774/1325] Compiling by_file.cc
[775/1325] Compiling algorithm.cc
[776/1325] Compiling a_sign.cc
[777/1325] Compiling by_dir.cc
[778/1325] Compiling a_verify.cc
[779/1325] Compiling asn1_gen.cc
[780/1325] Compiling a_digest.cc
[781/1325] Compiling voprf.cc
[782/1325] Compiling thread_win.cc
[783/1325] Compiling thread_pthread.cc
[784/1325] Compiling thread.cc
[785/1325] Compiling thread_none.cc
[786/1325] Compiling trust_token.cc
[787/1325] Compiling wots.cc
[788/1325] Compiling thash.cc
[789/1325] Compiling stack.cc
[790/1325] Compiling pmbtoken.cc
[791/1325] Compiling merkle.cc
[792/1325] Compiling fors.cc
[793/1325] Compiling sha512.cc
[794/1325] Compiling siphash.cc
[795/1325] Compiling sha256.cc
[796/1325] Compiling rsa_extra.cc
[797/1325] Compiling sha1.cc
[798/1325] Compiling rsa_print.cc
[799/1325] Compiling slhdsa.cc
[800/1325] Compiling rsa_crypt.cc
[801/1325] Compiling rc4.cc
[802/1325] Compiling windows.cc
[803/1325] Compiling urandom.cc
[804/1325] Compiling refcount.cc
[805/1325] Compiling trusty.cc
[806/1325] Compiling rand_extra.cc
[807/1325] Compiling passive.cc
[808/1325] Compiling ios.cc
[809/1325] Compiling poly1305_arm_asm.S
[810/1325] Compiling rsa_asn1.cc
[811/1325] Compiling getentropy.cc
[812/1325] Compiling deterministic.cc
[813/1325] Compiling forkunsafe.cc
[814/1325] Compiling fork_detect.cc
[815/1325] Compiling poly1305_vec.cc
[816/1325] Compiling poly1305_arm.cc
[817/1325] Compiling poly1305.cc
[818/1325] Compiling pool.cc
[819/1325] Compiling p5_pbev2.cc
[820/1325] Compiling pkcs8_x509.cc
[821/1325] Compiling pkcs8.cc
[822/1325] Compiling pkcs7.cc
[823/1325] Compiling pem_x509.cc
[824/1325] Compiling pkcs7_x509.cc
[825/1325] Compiling pem_xaux.cc
[826/1325] Compiling pem_pkey.cc
[827/1325] Compiling pem_pk8.cc
[828/1325] Compiling pem_oth.cc
[829/1325] Compiling obj_xref.cc
[830/1325] Compiling pem_info.cc
[831/1325] Compiling pem_lib.cc
[832/1325] Compiling pem_all.cc
[833/1325] Compiling mem.cc
[834/1325] Compiling md5.cc
[835/1325] Compiling poly_rq_mul.S
[836/1325] Compiling md4.cc
[837/1325] Compiling fips_shared_support.cc
[838/1325] Compiling mlkem.cc
[839/1325] Compiling obj.cc
[840/1325] Compiling mldsa.cc
[841/1325] Compiling lhash.cc
[842/1325] Compiling keccak.cc
[843/1325] Compiling ex_data.cc
[844/1325] Compiling kyber.cc
[845/1325] Compiling sign.cc
[846/1325] Compiling scrypt.cc
[847/1325] Compiling hpke.cc
[848/1325] Compiling print.cc
[849/1325] Compiling hrss.cc
[850/1325] Compiling pbkdf.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 evp.cc
[865/1325] Compiling engine.cc
[866/1325] Compiling err.cc
[867/1325] Compiling evp_asn1.cc
[868/1325] Compiling ecdsa_asn1.cc
[869/1325] Compiling ecdh_extra.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 x25519-asm-arm.S
[875/1325] Compiling params.cc
[876/1325] Compiling bcm.cc
[877/1325] Compiling dsa_asn1.cc
[878/1325] Compiling digest_extra.cc
[879/1325] Compiling des.cc
[880/1325] Compiling dh_asn1.cc
[881/1325] Compiling curve25519_64_adx.cc
[882/1325] Compiling spake25519.cc
[883/1325] Compiling cpu_intel.cc
[884/1325] Compiling crypto.cc
[884/1325] Compiling cpu_arm_linux.cc
[886/1325] Compiling cpu_arm_freebsd.cc
[887/1325] Compiling cpu_aarch64_win.cc
[888/1325] Compiling curve25519.cc
[889/1325] Compiling cpu_aarch64_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 e_tls.cc
[897/1325] Compiling e_rc4.cc
[898/1325] Compiling e_rc2.cc
[899/1325] Compiling e_des.cc
[900/1325] Compiling e_null.cc
[901/1325] Compiling e_chacha20poly1305.cc
[902/1325] Compiling e_aesgcmsiv.cc
[903/1325] Compiling e_aesctrhmac.cc
[904/1325] Compiling derive_key.cc
[905/1325] Compiling chacha.cc
[906/1325] Compiling cipher_extra.cc
[907/1325] Compiling unicode.cc
[908/1325] Compiling ber.cc
[909/1325] Compiling cbb.cc
[910/1325] Compiling cbs.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 bn_asn1.cc
[916/1325] Compiling convert.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
[928/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_octet.cc
[943/1325] Compiling a_time.cc
[944/1325] Compiling a_strnid.cc
[945/1325] Compiling a_strex.cc
[946/1325] Compiling a_object.cc
[947/1325] Compiling a_mbstr.cc
[948/1325] Compiling a_int.cc
[949/1325] Compiling a_i2d_fp.cc
[950/1325] Compiling a_dup.cc
[951/1325] Compiling fiat_p256_adx_mul.S
[951/1325] Compiling fiat_p256_adx_sqr.S
[953/1325] Compiling a_d2i_fp.cc
[954/1325] Compiling fiat_curve25519_adx_square.S
[955/1325] Compiling md5-x86_64-apple.S
[956/1325] Compiling md5-x86_64-linux.S
[957/1325] Compiling fiat_curve25519_adx_mul.S
[958/1325] Compiling a_gentm.cc
[959/1325] Compiling md5-586-linux.S
[960/1325] Compiling md5-586-apple.S
[961/1325] Compiling chacha20_poly1305_x86_64-linux.S
[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 a_bool.cc
[967/1325] Compiling chacha-x86_64-linux.S
[968/1325] Compiling chacha-x86_64-apple.S
[969/1325] Compiling chacha-x86-linux.S
[970/1325] Compiling chacha20_poly1305_armv8-apple.S
[971/1325] Compiling chacha-x86-apple.S
[972/1325] Compiling chacha-armv8-win.S
[973/1325] Compiling chacha-armv8-linux.S
[974/1325] Compiling chacha-armv4-linux.S
[975/1325] Compiling aes128gcmsiv-x86_64-linux.S
[976/1325] Compiling aes128gcmsiv-x86_64-apple.S
[977/1325] Compiling chacha-armv8-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_64-apple.S
[986/1325] Compiling vpaes-x86-linux.S
[987/1325] Compiling vpaes-x86-apple.S
[988/1325] Compiling vpaes-armv8-win.S
[989/1325] Compiling vpaes-armv8-linux.S
[990/1325] Compiling vpaes-armv8-apple.S
[991/1325] Compiling vpaes-armv7-linux.S
[992/1325] Compiling CCryptoBoringSSLShims shims.c
[993/1325] Compiling sha512-x86_64-apple.S
[994/1325] Compiling sha512-x86_64-linux.S
[995/1325] Compiling err_data.cc
[996/1325] Compiling sha512-armv8-linux.S
[997/1325] Compiling sha512-armv8-win.S
[998/1325] Compiling sha512-armv4-linux.S
[999/1325] Compiling sha512-586-linux.S
[1000/1325] Compiling sha512-586-apple.S
[1001/1325] Compiling sha256-x86_64-linux.S
[1002/1325] Compiling sha512-armv8-apple.S
[1003/1325] Compiling sha256-x86_64-apple.S
[1004/1325] Compiling sha256-armv8-linux.S
[1005/1325] Compiling sha256-armv8-win.S
[1006/1325] Compiling sha256-armv8-apple.S
[1007/1325] Compiling sha256-armv4-linux.S
[1008/1325] Compiling sha256-586-linux.S
[1009/1325] Compiling sha256-586-apple.S
[1010/1325] Compiling sha1-x86_64-linux.S
[1011/1325] Compiling sha1-armv8-linux.S
[1011/1325] Compiling sha1-x86_64-apple.S
[1013/1325] Compiling sha1-armv8-win.S
[1014/1325] Compiling sha1-armv4-large-linux.S
[1015/1325] Compiling sha1-586-apple.S
[1015/1325] Compiling sha1-586-linux.S
[1017/1325] Compiling rdrand-x86_64-linux.S
[1017/1325] Compiling sha1-armv8-apple.S
[1019/1325] Compiling rsaz-avx2-linux.S
[1019/1325] Compiling rsaz-avx2-apple.S
[1021/1325] Compiling rdrand-x86_64-apple.S
[1022/1325] Compiling p256_beeu-x86_64-asm-linux.S
[1023/1325] Compiling p256_beeu-x86_64-asm-apple.S
[1024/1325] Compiling p256_beeu-armv8-asm-linux.S
[1024/1325] Compiling p256_beeu-armv8-asm-win.S
[1026/1325] Compiling p256-x86_64-asm-apple.S
[1026/1325] Compiling p256_beeu-armv8-asm-apple.S
[1026/1325] Compiling p256-armv8-asm-win.S
[1026/1325] Compiling p256-x86_64-asm-linux.S
[1030/1325] Compiling p256-armv8-asm-linux.S
[1031/1325] Compiling ghashv8-armv8-linux.S
[1032/1325] Compiling ghashv8-armv8-win.S
[1033/1325] Compiling ghash-x86_64-apple.S
[1034/1325] Compiling ghash-x86_64-linux.S
[1034/1325] Compiling ghashv8-armv7-linux.S
[1036/1325] Compiling ghashv8-armv8-apple.S
[1037/1325] Compiling p256-armv8-asm-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
[1040/1325] Compiling ghash-ssse3-x86-linux.S
[1040/1325] Compiling ghash-ssse3-x86-apple.S
[1043/1325] Compiling ghash-ssse3-x86_64-apple.S
[1044/1325] Compiling ghash-neon-armv8-win.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-linux.S
[1049/1325] Compiling bsaes-armv7-linux.S
[1049/1325] Compiling bn-armv8-win.S
[1049/1325] Compiling bn-armv8-linux.S
[1049/1325] Compiling co-586-apple.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
[1057/1325] Compiling armv8-mont-linux.S
[1058/1325] Compiling armv4-mont-linux.S
[1058/1325] Compiling aesv8-gcm-armv8-win.S
[1060/1325] Compiling aesv8-gcm-armv8-linux.S
[1061/1325] Compiling armv8-mont-apple.S
[1062/1325] Compiling aesv8-gcm-armv8-apple.S
[1063/1325] Compiling aesv8-armv8-linux.S
[1064/1325] Compiling aesv8-armv8-win.S
[1065/1325] Compiling aesv8-armv7-linux.S
[1066/1325] Compiling aesni-x86_64-linux.S
[1067/1325] Compiling aesv8-armv8-apple.S
[1068/1325] Compiling aesni-x86-linux.S
[1069/1325] Compiling aesni-x86_64-apple.S
[1070/1325] Compiling aesni-gcm-x86_64-linux.S
[1071/1325] Compiling aesni-gcm-x86_64-apple.S
[1072/1325] Compiling aesni-x86-apple.S
[1073/1325] Compiling aes-gcm-avx10-x86_64-apple.S
[1074/1325] Compiling aes-gcm-avx10-x86_64-linux.S
[1075/1325] Compiling x_sig.cc
[1076/1325] Compiling x_val.cc
[1077/1325] Compiling x_spki.cc
[1077/1325] Compiling x_x509a.cc
[1079/1325] Compiling x_x509.cc
[1080/1325] Compiling x_req.cc
[1081/1325] Compiling x_pubkey.cc
[1082/1325] Compiling x_name.cc
[1083/1325] Compiling c-nioatomics.c
[1084/1325] Compiling x_attrib.cc
[1085/1325] Compiling x_algor.cc
[1086/1325] Compiling x_exten.cc
[1087/1325] Compiling x_all.cc
[1088/1325] Compiling x509spki.cc
[1089/1325] Compiling x509rset.cc
[1090/1325] Compiling x509name.cc
[1091/1325] Compiling x_crl.cc
[1092/1325] Compiling x509cset.cc
[1093/1325] Compiling c-atomics.c
[1094/1325] Compiling x509_vpm.cc
[1094/1325] Compiling x509_txt.cc
[1096/1325] Compiling x509_trs.cc
[1097/1325] Compiling x509_obj.cc
[1098/1325] Compiling x509_set.cc
[1099/1325] Compiling x509_v3.cc
[1100/1325] Compiling x509_req.cc
[1101/1325] Compiling x509_vfy.cc
[1102/1331] Compiling x509_lu.cc
[1103/1331] Compiling x509_ext.cc
[1104/1331] Compiling x509_def.cc
[1105/1331] Compiling x509_d2.cc
[1106/1331] Compiling x509.cc
[1107/1331] Compiling x509_cmp.cc
[1108/1331] Compiling x509_att.cc
[1109/1331] Compiling v3_skey.cc
[1110/1331] Compiling v3_utl.cc
[1112/1331] Compiling NIOConcurrencyHelpers lock.swift
[1112/1331] Compiling v3_prn.cc
[1113/1331] Compiling v3_purp.cc
[1114/1331] Compiling v3_pmaps.cc
[1115/1331] Compiling v3_pcons.cc
[1116/1331] Compiling v3_ocsp.cc
[1118/1331] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1119/1331] Compiling NIOConcurrencyHelpers NIOLock.swift
[1120/1331] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1121/1331] Compiling NIOConcurrencyHelpers atomics.swift
[1121/1331] Compiling v3_lib.cc
[1122/1331] Compiling v3_ncons.cc
[1123/1331] Compiling v3_int.cc
[1124/1331] Compiling v3_info.cc
[1126/1331] Emitting module NIOConcurrencyHelpers
[1126/1331] Compiling v3_ia5.cc
[1127/1331] Compiling v3_genn.cc
[1128/1331] Compiling v3_extku.cc
[1129/1331] Compiling v3_enum.cc
[1130/1331] Compiling v3_crld.cc
[1131/1331] Compiling v3_conf.cc
[1132/1331] Compiling v3_cpols.cc
[1133/1331] Compiling v3_bitst.cc
[1134/1335] Compiling v3_bcons.cc
[1135/1347] Compiling v3_alt.cc
[1136/1358] Compiling v3_akeya.cc
[1137/1358] Compiling v3_akey.cc
[1138/1358] Compiling t_req.cc
[1139/1358] Compiling t_x509a.cc
[1140/1358] Compiling t_x509.cc
[1141/1358] Compiling t_crl.cc
[1142/1358] Compiling rsa_pss.cc
[1143/1358] Compiling name_print.cc
[1144/1358] Compiling i2d_pr.cc
[1146/1358] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1147/1358] Compiling ConsoleKitTerminal CustomActivity.swift
[1148/1358] Compiling ConsoleKitTerminal LoadingBar.swift
[1148/1360] Compiling policy.cc
[1150/1360] Compiling ConsoleKitTerminal ActivityBar.swift
[1151/1360] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1152/1360] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1153/1360] Compiling ConsoleKitTerminal Console+Output.swift
[1154/1360] Compiling ConsoleKitTerminal Console+Wait.swift
[1155/1360] Compiling ConsoleKitTerminal ConsoleColor.swift
[1156/1360] Compiling ConsoleKitTerminal Console+Confirm.swift
[1157/1360] Compiling ConsoleKitTerminal Console+Input.swift
[1158/1360] Compiling ConsoleKitTerminal Console+Center.swift
[1159/1360] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1160/1360] Compiling ConsoleKitTerminal ConsoleText.swift
[1161/1360] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1162/1360] Compiling ConsoleKitTerminal ProgressBar.swift
[1163/1360] Compiling ConsoleKitTerminal Console+Clear.swift
[1164/1360] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1164/1360] Compiling by_file.cc
[1165/1360] Compiling by_dir.cc
[1166/1360] Compiling asn1_gen.cc
[1167/1360] Compiling algorithm.cc
[1168/1360] Compiling a_verify.cc
[1170/1360] Emitting module ConsoleKitTerminal
[1170/1360] Compiling a_sign.cc
[1171/1360] Compiling voprf.cc
[1172/1360] Compiling trust_token.cc
[1173/1360] Compiling a_digest.cc
[1175/1360] Compiling ConsoleKitTerminal ANSI.swift
[1176/1360] Compiling ConsoleKitTerminal Console.swift
[1177/1360] Compiling ConsoleKitTerminal Terminal.swift
[1178/1360] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1179/1360] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1180/1360] Compiling ConsoleKitTerminal ConsoleClear.swift
[1181/1360] Compiling ConsoleKitTerminal Console+Ask.swift
[1182/1360] Compiling ConsoleKitTerminal Console+Choose.swift
[1182/1360] Compiling thread_win.cc
[1183/1360] Compiling thread_none.cc
[1184/1360] Compiling thread.cc
[1185/1360] Compiling thread_pthread.cc
[1186/1360] Compiling stack.cc
[1187/1360] Compiling wots.cc
[1188/1360] Compiling thash.cc
[1189/1360] Compiling pmbtoken.cc
[1190/1360] Compiling slhdsa.cc
[1191/1360] Compiling sha512.cc
[1192/1360] Compiling siphash.cc
[1193/1360] Compiling fors.cc
[1193/1360] Compiling merkle.cc
[1195/1360] Compiling sha256.cc
[1196/1360] Compiling sha1.cc
[1198/1360] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1199/1360] Compiling ConsoleKitTerminal LoggerFragment.swift
[1199/1360] Compiling rsa_print.cc
[1200/1360] Compiling rsa_extra.cc
[1201/1360] Compiling rsa_crypt.cc
[1202/1360] Compiling rc4.cc
[1203/1360] Compiling windows.cc
[1204/1360] Compiling refcount.cc
[1205/1381] Compiling urandom.cc
[1206/1382] Compiling trusty.cc
[1207/1382] Compiling rand_extra.cc
[1208/1382] Compiling rsa_asn1.cc
[1209/1382] Compiling passive.cc
[1210/1382] Compiling poly1305_arm_asm.S
[1211/1382] Compiling ios.cc
[1212/1382] Compiling getentropy.cc
[1213/1382] Compiling forkunsafe.cc
[1214/1382] Compiling fork_detect.cc
[1215/1382] Compiling deterministic.cc
[1216/1382] Compiling poly1305_arm.cc
[1217/1382] Compiling poly1305_vec.cc
[1218/1382] Compiling poly1305.cc
[1219/1382] Compiling pool.cc
[1221/1382] Compiling ConsoleKitCommands Flag.swift
[1222/1382] Compiling ConsoleKitCommands Option.swift
[1223/1382] Compiling ConsoleKitCommands Argument.swift
[1224/1382] Compiling ConsoleKitCommands CommandSignature.swift
[1224/1384] Compiling pkcs7.cc
[1225/1384] Compiling pkcs8.cc
[1226/1384] Compiling p5_pbev2.cc
[1227/1384] Compiling pkcs8_x509.cc
[1229/1384] Emitting module ConsoleKitCommands
[1229/1384] Compiling pkcs7_x509.cc
[1231/1384] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1232/1384] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1232/1384] Compiling pem_x509.cc
[1233/1384] Compiling pem_xaux.cc
[1234/1384] Compiling pem_pkey.cc
[1236/1384] Compiling ConsoleKitCommands CommandGroup.swift
[1237/1384] Compiling ConsoleKitCommands CommandInput.swift
[1238/1384] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1239/1384] Compiling ConsoleKitCommands AsyncCommand.swift
[1240/1384] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1240/1384] Compiling pem_pk8.cc
[1242/1384] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1243/1384] Compiling ConsoleKitCommands Utilities.swift
[1243/1384] Compiling pem_oth.cc
[1244/1384] Compiling obj_xref.cc
[1245/1384] Compiling mldsa.cc
[1246/1384] Compiling pem_lib.cc
[1247/1384] Compiling pem_info.cc
[1248/1384] Compiling pem_all.cc
[1249/1384] Compiling mlkem.cc
[1250/1384] Compiling poly_rq_mul.S
[1251/1384] Compiling obj.cc
[1252/1384] Compiling mem.cc
[1253/1384] Compiling fips_shared_support.cc
[1254/1384] Compiling md5.cc
[1255/1384] Compiling lhash.cc
[1256/1384] Compiling md4.cc
[1257/1384] Compiling ex_data.cc
[1258/1384] Compiling sign.cc
[1259/1384] Compiling kyber.cc
[1261/1384] Compiling ConsoleKitCommands Command.swift
[1262/1384] Compiling ConsoleKitCommands CommandContext.swift
[1263/1384] Compiling ConsoleKitCommands CommandError.swift
[1264/1384] Compiling ConsoleKitCommands AsyncCommands.swift
[1265/1384] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1266/1384] Compiling ConsoleKitCommands AnyCommand.swift
[1267/1384] Compiling ConsoleKitCommands Commands.swift
[1268/1384] Compiling ConsoleKitCommands Console+Run.swift
[1269/1384] Compiling ConsoleKitCommands ConsoleError.swift
[1270/1384] Compiling ConsoleKitCommands Completion.swift
[1270/1384] Compiling hrss.cc
[1271/1384] Compiling hpke.cc
[1272/1384] Compiling scrypt.cc
[1273/1384] Compiling pbkdf.cc
[1274/1384] Compiling print.cc
[1275/1386] Compiling p_x25519.cc
[1276/1386] Compiling p_rsa_asn1.cc
[1277/1386] Compiling p_x25519_asn1.cc
[1279/1386] Compiling ConsoleKit Exports.swift
[1280/1386] Emitting module ConsoleKit
[1280/1386] Compiling p_ed25519.cc
[1281/1386] Compiling p_hkdf.cc
[1282/1386] Compiling p_rsa.cc
[1283/1386] Compiling p_ed25519_asn1.cc
[1284/1386] Compiling p_ec_asn1.cc
[1285/1386] Compiling p_ec.cc
[1286/1386] Compiling p_dh_asn1.cc
[1287/1386] Compiling p_dh.cc
[1288/1386] Compiling evp_ctx.cc
[1289/1386] Compiling evp.cc
[1290/1386] Compiling p_dsa_asn1.cc
[1291/1386] Compiling err.cc
[1292/1386] Compiling engine.cc
[1293/1386] Compiling evp_asn1.cc
[1294/1386] Compiling ecdh_extra.cc
[1295/1386] Compiling ecdsa_asn1.cc
[1296/1386] Compiling ec_derive.cc
[1297/1386] Compiling hash_to_curve.cc
[1298/1386] Compiling dsa.cc
[1299/1386] Compiling params.cc
[1300/1386] Compiling ec_asn1.cc
[1301/1386] Compiling dsa_asn1.cc
[1302/1386] Compiling x25519-asm-arm.S
[1303/1386] Compiling digest_extra.cc
[1304/1386] Compiling des.cc
[1305/1386] Compiling curve25519_64_adx.cc
[1306/1386] Compiling bcm.cc
[1307/1386] Compiling dh_asn1.cc
[1308/1386] Compiling cpu_intel.cc
[1309/1386] Compiling spake25519.cc
[1310/1386] Compiling crypto.cc
[1311/1386] Compiling cpu_arm_linux.cc
[1312/1386] Compiling cpu_arm_freebsd.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 tls_cbc.cc
[1321/1386] Compiling conf.cc
[1322/1386] Compiling e_tls.cc
[1323/1386] Compiling e_rc4.cc
[1324/1386] Compiling e_des.cc
[1325/1386] Compiling e_null.cc
[1326/1386] Compiling e_rc2.cc
[1327/1386] Compiling e_chacha20poly1305.cc
[1328/1386] Compiling e_aesgcmsiv.cc
[1329/1386] Compiling e_aesctrhmac.cc
[1330/1386] Compiling derive_key.cc
[1331/1386] Compiling cipher_extra.cc
[1332/1386] Compiling chacha.cc
[1333/1386] Compiling unicode.cc
[1334/1386] Compiling ber.cc
[1335/1386] Compiling buf.cc
[1336/1386] Compiling asn1_compat.cc
[1337/1386] Compiling cbb.cc
[1338/1386] Compiling cbs.cc
[1339/1386] Compiling blake2.cc
[1340/1386] Compiling bn_asn1.cc
[1341/1386] Compiling convert.cc
[1342/1386] Compiling printf.cc
[1343/1386] Compiling pair.cc
[1344/1386] Compiling hexdump.cc
[1345/1386] Compiling file.cc
[1346/1386] Compiling fd.cc
[1347/1386] Compiling errno.cc
[1348/1386] Compiling bio_mem.cc
[1349/1386] Compiling base64.cc
[1350/1386] Compiling bio.cc
[1351/1386] Compiling tasn_typ.cc
[1352/1386] Compiling tasn_utl.cc
[1353/1386] Compiling tasn_fre.cc
[1354/1386] Compiling tasn_new.cc
[1355/1386] Compiling posix_time.cc
[1356/1386] Compiling tasn_enc.cc
[1357/1386] Compiling f_string.cc
[1358/1386] Compiling f_int.cc
[1359/1386] Compiling asn_pack.cc
[1360/1386] Compiling tasn_dec.cc
[1361/1386] Compiling asn1_par.cc
[1362/1386] Compiling asn1_lib.cc
[1363/1386] Compiling a_octet.cc
[1364/1386] Compiling a_utctm.cc
[1365/1386] Compiling a_type.cc
[1366/1386] Compiling a_time.cc
[1367/1386] Compiling a_strnid.cc
[1368/1386] Compiling a_strex.cc
[1369/1386] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1369/1386] Write sources
[1373/1386] Compiling a_object.cc
[1374/1386] Compiling a_mbstr.cc
[1375/1386] Write sources
[1379/1386] Compiling a_int.cc
[1380/1386] Compiling a_i2d_fp.cc
[1381/1405] Compiling a_d2i_fp.cc
[1382/1406] Compiling a_dup.cc
[1383/1414] Compiling a_bitstr.cc
[1384/1522] Compiling a_gentm.cc
[1385/1522] Compiling a_bool.cc
[1387/1531] Compiling Algorithms Suffix.swift
[1388/1531] Compiling APNSCore APNSFileProviderNotification.swift
[1389/1533] Compiling APNSCore APNSPushType.swift
[1390/1533] Compiling APNSCore APNSRequest.swift
[1391/1533] Compiling APNSCore APNSEnvironment.swift
[1392/1533] Compiling APNSCore APNSError.swift
[1393/1535] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1394/1535] Compiling APNSCore APNSAlertNotificationSound.swift
[1395/1535] Compiling APNSCore APNSNotificationExpiration.swift
[1396/1535] Compiling APNSCore APNSPriority.swift
[1398/1535] Compiling Algorithms Unique.swift
[1399/1535] Compiling Algorithms Windows.swift
[1400/1535] Compiling APNSCore APNSLiveActivityNotification.swift
[1401/1535] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[1402/1535] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[1403/1540] Compiling Atomics IntegerOperations.swift
[1404/1540] Compiling Atomics Unmanaged extensions.swift
[1405/1540] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1406/1540] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1407/1540] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1408/1540] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1409/1540] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1410/1540] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1411/1540] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1412/1540] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1413/1540] Compiling APNSCore APNSClient+Location.swift
[1414/1540] Compiling APNSCore APNSLocationNotification.swift
[1415/1540] Compiling APNSCore Logging.swift
[1416/1540] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1417/1540] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1418/1540] Compiling APNSCore APNSClient.swift
[1421/1540] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1422/1540] Compiling BitCollections BitSet.swift
[1423/1540] Compiling BitCollections Range+Utilities.swift
[1424/1540] Compiling BitCollections Slice+Utilities.swift
[1425/1540] Compiling BitCollections UInt+Tricks.swift
[1426/1540] Compiling BitCollections _Word.swift
[1429/1540] Compiling APNSCore APNSClient+Complication.swift
[1430/1540] Compiling APNSCore APNSComplicationNotification.swift
[1431/1540] Compiling APNSCore EmptyPayload.swift
[1436/1540] Compiling APNSCore APNSResponse.swift
[1437/1540] Compiling APNSCore APNSAlertNotification.swift
[1438/1540] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1439/1540] Compiling APNSCore APNSAlertNotificationContent.swift
[1442/1540] Compiling APNSCore APNSClient+Alert.swift
[1443/1540] Compiling APNSCore APNSBackgroundNotification.swift
[1454/1540] Compiling APNSCore APNSErrorResponse.swift
[1455/1540] Compiling APNSCore APNSMessage.swift
[1462/1540] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1463/1540] Compiling CryptoBoringWrapper RandomBytes.swift
[1464/1540] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1465/1540] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1466/1540] Emitting module CryptoBoringWrapper
[1467/1540] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1468/1540] Compiling CryptoBoringWrapper EllipticCurve.swift
[1469/1540] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1470/1540] Emitting module BitCollections
[1471/1588] Compiling _CryptoExtras ARCServer.swift
[1472/1588] Compiling _CryptoExtras Scrypt.swift
[1473/1588] Compiling _CryptoExtras OPRF.swift
[1474/1588] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1475/1588] Compiling _CryptoExtras ChaCha20CTR.swift
[1476/1588] Compiling _CryptoExtras ECToolbox_boring.swift
[1477/1588] Compiling _CryptoExtras ECToolbox.swift
[1478/1588] Compiling _CryptoExtras HashToField.swift
[1479/1588] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1480/1588] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1481/1588] Compiling BitCollections BitSet+SetAlgebra union.swift
[1482/1588] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1483/1588] Compiling BitCollections BitSet.Counted.swift
[1484/1588] Compiling BitCollections BitSet.Index.swift
[1485/1588] Compiling BitCollections BitSet._UnsafeHandle.swift
[1486/1590] Emitting module Collections
[1487/1590] Compiling Collections Collections.swift
[1488/1590] Compiling _CryptoExtras Block Function.swift
[1489/1590] Compiling _CryptoExtras AES_CFB_boring.swift
[1490/1590] Compiling _CryptoExtras ARCPrecredential.swift
[1491/1590] Compiling _CryptoExtras ARCPresentation.swift
[1492/1590] Compiling _CryptoExtras ARCRequest.swift
[1493/1590] Compiling _CryptoExtras ARCResponse.swift
[1494/1590] Compiling _CryptoExtras VOPRFServer.swift
[1495/1590] Compiling _CryptoExtras RSA+BlindSigning.swift
[1496/1590] Compiling _CryptoExtras RSA.swift
[1497/1593] Compiling _CryptoExtras VOPRF+API.swift
[1498/1593] Compiling _CryptoExtras I2OSP.swift
[1499/1593] Compiling _CryptoExtras IntegerEncoding.swift
[1500/1593] Compiling _CryptoExtras PEMDocument.swift
[1501/1593] Compiling _CryptoExtras PrettyBytes.swift
[1502/1593] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1503/1593] Compiling _CryptoExtras RSA_security.swift
[1504/1593] Compiling _CryptoExtras BoringSSLHelpers.swift
[1505/1593] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1506/1593] Compiling _CryptoExtras DigestType.swift
[1507/1593] Compiling _CryptoExtras Error.swift
[1508/1593] Compiling _CryptoExtras VOPRFClient.swift
[1509/1593] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1510/1593] Compiling APNSCore APNSClient+VoIP.swift
[1511/1593] Compiling APNSCore APNSVoIPNotification.swift
[1512/1593] Compiling _CryptoExtras Scrypt_boring.swift
[1513/1593] Compiling _CryptoExtras AES_CBC.swift
[1514/1593] Compiling _CryptoExtras AES_CFB.swift
[1515/1593] Compiling _CryptoExtras AES_CTR.swift
[1516/1593] Compiling _CryptoExtras AES_GCM_SIV.swift
[1520/1593] Compiling _CryptoExtras KDF.swift
[1521/1593] Compiling _CryptoExtras PBKDF2_boring.swift
[1522/1593] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1526/1593] Compiling _CryptoExtras PBKDF2.swift
[1538/1598] Emitting module _CryptoExtras
[1551/1598] Compiling _CryptoExtras ARC+API.swift
[1552/1598] Compiling _CryptoExtras ARC.swift
[1553/1598] Compiling _CryptoExtras ARCCredential.swift
[1554/1598] Compiling _CryptoExtras ARCEncoding.swift
[1555/1598] Compiling _CryptoExtras DLEQ.swift
[1556/1598] Compiling _CryptoExtras Prover.swift
[1557/1598] Compiling _CryptoExtras Verifier.swift
[1558/1598] Compiling _CryptoExtras ZKPToolbox.swift
[1559/1598] Compiling _CryptoExtras resource_bundle_accessor.swift
[1560/1598] Emitting module Atomics
[1563/1659] Emitting module Algorithms
[1564/1659] Compiling NIOCore Interfaces.swift
[1565/1659] Compiling NIOCore Linux.swift
[1566/1659] Compiling NIOCore MarkedCircularBuffer.swift
[1567/1659] Compiling NIOCore MulticastChannel.swift
[1568/1659] Compiling NIOCore NIOAny.swift
[1569/1659] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1570/1665] Compiling NIOCore NIOLoopBound.swift
[1571/1665] Compiling NIOCore NIOScheduledCallback.swift
[1572/1665] Compiling NIOCore NIOSendable.swift
[1573/1665] Compiling NIOCore RecvByteBufferAllocator.swift
[1574/1665] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1575/1665] Compiling NIOCore SocketAddresses.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 NIOCore Codec.swift
[1583/1665] Compiling NIOCore ConvenienceOptionSupport.swift
[1584/1665] Compiling NIOCore DeadChannel.swift
[1585/1665] Compiling NIOCore DispatchQueue+WithFuture.swift
[1586/1665] Compiling NIOCore EventLoop+Deprecated.swift
[1587/1665] Compiling NIOCore EventLoop+SerialExecutor.swift
[1588/1665] Compiling NIOCore EventLoop.swift
[1589/1665] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1590/1665] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1591/1665] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1592/1665] Compiling NIOCore EventLoopFuture.swift
[1593/1665] Compiling NIOCore FileDescriptor.swift
[1594/1665] Compiling NIOCore FileHandle.swift
[1595/1665] Compiling NIOCore FileRegion.swift
[1596/1665] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1597/1665] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1598/1665] Compiling NIOCore Channel.swift
[1599/1665] Compiling NIOCore ChannelHandler.swift
[1600/1665] Compiling NIOCore ChannelHandlers.swift
[1601/1665] Compiling NIOCore ChannelInvoker.swift
[1602/1665] Compiling NIOCore ChannelOption.swift
[1603/1665] Compiling NIOCore ChannelPipeline.swift
[1604/1665] Emitting module APNSCore
[1605/1665] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1606/1665] Compiling NIOCore NIOAsyncWriter.swift
[1607/1665] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1608/1665] Compiling NIOCore BSDSocketAPI.swift
[1609/1665] Compiling NIOCore ByteBuffer-aux.swift
[1610/1665] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1611/1665] Compiling NIOCore ByteBuffer-conversions.swift
[1612/1665] Compiling NIOCore AddressedEnvelope.swift
[1613/1665] Compiling NIOCore AsyncAwaitSupport.swift
[1614/1665] Compiling NIOCore AsyncChannel.swift
[1615/1665] Compiling NIOCore AsyncChannelHandler.swift
[1616/1665] Compiling NIOCore AsyncChannelInboundStream.swift
[1625/1665] Compiling NIOCore CircularBuffer.swift
[1626/1665] Compiling NIOCore GlobalSingletons.swift
[1627/1665] Compiling NIOCore IO.swift
[1628/1665] Compiling NIOCore IOData.swift
[1629/1665] Compiling NIOCore IPProtocol.swift
[1630/1665] Compiling NIOCore IntegerBitPacking.swift
[1631/1665] Compiling NIOCore IntegerTypes.swift
[1632/1665] Compiling NIOCore ByteBuffer-core.swift
[1633/1665] Compiling NIOCore ByteBuffer-hex.swift
[1634/1665] Compiling NIOCore ByteBuffer-int.swift
[1635/1665] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1636/1665] Compiling NIOCore ByteBuffer-multi-int.swift
[1637/1665] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1638/1665] Compiling NIOCore ByteBuffer-views.swift
[1639/1665] Emitting module NIOCore
[1640/1718] Compiling NIOEmbedded AsyncTestingChannel.swift
[1641/1718] Emitting module NIOEmbedded
[1642/1718] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1643/1718] Compiling NIOEmbedded Embedded.swift
[1644/1718] Compiling NIOPosix SocketProtocols.swift
[1645/1718] Compiling NIOPosix System.swift
[1646/1718] Compiling NIOPosix Thread.swift
[1647/1718] Compiling NIOPosix ThreadPosix.swift
[1648/1718] Compiling NIOPosix ThreadWindows.swift
[1649/1723] Compiling NIOPosix Selectable.swift
[1650/1723] Compiling NIOPosix SelectableChannel.swift
[1651/1723] Compiling NIOPosix SelectableEventLoop.swift
[1652/1723] Compiling NIOPosix SelectorEpoll.swift
[1653/1723] Compiling NIOPosix SelectorGeneric.swift
[1654/1723] Compiling NIOPosix UnsafeTransfer.swift
[1655/1723] Compiling NIOPosix Utilities.swift
[1656/1723] Compiling NIOPosix VsockAddress.swift
[1657/1723] Compiling NIOPosix VsockChannelEvents.swift
[1658/1723] Compiling NIOPosix resource_bundle_accessor.swift
[1659/1723] Compiling NIOPosix BSDSocketAPICommon.swift
[1660/1723] Compiling NIOPosix BSDSocketAPIPosix.swift
[1661/1723] Compiling NIOPosix BSDSocketAPIWindows.swift
[1662/1723] Compiling NIOPosix BaseSocket.swift
[1663/1723] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1664/1723] Compiling NIOPosix BaseSocketChannel.swift
[1665/1723] Compiling NIOPosix GetaddrinfoResolver.swift
[1666/1723] Compiling NIOPosix HappyEyeballs.swift
[1667/1723] Compiling NIOPosix IO.swift
[1668/1723] Compiling NIOPosix IntegerBitPacking.swift
[1669/1723] Compiling NIOPosix IntegerTypes.swift
[1670/1723] Compiling NIOPosix Linux.swift
[1671/1723] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1672/1723] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1673/1723] Compiling NIOPosix PosixSingletons.swift
[1674/1723] Compiling NIOPosix RawSocketBootstrap.swift
[1675/1723] Compiling NIOPosix Resolver.swift
[1676/1723] Compiling NIOPosix SelectorKqueue.swift
[1677/1723] Compiling NIOPosix SelectorUring.swift
[1678/1723] Compiling NIOPosix ServerSocket.swift
[1679/1723] Compiling NIOPosix Socket.swift
[1680/1723] Compiling NIOPosix SocketChannel.swift
[1681/1723] Compiling NIOPosix LinuxCPUSet.swift
[1682/1723] Compiling NIOPosix LinuxUring.swift
[1683/1723] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1684/1723] Compiling NIOPosix NIOThreadPool.swift
[1685/1723] Compiling NIOPosix NonBlockingFileIO.swift
[1686/1723] Compiling NIOPosix PendingDatagramWritesManager.swift
[1687/1723] Compiling NIOPosix PendingWritesManager.swift
[1688/1723] Compiling NIOPosix PipeChannel.swift
[1689/1723] Compiling NIOPosix PipePair.swift
[1690/1723] Compiling NIOPosix Pool.swift
[1691/1723] Compiling NIOPosix BaseStreamSocketChannel.swift
[1692/1723] Compiling NIOPosix Bootstrap.swift
[1693/1723] Compiling NIOPosix ControlMessage.swift
[1694/1723] Compiling NIOPosix DatagramVectorReadManager.swift
[1695/1723] Compiling NIOPosix Errors+Any.swift
[1696/1723] Compiling NIOPosix FileDescriptor.swift
[1697/1723] Emitting module NIOPosix
[1698/1775] Compiling _NIOFileSystem ParallelRemoval.swift
[1703/1775] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1704/1775] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1705/1775] Compiling _NIOFileSystem ByteCount.swift
[1706/1775] Compiling _NIOFileSystem Convenience.swift
[1707/1775] Compiling _NIOFileSystem DirectoryEntries.swift
[1708/1779] Compiling _NIOFileSystem Exports.swift
[1709/1779] Compiling _NIOFileSystem FileChunks.swift
[1710/1779] Compiling _NIOFileSystem FileHandle.swift
[1711/1780] Compiling _NIOFileSystem FileHandleProtocol.swift
[1712/1780] Compiling _NIOFileSystem FileInfo.swift
[1713/1780] Compiling _NIOFileSystem FileSystem.swift
[1714/1781] Compiling _NIOFileSystem FileSystemError.swift
[1715/1781] Compiling _NIOFileSystem FileSystemProtocol.swift
[1716/1781] Compiling _NIOFileSystem FileType.swift
[1717/1781] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1718/1781] Compiling AsyncKit Collection+Flatten.swift
[1719/1781] Compiling _NIOFileSystem BufferedStream.swift
[1720/1781] Compiling _NIOFileSystem Cancellation.swift
[1721/1781] Compiling _NIOFileSystem TokenBucket.swift
[1722/1782] Compiling _NIOFileSystem UnsafeTransfer.swift
[1723/1782] Compiling _NIOFileSystem ParallelDirCopy.swift
[1724/1877] Emitting module NIO
[1725/1877] Compiling NIO Exports.swift
[1726/2011] Compiling SQLKit SQLAlterEnumBuilder.swift
[1727/2011] Compiling SQLKit SQLAlterTableBuilder.swift
[1728/2011] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1729/2013] Compiling SQLKit SQLAlias.swift
[1730/2013] Compiling SQLKit SQLBetween.swift
[1731/2013] Compiling NIOSOCKS ClientStateMachine.swift
[1732/2013] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1733/2013] Compiling NIOSOCKS SOCKSResponse.swift
[1734/2014] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1735/2014] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1736/2014] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1737/2014] Compiling NIOSOCKS Messages.swift
[1738/2014] Compiling NIOSOCKS Errors.swift
[1739/2014] Compiling NIOSOCKS Helpers.swift
[1740/2014] Compiling NIOSOCKS SOCKSRequest.swift
[1741/2014] Compiling NIOSOCKS ServerStateMachine.swift
[1743/2014] Compiling SQLKit SQLCreateEnumBuilder.swift
[1744/2014] Emitting module NIOSOCKS
[1747/2014] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1748/2014] Compiling NIOTLS TLSEvents.swift
[1749/2014] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1750/2014] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1751/2014] Compiling NIOTLS SNIHandler.swift
[1752/2014] Emitting module NIOTLS
[1753/2044] Compiling NIOSSL SSLConnection.swift
[1754/2044] Compiling NIOSSL SSLContext.swift
[1755/2044] Compiling NIOSSL SSLErrors.swift
[1756/2044] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1757/2045] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1758/2045] Compiling NIOSSL SSLInit.swift
[1759/2045] Compiling NIOSSL SSLPrivateKey.swift
[1760/2045] Compiling NIOSSL AndroidCABundle.swift
[1761/2045] Compiling NIOSSL ByteBufferBIO.swift
[1762/2045] Compiling NIOSSL CustomPrivateKey.swift
[1763/2048] Compiling SQLKit SQLColumnAssignment.swift
[1764/2048] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1765/2048] Compiling SQLKit SQLColumnDefinition.swift
[1766/2048] Compiling SQLKit SQLCommonTableExpression.swift
[1767/2048] Compiling SQLKit SQLConflictAction.swift
[1768/2048] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1769/2048] Compiling SQLKit SQLDropBehaviour.swift
[1770/2048] Compiling SQLKit SQLEnumDataType.swift
[1771/2048] Compiling SQLKit SQLExcludedColumn.swift
[1772/2048] Compiling SQLKit SQLForeignKey.swift
[1773/2058] Emitting module NIOFoundationCompat
[1774/2058] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1775/2080] Compiling SQLKit SQLUnion.swift
[1776/2080] Compiling SQLKit SQLUpdate.swift
[1777/2080] Compiling SQLKit SQLExpression.swift
[1778/2080] Compiling SQLKit SQLSerializer.swift
[1779/2080] Compiling SQLKit SQLStatement.swift
[1780/2080] Compiling SQLKit SQLBinaryExpression.swift
[1781/2080] Compiling SQLKit SQLBinaryOperator.swift
[1782/2080] Compiling SQLKit SQLBind.swift
[1783/2080] Compiling SQLKit SQLFunction.swift
[1784/2080] Compiling SQLKit SQLGroupExpression.swift
[1785/2080] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1788/2080] Compiling NIOSSL SSLPKCS12Bundle.swift
[1793/2080] Compiling NIOSSL IdentityVerification.swift
[1794/2080] Compiling SQLKit SQLQueryString.swift
[1795/2080] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1796/2080] Compiling SQLKit SQLDropTriggerBuilder.swift
[1797/2080] Compiling SQLKit SQLInsertBuilder.swift
[1798/2080] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1799/2080] Compiling SQLKit SQLRawBuilder.swift
[1800/2080] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1801/2080] Compiling _NIOFileSystem OpenOptions.swift
[1802/2080] Compiling _NIOFileSystem String+FileSystem.swift
[1803/2080] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1804/2080] Compiling SQLKit SQLUpdateBuilder.swift
[1805/2080] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1806/2080] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1810/2080] Compiling NIOTransportServices AcceptHandler.swift
[1811/2080] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1812/2080] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1813/2080] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1814/2080] Compiling SQLKit SQLJoin.swift
[1815/2080] Compiling SQLKit SQLJoinMethod.swift
[1816/2080] Compiling SQLKit SQLLockingClause.swift
[1817/2080] Compiling SQLKit SQLOrderBy.swift
[1818/2080] Compiling SQLKit SQLReturning.swift
[1819/2080] Compiling SQLKit SQLSubquery.swift
[1820/2080] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1821/2080] Compiling SQLKit SQLAlterEnum.swift
[1822/2080] Compiling SQLKit SQLAlterTable.swift
[1823/2080] Compiling SQLKit SQLCreateEnum.swift
[1824/2080] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1825/2080] Compiling SQLKit SQLCommonUnionBuilder.swift
[1826/2080] Compiling SQLKit SQLJoinBuilder.swift
[1827/2080] Compiling SQLKit SQLPartialResultBuilder.swift
[1828/2080] Compiling SQLKit SQLPredicateBuilder.swift
[1829/2080] Compiling SQLKit SQLQueryBuilder.swift
[1830/2080] Compiling SQLKit SQLQueryFetcher.swift
[1831/2080] Compiling SQLKit SQLReturningBuilder.swift
[1832/2080] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1833/2080] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1834/2080] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1835/2080] Compiling SQLKit SQLCreateIndex.swift
[1836/2080] Compiling SQLKit SQLCreateTable.swift
[1837/2080] Compiling SQLKit SQLCreateTrigger.swift
[1838/2080] Compiling SQLKit SQLDelete.swift
[1839/2080] Compiling SQLKit SQLDropEnum.swift
[1840/2080] Compiling SQLKit SQLDropIndex.swift
[1841/2080] Compiling SQLKit SQLDropTable.swift
[1842/2080] Compiling SQLKit SQLDropTrigger.swift
[1843/2080] Compiling SQLKit SQLInsert.swift
[1844/2080] Compiling SQLKit SQLSelect.swift
[1845/2080] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1846/2080] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1847/2080] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1848/2080] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1849/2080] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1854/2080] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1855/2080] Compiling NIOTransportServices NIOTSSingletons.swift
[1856/2080] Compiling NIOTransportServices NIOTSBootstraps.swift
[1857/2080] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1858/2080] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1859/2080] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1860/2080] Emitting module NIOHTTP1
[1872/2126] Emitting module _NIOFileSystem
[1880/2126] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1881/2126] Compiling NIOTransportServices StateManagedChannel.swift
[1883/2129] Compiling NIOExtras NIOExtrasError.swift
[1884/2129] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1885/2129] Compiling NIOExtras NIORequestIdentifiable.swift
[1886/2129] Compiling NIOExtras PCAPRingBuffer.swift
[1887/2129] Compiling NIOExtras RequestResponseHandler.swift
[1888/2129] Compiling NIOTransportServices NIOTSErrors.swift
[1891/2131] Compiling NIOWebSocket WebSocketOpcode.swift
[1893/2132] Compiling NIOTransportServices NIOTSEventLoop.swift
[1894/2132] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1897/2132] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1898/2132] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1901/2132] Compiling NIOSSL UniversalBootstrapSupport.swift
[1902/2132] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1903/2132] Compiling NIOSSL resource_bundle_accessor.swift
[1908/2132] Compiling NIOExtras LengthFieldPrepender.swift
[1909/2132] Compiling NIOExtras QuiescingHelper.swift
[1911/2132] Compiling NIOExtras LineBasedFrameDecoder.swift
[1912/2132] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1913/2132] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1917/2132] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1918/2132] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1919/2132] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1920/2132] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1921/2132] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1922/2132] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1923/2132] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1924/2132] Compiling NIOExtras DebugInboundEventsHandler.swift
[1925/2132] Compiling NIOHPACK IntegerCoding.swift
[1926/2132] Compiling NIOHPACK HuffmanTables.swift
[1929/2133] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1936/2134] Compiling NIOHPACK StaticHeaderTable.swift
[1937/2134] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1938/2134] Compiling NIOHTTPCompression HTTPCompression.swift
[1939/2134] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1940/2134] Compiling NIOHTTPCompression HTTPDecompression.swift
[1941/2134] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1942/2134] Emitting module NIOHTTPCompression
[1943/2134] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1944/2134] Emitting module NIOTransportServices
[1963/2144] Compiling NIOExtras JSONRPCFraming.swift
[1970/2163] Compiling MultipartKit Exports.swift
[1971/2163] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1972/2163] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1973/2163] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1974/2163] Compiling NIOHPACK HuffmanCoding.swift
[1975/2163] Compiling NIOHPACK IndexedHeaderTable.swift
[1976/2163] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1977/2163] Compiling NIOWebSocket SHA1.swift
[1978/2163] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1979/2163] Compiling NIOWebSocket WebSocketFrame.swift
[1980/2163] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1981/2163] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1982/2163] Emitting module NIOWebSocket
[1983/2163] Compiling NIOHPACK HeaderTables.swift
[1984/2163] Compiling NIOHPACK HPACKHeader.swift
[1985/2163] Compiling NIOHPACK HPACKEncoder.swift
[1986/2163] Compiling NIOHPACK HPACKErrors.swift
[1987/2163] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1988/2163] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1989/2163] Emitting module NIOHPACK
[1990/2223] Compiling NIOHTTP2 SendingGoawayState.swift
[1991/2223] Compiling NIOHTTP2 SendingHeadersState.swift
[1992/2223] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1993/2223] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1994/2223] Emitting module NIOExtras
[1995/2223] Compiling NIOHTTP2 MaySendFrames.swift
[1996/2223] Compiling NIOHTTP2 SendingDataState.swift
[1997/2223] Emitting module NIOSSL
[2006/2223] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2007/2223] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2008/2223] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2009/2223] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2010/2223] Compiling NIOHTTP2 HTTP2Settings.swift
[2011/2223] Compiling NIOHTTP2 HTTP2Stream.swift
[2012/2223] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2013/2223] Compiling NIOHTTP2 MayReceiveFrames.swift
[2014/2223] Compiling NIOHTTP2 ReceivingDataState.swift
[2015/2223] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2016/2228] Emitting module NIOFileSystem
[2017/2228] Compiling NIOFileSystem Exports.swift
[2018/2228] Emitting module _NIOFileSystemFoundationCompat
[2019/2228] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2020/2228] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2021/2228] Compiling X509 VerifierPolicy.swift
[2022/2228] Compiling X509 AlgorithmIdentifier.swift
[2023/2228] Compiling X509 ECDSASignature.swift
[2024/2228] Compiling X509 RSAPKCS1PublicKey.swift
[2025/2228] Compiling X509 SubjectPublicKeyInfo.swift
[2026/2228] Compiling X509 TBSCertificate.swift
[2027/2228] Compiling X509 Time.swift
[2028/2228] Compiling X509 TimeCalculations.swift
[2029/2228] Compiling X509 Validity.swift
[2030/2228] Compiling SQLKit StringHandling.swift
[2031/2228] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2032/2228] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2033/2230] Compiling NIOExtras WritePCAPHandler.swift
[2044/2230] Emitting module MultipartKit
[2051/2238] Compiling NIOHTTP2 SendingRstStreamState.swift
[2052/2238] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2053/2238] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2054/2238] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2055/2238] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2056/2238] Compiling NIOHTTP2 HasLocalSettings.swift
[2057/2238] Compiling NIOHTTP2 HasRemoteSettings.swift
[2058/2244] Compiling MultipartKit MultipartSerializer.swift
[2059/2244] Compiling MultipartKit Utilities.swift
[2060/2244] Compiling WebSocketKit WebSocket+Connect.swift
[2061/2244] Compiling WebSocketKit WebSocketHandler.swift
[2062/2244] Compiling WebSocketKit WebSocket.swift
[2063/2244] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2064/2244] Compiling WebSocketKit Exports.swift
[2065/2244] Compiling WebSocketKit WebSocket+Concurrency.swift
[2066/2244] Emitting module WebSocketKit
[2067/2244] Compiling WebSocketKit WebSocketClient.swift
[2075/2244] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2076/2244] Compiling NIOHTTP2 StreamChannelList.swift
[2077/2244] Compiling NIOHTTP2 StreamMap.swift
[2078/2244] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2079/2244] Compiling NIOHTTP2 InboundEventBuffer.swift
[2080/2244] Compiling NIOHTTP2 InboundWindowManager.swift
[2081/2244] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2082/2244] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2083/2244] Compiling NIOHTTP2 HTTP2Frame.swift
[2084/2244] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2085/2244] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2086/2244] Compiling NIOHTTP2 HTTP2PingData.swift
[2087/2244] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2098/2244] Compiling NIOHTTP2 StreamStateMachine.swift
[2099/2244] Compiling NIOHTTP2 UnsafeTransfer.swift
[2100/2244] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2123/2244] Compiling NIOHTTP2 Error+Any.swift
[2124/2244] Emitting module SQLKit
[2125/2244] Compiling X509 Verifier.swift
[2142/2244] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2143/2244] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2148/2244] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2149/2244] Compiling NIOHTTP2 QuiescingState.swift
[2150/2244] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2151/2244] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2152/2244] Compiling NIOHTTP2 StateMachineResult.swift
[2153/2244] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2154/2244] Compiling NIOHTTP2 DOSHeuristics.swift
[2161/2244] Emitting module NIOHTTP2
[2169/2244] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2170/2244] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2171/2244] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2172/2244] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2173/2244] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2174/2244] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2182/2244] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2183/2244] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2184/2244] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2185/2244] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2186/2244] Compiling NIOHTTP2 HTTP2Error.swift
[2187/2244] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2188/2305] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2189/2305] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2190/2305] Compiling AsyncHTTPClient ConnectionPool.swift
[2191/2305] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2192/2305] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2193/2305] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2194/2305] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2195/2311] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2196/2311] Compiling AsyncHTTPClient ConnectionTarget.swift
[2197/2311] Compiling AsyncHTTPClient DeconstructedURL.swift
[2198/2311] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2199/2311] Compiling AsyncHTTPClient FoundationExtensions.swift
[2200/2311] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2201/2311] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2202/2311] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2203/2311] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2204/2311] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2205/2311] Compiling AsyncHTTPClient Transaction.swift
[2206/2311] Compiling AsyncHTTPClient Base64.swift
[2207/2311] Compiling AsyncHTTPClient BasicAuth.swift
[2208/2311] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2209/2311] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2210/2311] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2211/2311] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2212/2311] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2213/2311] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2214/2311] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2215/2311] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2216/2311] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2217/2311] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2218/2311] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2219/2311] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2220/2311] Compiling AsyncHTTPClient RequestBodyLength.swift
[2221/2311] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2222/2311] Compiling AsyncHTTPClient SSLContextCache.swift
[2223/2311] Compiling AsyncHTTPClient Scheme.swift
[2224/2311] Compiling AsyncHTTPClient Singleton.swift
[2225/2311] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2226/2311] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2227/2311] Compiling AsyncHTTPClient Utils.swift
[2228/2311] Compiling AsyncHTTPClient RequestBag.swift
[2229/2311] Compiling AsyncHTTPClient RequestValidation.swift
[2237/2311] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2238/2311] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2245/2311] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2246/2311] Compiling AsyncHTTPClient TLSConfiguration.swift
[2247/2311] Compiling AsyncHTTPClient RedirectState.swift
[2248/2311] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2260/2311] Compiling AsyncHTTPClient RequestOptions.swift
[2261/2311] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2262/2311] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2263/2311] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2264/2311] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2265/2311] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2266/2311] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2270/2311] Emitting module X509
[2277/2311] Compiling AsyncHTTPClient HTTP1Connection.swift
[2278/2311] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2279/2311] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2280/2311] Compiling AsyncHTTPClient HTTP2Connection.swift
[2281/2311] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2282/2311] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2283/2311] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2286/2320] Compiling AsyncHTTPClient HTTPClient.swift
[2287/2320] Compiling AsyncHTTPClient HTTPHandler.swift
[2288/2320] Compiling AsyncHTTPClient LRUCache.swift
[2289/2320] Compiling AsyncHTTPClient NWErrorHandler.swift
[2297/2320] Emitting module AsyncHTTPClient
[2298/2325] Compiling APNS APNSJSONEncoder.swift
[2299/2325] Compiling APNS APNSJSONDecoder.swift
[2300/2325] Emitting module APNS
[2301/2325] Compiling APNS APNSConfiguration.swift
[2302/2325] Compiling APNS APNSClient.swift
[2303/2325] Compiling WalletPasses PassJSON.swift
[2304/2325] Compiling WalletPasses PersonalizationJSON.swift
[2305/2325] Compiling WalletPasses WalletPassesError.swift
[2306/2325] Compiling WalletOrders OrderJSON.swift
[2307/2325] Compiling WalletOrders WalletOrdersError.swift
[2308/2325] Emitting module WalletOrders
[2309/2325] Compiling WalletOrders OrderBuilder.swift
[2310/2325] Emitting module WalletPasses
[2311/2325] Compiling WalletPasses PassBuilder.swift
[2312/2325] Emitting module AsyncKit
[2326/2611] Compiling Vapor ErrorSource.swift
[2327/2611] Compiling Vapor StackTrace.swift
[2328/2611] Compiling Vapor Exports.swift
[2329/2611] Compiling Vapor Application+HTTP.swift
[2330/2611] Compiling Vapor ServeCommand.swift
[2331/2611] Compiling Vapor AnyResponse+Concurrency.swift
[2332/2611] Compiling Vapor AsyncBasicResponder.swift
[2333/2611] Compiling Vapor AsyncMiddleware.swift
[2334/2611] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2335/2611] Compiling Vapor AsyncSessionDriver.swift
[2336/2620] Compiling Vapor HTTPHeaders+ContentRange.swift
[2337/2620] Compiling Vapor HTTPHeaders+Directive.swift
[2338/2620] Compiling Vapor HTTPHeaders+Forwarded.swift
[2339/2620] Compiling Vapor HTTPHeaders+Link.swift
[2340/2620] Compiling Vapor HTTPHeaders+Name.swift
[2341/2620] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2342/2620] Compiling Vapor HTTPHeaders.swift
[2343/2620] Compiling Vapor HTTPMediaType.swift
[2344/2620] Compiling Vapor HTTPMediaTypePreference.swift
[2345/2620] Compiling Vapor Authentication+Concurrency.swift
[2346/2620] Compiling Vapor Cache+Concurrency.swift
[2347/2620] Compiling Vapor Client+Concurrency.swift
[2348/2620] Compiling Vapor RequestBody+Concurrency.swift
[2349/2620] Compiling Vapor Responder+Concurrency.swift
[2350/2620] Compiling Vapor ResponseCodable+Concurrency.swift
[2351/2620] Compiling Vapor RoutesBuilder+Concurrency.swift
[2352/2620] Compiling Vapor ViewRenderer+Concurrency.swift
[2353/2620] Compiling Vapor WebSocket+Concurrency.swift
[2354/2620] Compiling Vapor ContainerGetPathExecutor.swift
[2355/2620] Compiling Vapor Content.swift
[2356/2620] Compiling Vapor ContentCoders.swift
[2357/2620] Compiling Vapor ContentConfiguration.swift
[2358/2620] Compiling Vapor ContentContainer.swift
[2359/2620] Compiling Vapor JSONCoder+Custom.swift
[2360/2620] Compiling Vapor JSONCoders+Content.swift
[2361/2620] Compiling Vapor BasicResponder.swift
[2362/2620] Compiling Vapor BodyStream.swift
[2363/2620] Compiling Vapor Application+HTTP+Client.swift
[2364/2620] Compiling Vapor EventLoopHTTPClient.swift
[2365/2620] Compiling Vapor EndpointCache.swift
[2366/2620] Compiling Vapor HTTPMethod+String.swift
[2367/2620] Compiling Vapor HTTPStatus.swift
[2368/2620] Compiling Vapor HTTPCookies.swift
[2369/2620] Compiling Vapor HTTPHeaderCacheControl.swift
[2370/2620] Compiling Vapor HTTPHeaderExpires.swift
[2371/2620] Compiling Vapor HTTPHeaderLastModified.swift
[2372/2620] Compiling Vapor HTTPHeaders+Cache.swift
[2373/2620] Compiling Vapor HTTPHeaders+Connection.swift
[2374/2620] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2375/2620] Compiling Vapor DotEnvFile+load.swift
[2376/2620] Compiling Vapor Routes+caseInsenstive.swift
[2377/2620] Compiling Vapor Validatable+validate.swift
[2378/2620] Compiling Vapor Environment+Process.swift
[2379/2620] Compiling Vapor Environment+Secret.swift
[2380/2620] Compiling Vapor Environment.swift
[2381/2620] Compiling Vapor Abort.swift
[2382/2620] Compiling Vapor AbortError.swift
[2383/2620] Compiling Vapor DebuggableError.swift
[2384/2620] Compiling Vapor Demangler.swift
[2385/2620] Compiling FluentKit DatabaseQuery+Value.swift
[2386/2620] Compiling FluentKit DatabaseQuery.swift
[2387/2620] Compiling FluentKit QueryHistory.swift
[2388/2620] Compiling FluentKit DatabaseSchema.swift
[2389/2620] Compiling FluentKit SchemaBuilder.swift
[2390/2620] Compiling FluentKit OptionalType.swift
[2391/2620] Compiling FluentKit RandomGeneratable.swift
[2392/2620] Compiling FluentKit SomeCodingKey.swift
[2393/2620] Compiling FluentKit UnsafeMutableTransferBox.swift
[2394/2620] Compiling Vapor RouteCollection.swift
[2395/2620] Compiling Vapor Routes.swift
[2396/2620] Compiling Vapor RoutesBuilder+Group.swift
[2397/2620] Compiling Vapor RoutesBuilder+Method.swift
[2398/2620] Compiling Vapor RoutesBuilder+Middleware.swift
[2399/2620] Compiling Vapor RoutesBuilder+WebSocket.swift
[2400/2620] Compiling Vapor RoutesBuilder.swift
[2401/2620] Compiling Vapor OTP.swift
[2402/2620] Compiling Vapor Application+Servers.swift
[2403/2620] Compiling Vapor Server.swift
[2404/2620] Compiling Vapor App+Service.swift
[2405/2620] Compiling Vapor Req+Service.swift
[2406/2620] Compiling Vapor Service.swift
[2407/2620] Compiling Vapor Application+Sessions.swift
[2408/2620] Compiling Vapor MemorySessions.swift
[2409/2620] Compiling Vapor Request+Session.swift
[2410/2620] Compiling Vapor Session.swift
[2411/2620] Compiling Vapor SessionCache.swift
[2412/2620] Compiling Vapor SessionData.swift
[2413/2620] Compiling Vapor SessionDriver.swift
[2414/2620] Compiling Vapor SessionsConfiguration.swift
[2415/2641] Compiling Vapor Application.swift
[2416/2641] Compiling Vapor AuthenticationCache.swift
[2417/2641] Compiling Vapor Authenticator.swift
[2418/2641] Compiling Vapor BasicAuthorization.swift
[2419/2641] Compiling Vapor BearerAuthorization.swift
[2420/2641] Compiling Vapor GuardMiddleware.swift
[2421/2641] Compiling Vapor RedirectMiddleware.swift
[2422/2641] Compiling Vapor SessionAuthenticatable.swift
[2423/2641] Compiling Vapor Bcrypt.swift
[2424/2641] Compiling Vapor Application+Cache.swift
[2425/2641] Compiling Vapor Cache.swift
[2426/2641] Compiling Vapor CacheExpirationTime.swift
[2427/2641] Compiling Vapor MemoryCache.swift
[2428/2641] Compiling Vapor Request+Cache.swift
[2429/2641] Compiling Vapor Application+Clients.swift
[2430/2641] Compiling Vapor Client.swift
[2431/2641] Compiling Vapor ClientRequest.swift
[2432/2641] Compiling Vapor ClientResponse.swift
[2433/2641] Compiling Vapor Request+Client.swift
[2434/2641] Compiling Vapor BootCommand.swift
[2435/2641] Emitting module FluentKit
[2436/2641] Compiling Vapor CommandContext+Application.swift
[2437/2641] Compiling Vapor RoutesCommand.swift
[2438/2641] Compiling Vapor PlaintextDecoder.swift
[2439/2641] Compiling Vapor PlaintextEncoder.swift
[2440/2641] Compiling Vapor URLQueryCoders.swift
[2441/2641] Compiling Vapor URLQueryContainer.swift
[2442/2641] Compiling Vapor Core.swift
[2443/2641] Compiling Vapor Running.swift
[2444/2641] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2445/2641] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2446/2645] Compiling Vapor FormDataDecoder+Content.swift
[2447/2645] Compiling Vapor FormDataEncoder+Content.swift
[2448/2645] Compiling Vapor Application+Password.swift
[2449/2645] Compiling Vapor Application+Passwords.swift
[2450/2645] Compiling Vapor AsyncPasswordHasher.swift
[2451/2645] Compiling Vapor BcryptHasher.swift
[2452/2645] Compiling Vapor PasswordHasher.swift
[2453/2645] Compiling Vapor PlaintextHasher.swift
[2454/2645] Compiling Vapor Request+Password.swift
[2455/2645] Compiling Vapor Redirect.swift
[2456/2645] Compiling Vapor Request+Body.swift
[2457/2645] Compiling Vapor Request+BodyStream.swift
[2458/2645] Compiling Vapor Request.swift
[2459/2645] Compiling Vapor Application+Responder.swift
[2460/2645] Compiling Vapor DefaultResponder.swift
[2461/2645] Compiling Vapor Response+Body.swift
[2462/2645] Compiling Vapor Response.swift
[2463/2645] Compiling Vapor ResponseCodable.swift
[2464/2645] Compiling Vapor Application+Routes.swift
[2465/2645] Compiling Vapor Parameters+Require.swift
[2466/2645] Compiling Vapor Request+WebSocket.swift
[2467/2645] Compiling Vapor Route.swift
[2468/2645] Compiling FluentWallet DeviceModel.swift
[2469/2645] Emitting module FluentWallet
[2470/2645] Compiling FluentWallet PushTokenDTO.swift
[2471/2645] Compiling FluentWallet LogEntriesDTO.swift
[2472/2665] Compiling Vapor DotEnv.swift
[2473/2665] Compiling Vapor Extendable.swift
[2474/2665] Compiling Vapor File.swift
[2475/2665] Compiling Vapor FileIO.swift
[2476/2665] Compiling Vapor LifecycleHandler.swift
[2477/2665] Compiling Vapor OptionalType.swift
[2478/2665] Compiling Vapor RFC1123.swift
[2479/2665] Compiling Vapor SocketAddress+Hostname.swift
[2480/2665] Compiling Vapor Storage.swift
[2481/2665] Compiling Vapor String+IsIPAddress.swift
[2482/2665] Compiling Vapor Thread.swift
[2483/2665] Compiling Vapor URI.swift
[2484/2665] Compiling Vapor RangeResult.swift
[2485/2665] Compiling Vapor Validatable.swift
[2486/2665] Compiling Vapor Validation.swift
[2487/2665] Compiling Vapor ValidationKey.swift
[2488/2665] Compiling Vapor Validations.swift
[2489/2665] Compiling Vapor ValidationsError.swift
[2490/2665] Compiling Vapor Validator.swift
[2491/2665] Compiling Vapor ValidatorResult.swift
[2492/2665] Compiling Vapor And.swift
[2493/2665] Compiling FluentWalletPasses PassDataModel.swift
[2494/2665] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2495/2665] Compiling FluentWalletPasses PassModel.swift
[2496/2666] Compiling FluentWalletPasses PassesDevice.swift
[2497/2666] Compiling FluentWalletPasses Exports.swift
[2498/2666] Compiling FluentWalletPasses Pass.swift
[2499/2666] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2500/2666] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2501/2666] Compiling FluentWalletOrders Order.swift
[2502/2666] Compiling FluentWalletOrders OrdersRegistration.swift
[2503/2666] Compiling FluentWalletOrders OrdersDevice.swift
[2504/2666] Emitting module FluentWalletOrders
[2505/2666] Compiling FluentWalletOrders OrderModel.swift
[2506/2666] Compiling FluentWalletOrders Exports.swift
[2507/2666] Compiling FluentWalletOrders OrderDataModel.swift
[2508/2666] Compiling Vapor Case.swift
[2509/2666] Compiling Vapor CharacterSet.swift
[2510/2666] Compiling Vapor Count.swift
[2511/2666] Compiling Vapor Custom.swift
[2512/2666] Compiling Vapor Email.swift
[2513/2666] Compiling Vapor Empty.swift
[2514/2666] Compiling Vapor In.swift
[2515/2666] Compiling Vapor Nil.swift
[2516/2666] Compiling Vapor NilIgnoring.swift
[2517/2666] Compiling Vapor Not.swift
[2518/2666] Compiling Vapor Or.swift
[2519/2666] Compiling Vapor Pattern.swift
[2520/2666] Compiling Vapor Range.swift
[2521/2666] Compiling Vapor URL.swift
[2522/2666] Compiling Vapor Valid.swift
[2523/2666] Compiling Vapor Application+Views.swift
[2524/2666] Compiling Vapor PlaintextRenderer.swift
[2525/2666] Compiling Vapor Request+View.swift
[2526/2666] Compiling Vapor View.swift
[2527/2666] Compiling Vapor ViewRenderer.swift
[2528/2666] Compiling Vapor _Deprecations.swift
[2529/2666] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2530/2666] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2531/2666] Compiling FluentWalletPasses PassesRegistration.swift
[2532/2666] Compiling FluentWalletPasses PersonalizationInfo.swift
[2533/2666] Emitting module FluentWalletPasses
[2534/2666] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2545/2666] Compiling Vapor Logger+Report.swift
[2546/2666] Compiling Vapor LoggingSystem+Environment.swift
[2547/2666] Compiling Vapor Application+Middleware.swift
[2548/2666] Compiling Vapor CORSMiddleware.swift
[2549/2666] Compiling Vapor ErrorMiddleware.swift
[2550/2666] Compiling Vapor FileMiddleware.swift
[2551/2666] Compiling Vapor Middleware.swift
[2552/2666] Compiling Vapor MiddlewareConfiguration.swift
[2553/2666] Compiling Vapor ResponseCompressionMiddleware.swift
[2554/2666] Compiling Vapor RouteLoggingMiddleware.swift
[2555/2666] Compiling Vapor TracingMiddleware.swift
[2556/2666] Compiling Vapor File+Multipart.swift
[2557/2666] Compiling Vapor SessionsMiddleware.swift
[2558/2666] Compiling Vapor URLEncodedFormData.swift
[2559/2666] Compiling Vapor URLEncodedFormDecoder.swift
[2560/2666] Compiling Vapor URLEncodedFormEncoder.swift
[2561/2666] Compiling Vapor URLEncodedFormError.swift
[2562/2666] Compiling Vapor URLEncodedFormParser.swift
[2563/2666] Compiling Vapor URLEncodedFormSerializer.swift
[2564/2666] Compiling Vapor URLQueryFragmentConvertible.swift
[2565/2666] Compiling Vapor AnyResponse.swift
[2566/2666] Compiling Vapor Array+Random.swift
[2567/2666] Compiling Vapor Base32.swift
[2568/2666] Compiling Vapor Base64.swift
[2569/2666] Compiling Vapor BaseN.swift
[2570/2666] Compiling Vapor BasicCodingKey.swift
[2571/2666] Compiling Vapor ByteCount.swift
[2572/2666] Compiling Vapor Bytes+Hex.swift
[2573/2666] Compiling Vapor Bytes+SecureCompare.swift
[2574/2666] Compiling Vapor Collection+Safe.swift
[2575/2666] Compiling Vapor DataProtocol+Copy.swift
[2576/2666] Compiling Vapor DecoderUnwrapper.swift
[2577/2666] Compiling Vapor DirectoryConfiguration.swift
[2666/2666] Emitting module Vapor
[2667/2687] Compiling VaporAPNS Request+APNS.swift
[2668/2687] Compiling VaporAPNS Application+APNS.swift
[2669/2687] Compiling Fluent ModelAuthenticatable.swift
[2670/2687] Compiling Fluent Pagination+Concurrency.swift
[2671/2687] Compiling Fluent Sessions+Concurrency.swift
[2672/2687] Compiling Fluent ModelTokenAuthenticatable.swift
[2673/2688] Compiling VaporAPNS APNSContainerID.swift
[2674/2688] Emitting module VaporAPNS
[2675/2688] Compiling VaporAPNS APNSContainers.swift
[2676/2688] Compiling Fluent PageLimit.swift
[2677/2688] Compiling Fluent Fluent+History.swift
[2678/2688] Compiling Fluent Fluent+Paginate.swift
[2679/2688] Compiling Fluent FluentProvider.swift
[2680/2688] Compiling Fluent MigrateCommand.swift
[2681/2688] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2682/2688] Compiling Fluent Exports.swift
[2683/2688] Compiling Fluent Fluent+Cache.swift
[2684/2688] Emitting module Fluent
[2685/2688] Compiling Fluent FluentProvider+Concurrency.swift
[2686/2688] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2687/2688] Compiling Fluent Fluent+Pagination.swift
[2688/2688] Compiling Fluent Fluent+Sessions.swift
[2689/2692] Compiling VaporWallet isLoggingConfigured.swift
[2690/2692] Compiling VaporWallet TestCertificate.swift
[2691/2692] Emitting module VaporWallet
[2692/2692] Compiling VaporWallet DTOs+Content.swift
[2693/2708] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[2694/2708] Compiling VaporWalletOrders Exports.swift
[2695/2708] Compiling VaporWalletOrders OrdersServiceCustom.swift
[2696/2708] Compiling VaporWalletPasses PassesServiceCustom.swift
[2697/2708] Compiling VaporWalletOrders OrdersService.swift
[2698/2708] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[2699/2708] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[2700/2708] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[2701/2708] Emitting module VaporWalletOrders
[2702/2708] Compiling VaporWalletPasses PassesService.swift
[2703/2708] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[2704/2708] Compiling VaporWalletPasses ApplePassMiddleware.swift
[2705/2708] Compiling VaporWalletPasses Exports.swift
[2706/2708] Emitting module VaporWalletPasses
[2707/2708] Compiling VaporWalletPasses DTOs+Content.swift
[2708/2708] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
Build complete! (132.09s)
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.0
Target:                   VaporWallet
Extracting symbol information for 'VaporWallet'...
Finished extracting symbol information for 'VaporWallet'. (27.74s)
Building documentation for 'VaporWallet'...
Finished building documentation for 'VaporWallet' (0.37s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/vapor-community/wallet/0.7.1
Updating https://github.com/apple/swift-log.git
Updating https://github.com/vapor/multipart-kit.git
Updating https://github.com/vapor/apns.git
Updating https://github.com/vapor/sql-kit.git
Updating https://github.com/apple/swift-nio-ssl.git
Updating https://github.com/vapor/routing-kit.git
Updating https://github.com/vapor/fluent-sqlite-driver.git
Updated https://github.com/vapor/routing-kit.git (0.44s)
Updated https://github.com/vapor/apns.git (0.44s)
Updating https://github.com/apple/swift-http-types.git
Updating https://github.com/vapor/websocket-kit.git
Updated https://github.com/vapor/multipart-kit.git (0.47s)
Updating https://github.com/apple/swift-atomics.git
Updated https://github.com/apple/swift-log.git (0.54s)
Updated https://github.com/apple/swift-nio-ssl.git (0.54s)
Updated https://github.com/vapor/fluent-sqlite-driver.git (0.54s)
Updated https://github.com/vapor/sql-kit.git (0.54s)
Updating https://github.com/vapor/sqlite-kit.git
Updating https://github.com/apple/swift-certificates.git
Updating https://github.com/apple/swift-nio-extras.git
Updating https://github.com/vapor/vapor.git
Updated https://github.com/vapor/websocket-kit.git (0.40s)
Updated https://github.com/apple/swift-http-types.git (0.40s)
Updating https://github.com/vapor/fluent.git
Updating https://github.com/fpseverino/fluent-wallet.git
Updated https://github.com/apple/swift-atomics.git (0.41s)
Updating https://github.com/apple/swift-distributed-tracing.git
Updated https://github.com/vapor/sqlite-kit.git (0.43s)
Updated https://github.com/apple/swift-certificates.git (0.43s)
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-nio-extras.git (0.66s)
Updated https://github.com/vapor/vapor.git (0.66s)
Updating https://github.com/vapor/console-kit.git
Updating https://github.com/apple/swift-algorithms.git
Updated https://github.com/apple/swift-distributed-tracing.git (0.38s)
Updating https://github.com/vapor/sqlite-nio.git
Updated https://github.com/fpseverino/fluent-wallet.git (0.54s)
Updated https://github.com/vapor/fluent.git (0.54s)
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-system.git
Updated https://github.com/apple/swift-crypto.git (0.50s)
Updating https://github.com/adam-fowler/swift-zip-archive.git
Updated https://github.com/apple/swift-nio.git (0.66s)
Updated https://github.com/apple/swift-algorithms.git (0.44s)
Updated https://github.com/vapor/console-kit.git (0.44s)
Updating https://github.com/apple/swift-metrics.git
Updated https://github.com/vapor/sqlite-nio.git (0.39s)
Updating https://github.com/vapor/async-kit.git
Updated https://github.com/apple/swift-system.git (0.41s)
Updated https://github.com/apple/swift-numerics.git (0.41s)
Updating https://github.com/apple/swift-http-structured-headers.git
Updating https://github.com/apple/swift-asn1.git
Updated https://github.com/adam-fowler/swift-zip-archive.git (0.41s)
Updating https://github.com/fpseverino/swift-wallet.git
Updating https://github.com/vapor/fluent-kit.git
Updated https://github.com/apple/swift-metrics.git (0.39s)
Updating https://github.com/apple/swift-nio-transport-services.git
Updated https://github.com/vapor/async-kit.git (0.40s)
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-asn1.git (0.38s)
Updating https://github.com/swift-server/async-http-client.git
Updated https://github.com/apple/swift-http-structured-headers.git (0.41s)
Updating https://github.com/apple/swift-nio-http2.git
Updated https://github.com/fpseverino/swift-wallet.git (0.42s)
Updating https://github.com/apple/swift-service-context.git
Updated https://github.com/apple/swift-nio-transport-services.git (0.49s)
Updated https://github.com/vapor/fluent-kit.git (0.49s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/swift-server-community/APNSwift.git
Updated https://github.com/apple/swift-collections.git (0.46s)
Updated https://github.com/apple/swift-nio-http2.git (0.47s)
Updated https://github.com/swift-server/async-http-client.git (0.53s)
Updated https://github.com/apple/swift-service-context.git (0.42s)
Updated https://github.com/swift-server-community/APNSwift.git (0.40s)
[1/2050] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.0 (0.40s)
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.51s)
Computing version for https://github.com/vapor/apns.git
Computed https://github.com/vapor/apns.git at 4.2.0 (0.40s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (0.40s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.39s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.40s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.42s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.51.0 (0.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
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.50s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.42s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.40s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
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.41s)
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.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.41s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.61s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.40s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (1.07s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.42s)
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.32.0 (0.41s)
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.8.1 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.58s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.52s)
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.1 (0.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.51s)
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
[1/3349] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
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
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.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 Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Emitting module SymbolKit
[21/57] Compiling SymbolKit Relationship.swift
[22/57] Compiling SymbolKit RelationshipKind.swift
[23/57] Compiling SymbolKit SourceOrigin.swift
[24/57] Compiling SymbolKit GenericConstraints.swift
[25/57] Compiling SymbolKit Swift.swift
[26/57] Compiling SymbolKit DeclarationFragments.swift
[27/57] Compiling SymbolKit Fragment.swift
[28/57] Compiling SymbolKit FragmentKind.swift
[29/57] Compiling SymbolKit FunctionParameter.swift
[30/57] Compiling SymbolKit FunctionSignature.swift
[31/57] Compiling SymbolKit Identifier.swift
[32/57] Compiling SymbolKit KindIdentifier.swift
[33/57] Compiling SymbolKit Location.swift
[34/57] Compiling SymbolKit Mutability.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Compiling SymbolKit SourceRange.swift
[40/57] Compiling SymbolKit Metadata.swift
[41/57] Compiling SymbolKit Module.swift
[42/57] Compiling SymbolKit OperatingSystem.swift
[43/57] Compiling SymbolKit Platform.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.79s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/153] Compiling ServiceContextModule ServiceContextKey.swift
[3/153] Emitting module ServiceContextModule
[4/153] Compiling ServiceContextModule ServiceContext.swift
[5/153] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/153] Compiling Crypto ASN1Strings.swift
[7/153] Compiling Crypto ArraySliceBigint.swift
[8/154] Compiling SystemPackage Errno.swift
[9/154] Compiling SystemPackage ErrnoWindows.swift
[10/154] Compiling RealModule ApproximateEquality.swift
[11/154] Compiling RealModule AlgebraicField.swift
[12/155] Compiling RealModule Float80+Real.swift
[13/155] Compiling RealModule Real.swift
[14/155] Compiling Crypto ASN1Identifier.swift
[15/155] Compiling Crypto ASN1Integer.swift
[16/155] Compiling Crypto ASN1Null.swift
[17/155] Compiling Crypto ASN1OctetString.swift
[18/155] Compiling RealModule RealFunctions.swift
[19/155] Compiling RealModule Float16+Real.swift
[20/155] Compiling Logging MetadataProvider.swift
[21/155] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/155] Compiling RealModule ElementaryFunctions.swift
[23/155] Compiling RealModule Float+Real.swift
[24/155] Compiling RealModule Double+Real.swift
[25/155] Compiling RealModule AugmentedArithmetic.swift
[26/155] Compiling Crypto ASN1.swift
[27/155] Compiling Crypto ASN1Any.swift
[28/155] Compiling SystemPackage FileDescriptor.swift
[29/155] Compiling SystemPackage FileHelpers.swift
[30/174] Emitting module _NIOBase64
[31/174] Compiling _NIOBase64 Base64.swift
[32/174] Compiling Atomics AtomicOptionalWrappable.swift
[33/174] Compiling Atomics AtomicReference.swift
[34/174] Compiling Crypto ECDSASignature.swift
[35/174] Compiling Crypto PEMDocument.swift
[36/174] Compiling Crypto PKCS8PrivateKey.swift
[37/174] Compiling Crypto SEC1PrivateKey.swift
[38/174] Compiling Crypto SubjectPublicKeyInfo.swift
[39/174] Compiling Crypto CryptoKitErrors.swift
[40/182] Compiling NIOConcurrencyHelpers NIOLock.swift
[41/182] Compiling Crypto Curve25519.swift
[42/182] Compiling Crypto Ed25519Keys.swift
[43/182] Compiling Crypto NISTCurvesKeys.swift
[44/182] Compiling Crypto X25519Keys.swift
[45/182] Compiling Crypto SymmetricKeys.swift
[46/182] Compiling Crypto HMAC.swift
[47/182] Compiling Crypto MACFunctions.swift
[48/182] Compiling Crypto MessageAuthenticationCode.swift
[49/182] Compiling Crypto AES.swift
[50/182] Compiling Crypto ECDSASignature_boring.swift
[51/182] Compiling Crypto ECDSA_boring.swift
[52/182] Compiling Crypto EdDSA_boring.swift
[53/182] Compiling Crypto ECDSA.swift
[54/182] Compiling Crypto Ed25519.swift
[55/182] Compiling Crypto Signature.swift
[56/182] Compiling Crypto CryptoKitErrors_boring.swift
[57/182] Compiling Atomics AtomicStorage.swift
[58/182] Compiling Atomics AtomicValue.swift
[59/182] Compiling Atomics AtomicMemoryOrderings.swift
[60/182] Compiling Atomics DoubleWord.swift
[61/182] Compiling Atomics UnsafeAtomic.swift
[62/182] Compiling Atomics UnsafeAtomicLazyReference.swift
[63/182] Compiling Atomics ManagedAtomic.swift
[64/182] Compiling Atomics ManagedAtomicLazyReference.swift
[65/182] Compiling Atomics Primitives.shims.swift
[66/182] Compiling Atomics AtomicInteger.swift
[67/182] Compiling Atomics OptionalRawRepresentable.swift
[68/182] Compiling Atomics RawRepresentable.swift
[69/182] Compiling Atomics AtomicBool.swift
[70/182] Compiling Atomics IntegerConformances.swift
[71/182] Compiling Atomics PointerConformances.swift
[72/182] Compiling Atomics Primitives.native.swift
[73/182] Compiling Crypto DH.swift
[74/182] Compiling Crypto ECDH.swift
[75/182] Compiling Crypto HKDF.swift
[76/182] Compiling Crypto AESWrap.swift
[77/182] Compiling Crypto AESWrap_boring.swift
[78/182] Compiling Crypto Ed25519_boring.swift
[79/182] Compiling Crypto NISTCurvesKeys_boring.swift
[80/182] Compiling Crypto X25519Keys_boring.swift
[81/182] Emitting module RealModule
[82/182] Compiling Crypto HPKE.swift
[83/182] Compiling Crypto HPKE-Context.swift
[84/182] Compiling Crypto HPKE-KeySchedule.swift
[85/182] Compiling Crypto HPKE-Modes.swift
[86/182] Compiling Crypto Insecure.swift
[87/182] Compiling Crypto Insecure_HashFunctions.swift
[88/182] Compiling Crypto KEM.swift
[89/182] Compiling Crypto ECDH_boring.swift
[90/182] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/182] Compiling Crypto Digest_boring.swift
[92/182] Compiling Crypto Digest.swift
[93/182] Compiling Crypto Digests.swift
[94/182] Compiling Crypto HashFunctions.swift
[95/182] Compiling Crypto HashFunctions_SHA2.swift
[96/182] Compiling Crypto HPKE-AEAD.swift
[97/182] Compiling Crypto HPKE-Ciphersuite.swift
[98/182] Compiling Crypto HPKE-KDF.swift
[99/182] Compiling Crypto HPKE-KexKeyDerivation.swift
[100/182] Compiling Crypto HPKE-LabeledExtract.swift
[101/182] Compiling Crypto HPKE-Utils.swift
[102/182] Compiling Crypto DHKEM.swift
[103/182] Compiling Crypto HPKE-KEM-Curve25519.swift
[104/182] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[105/182] Compiling Crypto HPKE-KEM.swift
[106/182] Compiling Crypto HPKE-Errors.swift
[107/188] Compiling NIOConcurrencyHelpers lock.swift
[108/188] Emitting module NIOConcurrencyHelpers
[109/188] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[110/188] Emitting module Crypto
[111/188] Compiling NIOConcurrencyHelpers atomics.swift
[112/188] Emitting module CoreMetrics
[113/188] Compiling _NIODataStructures PriorityQueue.swift
[114/188] Compiling _NIODataStructures Heap.swift
[115/188] Compiling _NIODataStructures _TinyArray.swift
[124/193] Emitting module _NIODataStructures
[125/193] Emitting module InternalCollectionsUtilities
[129/219] Compiling Instrumentation MultiplexInstrument.swift
[130/219] Compiling Instrumentation NoOpInstrument.swift
[131/219] Compiling Instrumentation InstrumentationSystem.swift
[132/219] Emitting module Instrumentation
[133/219] Compiling Instrumentation Instrument.swift
[134/219] Compiling Instrumentation Locks.swift
[135/219] Compiling Algorithms Joined.swift
[136/219] Compiling Algorithms Keyed.swift
[137/219] Compiling Algorithms Intersperse.swift
[138/219] Compiling Algorithms AdjacentPairs.swift
[139/219] Compiling Algorithms FirstNonNil.swift
[140/219] Compiling Algorithms FlattenCollection.swift
[141/219] Compiling Algorithms Compacted.swift
[142/219] Compiling Algorithms Cycle.swift
[143/219] Compiling Algorithms RandomSample.swift
[145/219] Compiling Algorithms MinMax.swift
[146/219] Compiling Algorithms Combinations.swift
[151/234] Compiling Algorithms Rotate.swift
[152/234] Compiling Algorithms EitherSequence.swift
[155/234] Compiling Logging Locks.swift
[156/234] Compiling Logging LogHandler.swift
[157/234] Emitting module Logging
[158/234] Compiling Logging Logging.swift
[159/234] Compiling CoreMetrics Metrics.swift
[160/234] Compiling CoreMetrics Locks.swift
[161/234] Compiling Algorithms Product.swift
[164/234] Compiling Algorithms Trim.swift
[165/234] Compiling Algorithms Partition.swift
[166/234] Compiling Algorithms Permutations.swift
[167/296] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[168/296] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[169/296] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[170/296] Compiling OrderedCollections _Hashtable+Header.swift
[171/296] Compiling OrderedCollections OrderedDictionary+Codable.swift
[172/296] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[173/296] Emitting module SystemPackage
[174/296] Compiling HeapModule Heap.swift
[175/296] Compiling HeapModule _HeapNode.swift
[176/366] Compiling Tracing TracerProtocol.swift
[177/366] Compiling Tracing TracingTime.swift
[178/366] Compiling HeapModule Heap+Invariants.swift
[179/366] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[180/366] Compiling HeapModule Heap+Descriptions.swift
[181/366] Compiling HeapModule Heap+UnsafeHandle.swift
[182/366] Compiling Tracing TracerProtocol+Legacy.swift
[183/383] Emitting module HeapModule
[184/444] Compiling HashTreeCollections _Bitmap.swift
[185/444] Compiling HashTreeCollections _Bucket.swift
[186/444] Compiling HashTreeCollections _Hash.swift
[187/444] Compiling HashTreeCollections TreeSet+Extras.swift
[188/444] Compiling HashTreeCollections TreeSet+Filter.swift
[189/444] Compiling HashTreeCollections TreeSet+Hashable.swift
[190/444] Compiling HashTreeCollections TreeSet+Sendable.swift
[191/444] Compiling HashTreeCollections TreeSet+Sequence.swift
[192/444] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[193/444] Compiling HashTreeCollections _HashNode+Structural union.swift
[194/444] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[195/444] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[196/444] Compiling HashTreeCollections _HashNode+Lookups.swift
[197/444] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[198/444] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[199/450] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[200/450] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[201/450] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[202/450] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[203/450] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[204/450] Compiling Crypto SecureBytes.swift
[205/450] Compiling Crypto Zeroization.swift
[206/450] Compiling Crypto resource_bundle_accessor.swift
[207/450] Compiling HashTreeCollections _RawHashNode.swift
[208/450] Compiling HashTreeCollections _UnmanagedHashNode.swift
[209/450] Compiling HashTreeCollections _UnsafePath.swift
[210/454] Compiling RoutingKit Router.swift
[211/454] Compiling Tracing NoOpTracer.swift
[212/454] Compiling Tracing Tracer.swift
[213/454] Compiling Tracing InstrumentationSystem+Tracing.swift
[214/454] Emitting module Tracing
[215/454] Compiling Tracing SpanProtocol.swift
[216/470] Compiling DequeModule Deque+Equatable.swift
[217/470] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[218/470] Compiling DequeModule Deque+Extras.swift
[219/470] Compiling DequeModule Deque+Hashable.swift
[220/470] Compiling DequeModule Deque+Testing.swift
[221/470] Compiling DequeModule Deque._Storage.swift
[222/470] Compiling DequeModule Deque+CustomReflectable.swift
[223/470] Compiling DequeModule Deque+Descriptions.swift
[224/498] Compiling RoutingKit PathComponent.swift
[225/498] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[226/498] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[227/498] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[233/506] Compiling DequeModule _DequeBufferHeader.swift
[234/506] Compiling DequeModule _DequeSlot.swift
[235/506] Compiling ConsoleKitTerminal ActivityBar.swift
[236/506] Compiling ConsoleKitTerminal ActivityIndicator.swift
[237/506] Compiling ConsoleKitTerminal Console+Output.swift
[238/506] Compiling ConsoleKitTerminal Console+Wait.swift
[239/506] Compiling RoutingKit AnyRouter.swift
[240/506] Emitting module RoutingKit
[241/506] Compiling RoutingKit Parameters.swift
[242/506] Compiling RoutingKit TrieRouter.swift
[243/506] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[244/506] Compiling ConsoleKitTerminal CustomActivity.swift
[245/506] Compiling ConsoleKitTerminal LoadingBar.swift
[246/506] Compiling ConsoleKitTerminal ConsoleClear.swift
[247/506] Compiling ConsoleKitTerminal Console+Ask.swift
[248/506] Compiling ConsoleKitTerminal Console+Choose.swift
[249/506] Compiling ConsoleKitTerminal Console+Confirm.swift
[250/506] Compiling ConsoleKitTerminal Console+Input.swift
[251/506] Compiling ConsoleKitTerminal Console+Center.swift
[252/506] Compiling ConsoleKitTerminal ProgressBar.swift
[253/506] Compiling ConsoleKitTerminal Console+Clear.swift
[254/506] Compiling ConsoleKitTerminal ANSI.swift
[255/506] Compiling ConsoleKitTerminal Console.swift
[256/506] Compiling ConsoleKitTerminal Terminal.swift
[257/561] Compiling BitCollections BitArray+Equatable.swift
[258/561] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[259/561] Compiling BitCollections BitArray+Codable.swift
[260/561] Compiling BitCollections BitArray+Collection.swift
[261/561] Compiling BitCollections BitArray+Copy.swift
[262/561] Compiling BitCollections BitArray+CustomReflectable.swift
[263/561] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[264/561] Compiling BitCollections BitSet+SetAlgebra union.swift
[265/561] Compiling BitCollections BitArray+BitwiseOperations.swift
[266/561] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[267/561] Compiling DequeModule _UnsafeWrappedBuffer.swift
[268/597] Compiling Metrics Metrics.swift
[269/597] Emitting module Metrics
[270/597] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[271/597] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[272/597] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[273/597] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[274/597] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[275/597] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[276/597] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[277/597] Compiling HashTreeCollections TreeSet.swift
[278/597] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[279/597] Compiling HashTreeCollections TreeDictionary+Values.swift
[280/597] Compiling HashTreeCollections TreeDictionary.swift
[281/597] Compiling HashTreeCollections TreeSet+Codable.swift
[282/597] Compiling HashTreeCollections TreeSet+Collection.swift
[283/597] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[284/597] Compiling HashTreeCollections TreeSet+Debugging.swift
[285/597] Compiling HashTreeCollections TreeSet+Descriptions.swift
[286/597] Compiling DequeModule _DequeBuffer.swift
[287/597] Compiling APNSCore APNSEnvironment.swift
[288/597] Compiling APNSCore APNSError.swift
[289/597] Compiling APNSCore APNSFileProviderNotification.swift
[290/597] Compiling APNSCore APNSClient+LiveActivity.swift
[291/597] Compiling APNSCore APNSAuthenticationTokenManager.swift
[292/597] Compiling APNSCore APNSClient.swift
[293/597] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[294/597] Compiling APNSCore APNSLiveActivityNotification.swift
[303/604] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[304/604] Compiling APNSCore APNSAlertNotificationSound.swift
[305/604] Compiling APNSCore APNSErrorResponse.swift
[306/604] Compiling APNSCore APNSPushType.swift
[307/604] Compiling APNSCore APNSRequest.swift
[308/604] Compiling APNSCore APNSResponse.swift
[309/606] Compiling BitCollections BitSet+Hashable.swift
[310/606] Compiling BitCollections BitSet+Initializers.swift
[311/606] Compiling BitCollections BitSet+Invariants.swift
[312/606] Compiling BitCollections BitSet+Random.swift
[313/606] Compiling BitCollections BitSet+SetAlgebra basics.swift
[314/606] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[315/606] Compiling APNSCore APNSClient+FileProvider.swift
[316/606] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[317/606] Compiling APNSCore APNSAlertNotificationContent.swift
[318/606] Compiling APNSCore APNSMessage.swift
[319/606] Compiling APNSCore APNSNotificationExpiration.swift
[320/606] Compiling APNSCore APNSPriority.swift
[321/611] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[322/611] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[323/611] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[324/611] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[325/611] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[326/611] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[327/611] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[328/611] Compiling APNSCore Logging.swift
[329/611] Compiling APNSCore APNSClient+Complication.swift
[330/611] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[331/611] Compiling APNSCore APNSClient+Alert.swift
[332/611] Compiling APNSCore APNSBackgroundNotification.swift
[333/611] Compiling APNSCore APNSClient+Background.swift
[334/611] Compiling APNSCore Base64.swift
[335/611] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[336/611] Compiling BitCollections Range+Utilities.swift
[337/611] Compiling BitCollections Slice+Utilities.swift
[338/611] Compiling BitCollections UInt+Tricks.swift
[339/611] Compiling BitCollections _Word.swift
[340/611] Compiling OrderedCollections OrderedSet.swift
[341/611] Compiling OrderedCollections _UnsafeBitset.swift
[356/611] Compiling APNSCore APNSClient+Location.swift
[357/611] Compiling APNSCore APNSLocationNotification.swift
[360/611] Compiling APNSCore APNSComplicationNotification.swift
[361/611] Compiling APNSCore EmptyPayload.swift
[376/611] Compiling BitCollections BitArray+Hashable.swift
[377/611] Compiling BitCollections BitArray+Initializers.swift
[378/611] Compiling BitCollections BitArray+Invariants.swift
[379/611] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[380/611] Compiling BitCollections BitArray+RandomBits.swift
[383/611] Compiling ConsoleKitTerminal ConsoleLogger.swift
[384/611] Compiling ConsoleKitTerminal LoggerFragment.swift
[385/611] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[386/611] Compiling APNSCore APNSStartLiveActivityNotification.swift
[389/611] Compiling BitCollections BitSet.swift
[418/611] Emitting module ConsoleKitTerminal
[423/611] Emitting module Atomics
[475/614] Emitting module BitCollections
[476/614] Emitting module DequeModule
[485/614] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[486/614] Compiling APNSCore APNSClient+VoIP.swift
[487/614] Compiling APNSCore APNSVoIPNotification.swift
[554/614] Emitting module OrderedCollections
[561/675] Compiling _RopeModule Rope+Remove.swift
[562/675] Compiling _RopeModule Rope+RemoveSubrange.swift
[563/675] Compiling _RopeModule Rope+Split.swift
[564/675] Compiling _RopeModule Optional Utilities.swift
[565/675] Compiling _RopeModule String Utilities.swift
[566/675] Compiling _RopeModule String.Index+ABI.swift
[567/675] Compiling _RopeModule _CharacterRecognizer.swift
[568/697] Compiling ConsoleKitCommands CommandInput.swift
[569/697] Compiling ConsoleKitCommands Flag.swift
[570/697] Compiling ConsoleKitCommands Option.swift
[571/697] Compiling ConsoleKitCommands Commands.swift
[572/697] Compiling ConsoleKitCommands Console+Run.swift
[573/697] Compiling NIOCore IO.swift
[574/697] Compiling NIOCore IOData.swift
[575/697] Compiling NIOCore IPProtocol.swift
[576/697] Compiling ConsoleKitCommands CommandError.swift
[577/697] Compiling ConsoleKitCommands ConsoleError.swift
[578/697] Compiling ConsoleKitCommands Completion.swift
[579/697] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[580/697] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[581/697] Compiling ConsoleKitCommands Argument.swift
[582/697] Compiling ConsoleKitCommands CommandSignature.swift
[583/697] Compiling ConsoleKitCommands CommandGroup.swift
[584/697] Emitting module ConsoleKitCommands
[595/699] Emitting module _RopeModule
[596/699] Emitting module Algorithms
[597/699] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[598/699] Compiling ConsoleKitCommands Utilities.swift
[599/699] Compiling ConsoleKitCommands CommandContext.swift
[606/705] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[607/705] Compiling ConsoleKitCommands AsyncCommand.swift
[608/705] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[609/705] Compiling ConsoleKitCommands Command.swift
[614/705] Compiling ConsoleKitCommands AsyncCommands.swift
[615/705] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[616/705] Compiling ConsoleKitCommands AnyCommand.swift
[617/705] Emitting module HashTreeCollections
[622/705] Compiling NIOCore IntegerBitPacking.swift
[623/705] Compiling NIOCore IntegerTypes.swift
[624/705] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[625/705] Compiling NIOCore EventLoopFuture+Deprecated.swift
[626/705] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[627/705] Compiling NIOCore EventLoopFuture.swift
[628/705] Compiling NIOCore FileDescriptor.swift
[629/705] Compiling NIOCore FileHandle.swift
[630/705] Compiling NIOCore FileRegion.swift
[638/709] Compiling NIOCore SocketOptionProvider.swift
[639/709] Compiling NIOCore SystemCallHelpers.swift
[640/709] Compiling NIOCore TimeAmount+Duration.swift
[641/709] Compiling NIOCore TypeAssistedChannelHandler.swift
[642/709] Compiling NIOCore UniversalBootstrapSupport.swift
[643/709] Compiling NIOCore Utilities.swift
[644/709] Compiling Collections Collections.swift
[645/709] Emitting module Collections
[646/709] Emitting module ConsoleKit
[647/709] Compiling ConsoleKit Exports.swift
[648/709] Compiling NIOCore NIOLoopBound.swift
[649/709] Compiling NIOCore NIOScheduledCallback.swift
[650/709] Compiling NIOCore NIOSendable.swift
[651/709] Compiling NIOCore RecvByteBufferAllocator.swift
[652/709] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[653/709] Compiling NIOCore SocketAddresses.swift
[654/709] Compiling NIOCore Channel.swift
[655/709] Compiling NIOCore ChannelHandler.swift
[656/709] Compiling NIOCore ChannelHandlers.swift
[657/709] Compiling NIOCore ChannelInvoker.swift
[658/709] Compiling NIOCore ChannelOption.swift
[659/709] Compiling NIOCore ChannelPipeline.swift
[660/709] Compiling NIOCore CircularBuffer.swift
[661/709] Compiling NIOCore Codec.swift
[662/709] Compiling NIOCore ConvenienceOptionSupport.swift
[663/709] Compiling NIOCore DeadChannel.swift
[664/709] Compiling NIOCore DispatchQueue+WithFuture.swift
[665/709] Compiling NIOCore EventLoop+Deprecated.swift
[666/709] Compiling NIOCore EventLoop+SerialExecutor.swift
[667/709] Compiling NIOCore EventLoop.swift
[668/709] Compiling NIOCore ByteBuffer-core.swift
[669/709] Compiling NIOCore ByteBuffer-hex.swift
[670/709] Compiling NIOCore ByteBuffer-int.swift
[671/709] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[672/709] Compiling NIOCore ByteBuffer-multi-int.swift
[673/709] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[674/709] Compiling NIOCore ByteBuffer-views.swift
[681/709] Emitting module NIOCore
[682/762] Compiling NIOEmbedded AsyncTestingChannel.swift
[683/762] Emitting module NIOEmbedded
[684/762] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[685/762] Compiling NIOEmbedded Embedded.swift
[686/762] Compiling NIOPosix SocketProtocols.swift
[687/762] Compiling NIOPosix System.swift
[688/762] Compiling NIOPosix Thread.swift
[689/762] Compiling NIOPosix ThreadPosix.swift
[690/762] Compiling NIOPosix ThreadWindows.swift
[691/767] Compiling NIOPosix Selectable.swift
[692/767] Compiling NIOPosix SelectableChannel.swift
[693/767] Compiling NIOPosix SelectableEventLoop.swift
[694/767] Compiling NIOPosix SelectorEpoll.swift
[695/767] Compiling NIOPosix SelectorGeneric.swift
[696/767] Compiling NIOPosix BSDSocketAPICommon.swift
[697/767] Compiling NIOPosix BSDSocketAPIPosix.swift
[698/767] Compiling NIOPosix BSDSocketAPIWindows.swift
[699/767] Compiling NIOPosix BaseSocket.swift
[700/767] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[701/767] Compiling NIOPosix BaseSocketChannel.swift
[702/767] Compiling NIOPosix LinuxCPUSet.swift
[703/767] Compiling NIOPosix LinuxUring.swift
[704/767] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[705/767] Compiling NIOPosix NIOThreadPool.swift
[706/767] Compiling NIOPosix NonBlockingFileIO.swift
[707/767] Compiling NIOPosix PooledRecvBufferAllocator.swift
[708/767] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[709/767] Compiling NIOPosix PosixSingletons.swift
[710/767] Compiling NIOPosix RawSocketBootstrap.swift
[711/767] Compiling NIOPosix Resolver.swift
[712/767] Compiling NIOPosix SelectorKqueue.swift
[713/767] Compiling NIOPosix SelectorUring.swift
[714/767] Compiling NIOPosix ServerSocket.swift
[715/767] Compiling NIOPosix Socket.swift
[716/767] Compiling NIOPosix SocketChannel.swift
[717/767] Compiling NIOPosix PendingDatagramWritesManager.swift
[718/767] Compiling NIOPosix PendingWritesManager.swift
[719/767] Compiling NIOPosix PipeChannel.swift
[720/767] Compiling NIOPosix PipePair.swift
[721/767] Compiling NIOPosix Pool.swift
[722/767] Compiling NIOPosix UnsafeTransfer.swift
[723/767] Compiling NIOPosix Utilities.swift
[724/767] Compiling NIOPosix VsockAddress.swift
[725/767] Compiling NIOPosix VsockChannelEvents.swift
[726/767] Compiling NIOPosix resource_bundle_accessor.swift
[727/767] Compiling NIOPosix GetaddrinfoResolver.swift
[728/767] Compiling NIOPosix HappyEyeballs.swift
[729/767] Compiling NIOPosix IO.swift
[730/767] Compiling NIOPosix IntegerBitPacking.swift
[731/767] Compiling NIOPosix IntegerTypes.swift
[732/767] Compiling NIOPosix Linux.swift
[733/767] Compiling NIOPosix BaseStreamSocketChannel.swift
[734/767] Compiling NIOPosix Bootstrap.swift
[735/767] Compiling NIOPosix ControlMessage.swift
[736/767] Compiling NIOPosix DatagramVectorReadManager.swift
[737/767] Compiling NIOPosix Errors+Any.swift
[738/767] Compiling NIOPosix FileDescriptor.swift
[739/767] Emitting module NIOPosix
[740/828] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[741/828] Compiling _NIOFileSystem ByteCount.swift
[742/828] Compiling _NIOFileSystem Convenience.swift
[743/828] Compiling _NIOFileSystem DirectoryEntries.swift
[744/828] Compiling _NIOFileSystem Array+FileSystem.swift
[745/828] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[746/828] Compiling _NIOFileSystem BufferedReader.swift
[747/828] Compiling _NIOFileSystem BufferedWriter.swift
[748/828] Emitting module APNSCore
[749/828] Compiling NIO Exports.swift
[750/828] Emitting module NIO
[756/870] Compiling _NIOFileSystem IOStrategy.swift
[757/870] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[758/870] Compiling _NIOFileSystem FileSystemProtocol.swift
[759/870] Compiling _NIOFileSystem FileType.swift
[760/964] Compiling NIOSOCKS ClientStateMachine.swift
[761/964] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[762/965] Compiling NIOSOCKS Messages.swift
[763/965] Compiling NIOSOCKS SOCKSResponse.swift
[764/965] Compiling SQLKit SQLConflictUpdateBuilder.swift
[765/965] Compiling SQLKit SQLCreateEnumBuilder.swift
[766/965] Compiling SQLKit SQLAlterEnumBuilder.swift
[767/965] Compiling SQLKit SQLAlterTableBuilder.swift
[768/965] Compiling NIOSOCKS Errors.swift
[769/965] Emitting module NIOSOCKS
[770/965] Compiling NIOSOCKS Helpers.swift
[771/965] Compiling NIOSOCKS SOCKSRequest.swift
[772/965] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[773/965] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[774/965] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[775/965] Compiling SQLKit SQLColumnUpdateBuilder.swift
[776/965] Compiling SQLKit SQLUnion.swift
[777/965] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[778/965] Compiling SQLKit SQLSelectBuilder.swift
[779/965] Compiling SQLKit SQLSubqueryBuilder.swift
[780/965] Compiling SQLKit SQLUnionBuilder.swift
[781/965] Compiling SQLKit SQLDropTriggerBuilder.swift
[782/965] Compiling SQLKit SQLInsertBuilder.swift
[783/965] Compiling SQLKit SQLPredicateGroupBuilder.swift
[784/965] Compiling SQLKit SQLRawBuilder.swift
[785/965] Compiling SQLKit SQLUpdateBuilder.swift
[786/965] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[789/965] Compiling SQLKit SQLDropEnumBuilder.swift
[790/965] Compiling SQLKit SQLDropIndexBuilder.swift
[791/965] Compiling SQLKit SQLDropTableBuilder.swift
[792/965] Compiling SQLKit SQLGroupExpression.swift
[793/965] Compiling SQLKit SQLDatabase.swift
[794/965] Compiling SQLKit SQLDatabaseReportedVersion.swift
[795/965] Compiling SQLKit SQLDialect.swift
[796/965] Compiling NIOTLS TLSEvents.swift
[797/965] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[798/965] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[799/965] Compiling NIOTLS SNIHandler.swift
[800/965] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[801/965] Emitting module NIOTLS
[802/965] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[803/966] Compiling NIOSOCKS ServerStateMachine.swift
[804/966] Compiling SQLKit SQLExpression.swift
[805/966] Compiling SQLKit SQLSerializer.swift
[806/966] Compiling SQLKit SQLStatement.swift
[807/966] Compiling SQLKit SQLBinaryExpression.swift
[808/969] Emitting module _NIOFileSystem
[809/969] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[810/969] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[811/969] Emitting module NIOFoundationCompat
[812/999] Compiling NIOSSL ByteBufferBIO.swift
[813/999] Compiling NIOSSL CustomPrivateKey.swift
[814/999] Compiling NIOSSL IdentityVerification.swift
[815/999] Compiling NIOSSL SSLConnection.swift
[816/999] Compiling NIOSSL SafeCompare.swift
[817/999] Compiling NIOSSL Zeroization.swift
[818/999] Compiling NIOSSL TLSConfiguration.swift
[819/999] Compiling NIOSSL AndroidCABundle.swift
[820/999] Compiling NIOSSL SSLCertificate.swift
[821/999] Compiling NIOSSL SSLCertificateExtensions.swift
[822/999] Compiling NIOSSL LinuxCABundle.swift
[823/999] Compiling NIOSSL NIOSSLClientHandler.swift
[824/999] Compiling NIOSSL SSLPublicKey.swift
[825/999] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[826/999] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[827/999] Compiling NIOSSL SSLCallbacks.swift
[828/1021] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[829/1021] Compiling NIOTransportServices AcceptHandler.swift
[830/1021] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[831/1021] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[832/1021] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[833/1021] Compiling NIOTransportServices StateManagedChannel.swift
[834/1021] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[835/1021] Compiling NIOTransportServices NIOTSListenerChannel.swift
[836/1021] Compiling NIOTransportServices NIOTSEventLoop.swift
[837/1021] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[838/1021] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[839/1021] Compiling NIOTransportServices NIOTSErrors.swift
[840/1021] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[841/1021] Compiling NIOTransportServices NIOTSSingletons.swift
[842/1021] Compiling NIOTransportServices StateManagedListenerChannel.swift
[843/1021] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[844/1021] Compiling NIOTransportServices NIOTSBootstraps.swift
[845/1021] Compiling NIOTransportServices NIOTSChannelOptions.swift
[846/1021] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[847/1021] Compiling NIOTransportServices NIOTSDatagramListener.swift
[848/1021] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[849/1021] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[861/1031] Emitting module NIOHTTP1
[866/1031] Compiling _NIOFileSystem OpenOptions.swift
[867/1031] Compiling _NIOFileSystem String+FileSystem.swift
[868/1031] Compiling _NIOFileSystem resource_bundle_accessor.swift
[869/1031] Compiling SQLKit SQLCreateIndex.swift
[870/1031] Compiling SQLKit SQLCreateTable.swift
[871/1031] Compiling SQLKit SQLCreateTrigger.swift
[872/1031] Compiling SQLKit SQLDelete.swift
[873/1031] Compiling SQLKit SQLDropEnum.swift
[874/1031] Compiling SQLKit SQLDropIndex.swift
[875/1031] Compiling SQLKit SQLDropTable.swift
[876/1031] Compiling SQLKit SQLDropTrigger.swift
[877/1031] Compiling SQLKit SQLInsert.swift
[878/1031] Compiling SQLKit SQLSelect.swift
[879/1031] Compiling NIOSSL SSLPrivateKey.swift
[880/1031] Compiling SQLKit SQLBind.swift
[881/1031] Compiling SQLKit SQLFunction.swift
[886/1031] Compiling SQLKit SQLDatabase+Deprecated.swift
[887/1031] Compiling SQLKit SQLJoin.swift
[888/1031] Compiling SQLKit SQLJoinMethod.swift
[889/1031] Compiling SQLKit SQLLockingClause.swift
[890/1031] Compiling SQLKit SQLOrderBy.swift
[891/1031] Compiling SQLKit SQLReturning.swift
[892/1031] Compiling SQLKit SQLSubquery.swift
[893/1031] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[894/1031] Compiling SQLKit SQLAlterEnum.swift
[895/1031] Compiling SQLKit SQLAlterTable.swift
[896/1031] Compiling SQLKit SQLCreateEnum.swift
[897/1031] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[898/1031] Compiling SQLKit SQLCommonUnionBuilder.swift
[899/1031] Compiling SQLKit SQLJoinBuilder.swift
[900/1031] Compiling SQLKit SQLPartialResultBuilder.swift
[901/1031] Compiling SQLKit SQLPredicateBuilder.swift
[902/1031] Compiling SQLKit SQLQueryBuilder.swift
[903/1031] Compiling SQLKit SQLQueryFetcher.swift
[904/1031] Compiling SQLKit SQLReturningBuilder.swift
[905/1031] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[906/1031] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[907/1031] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[908/1031] Compiling SQLKit SQLColumn.swift
[909/1031] Compiling SQLKit SQLConstraint.swift
[910/1031] Compiling SQLKit SQLDataType.swift
[911/1031] Compiling SQLKit SQLDirection.swift
[912/1031] Compiling SQLKit SQLDistinct.swift
[913/1031] Compiling SQLKit SQLForeignKeyAction.swift
[914/1031] Compiling SQLKit SQLNestedSubpathExpression.swift
[915/1031] Compiling SQLKit SQLQualifiedTable.swift
[916/1031] Compiling SQLKit SQLQueryString.swift
[917/1031] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[925/1077] Compiling SQLKit Exports.swift
[926/1077] Compiling SQLKit SQLAlias.swift
[927/1077] Compiling SQLKit SQLBetween.swift
[928/1077] Compiling SQLKit SQLColumnAssignment.swift
[929/1077] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[930/1077] Compiling SQLKit SQLColumnDefinition.swift
[931/1077] Compiling SQLKit SQLCommonTableExpression.swift
[932/1077] Compiling SQLKit SQLConflictAction.swift
[933/1077] Compiling SQLKit SQLConflictResolutionStrategy.swift
[934/1077] Compiling SQLKit SQLDropBehaviour.swift
[935/1077] Compiling SQLKit SQLEnumDataType.swift
[936/1077] Compiling SQLKit SQLExcludedColumn.swift
[937/1077] Compiling SQLKit SQLForeignKey.swift
[938/1096] Compiling MultipartKit FormDataDecoder.swift
[939/1096] Compiling MultipartKit FormDataEncoder.Encoder.swift
[940/1098] Compiling NIOSSL SSLInit.swift
[941/1098] Compiling NIOSSL SSLPKCS12Bundle.swift
[943/1101] Compiling NIOWebSocket WebSocketOpcode.swift
[944/1102] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[945/1102] Emitting module NIOTransportServices
[946/1102] Compiling MultipartKit MultipartPart.swift
[947/1102] Compiling MultipartKit MultipartPartConvertible.swift
[948/1102] Compiling MultipartKit Exports.swift
[949/1102] Compiling MultipartKit FormDataDecoder.Decoder.swift
[950/1102] Compiling MultipartKit FormDataEncoder.swift
[951/1102] Compiling MultipartKit Storage.swift
[952/1102] Compiling MultipartKit MultipartFormData.swift
[953/1102] Compiling MultipartKit MultipartParser.swift
[954/1102] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[955/1102] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[956/1102] Compiling MultipartKit BasicCodingKey.swift
[957/1102] Compiling MultipartKit MultipartError.swift
[958/1102] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[959/1102] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[961/1102] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[962/1102] Compiling NIOSSL NIOSSLHandler.swift
[969/1102] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[970/1102] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[974/1102] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[977/1102] Compiling NIOExtras RequestResponseWithIDHandler.swift
[984/1103] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[985/1103] Compiling NIOHTTPCompression HTTPDecompression.swift
[986/1103] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[987/1103] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[988/1103] Compiling NIOHTTPCompression HTTPCompression.swift
[989/1103] Emitting module NIOHTTPCompression
[990/1103] Compiling NIOHPACK HuffmanTables.swift
[993/1103] Compiling NIOHPACK IntegerCoding.swift
[994/1103] Compiling NIOHPACK HuffmanCoding.swift
[995/1104] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[996/1104] Compiling NIOWebSocket WebSocketErrorCodes.swift
[997/1104] Emitting module NIOWebSocket
[998/1104] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[999/1104] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1000/1104] Compiling NIOWebSocket SHA1.swift
[1001/1104] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1002/1104] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1003/1104] Compiling NIOWebSocket WebSocketFrame.swift
[1004/1104] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1007/1104] Emitting module NIOSSL
[1012/1109] Compiling NIOHPACK IndexedHeaderTable.swift
[1013/1109] Compiling NIOHPACK HPACKHeader.swift
[1014/1109] Compiling NIOHPACK HeaderTables.swift
[1015/1109] Compiling NIOHPACK HPACKErrors.swift
[1016/1109] Emitting module NIOHPACK
[1017/1109] Compiling NIOHPACK HPACKEncoder.swift
[1025/1109] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1029/1109] Compiling MultipartKit MultipartSerializer.swift
[1030/1109] Compiling MultipartKit Utilities.swift
[1032/1109] Compiling NIOHPACK StaticHeaderTable.swift
[1033/1111] Compiling NIOSSL UniversalBootstrapSupport.swift
[1034/1111] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1035/1111] Compiling NIOSSL resource_bundle_accessor.swift
[1044/1111] Emitting module NIOExtras
[1055/1111] Emitting module MultipartKit
[1060/1111] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1061/1111] Emitting module _NIOFileSystemFoundationCompat
[1062/1111] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1063/1111] Emitting module NIOFileSystem
[1064/1111] Compiling NIOFileSystem Exports.swift
[1087/1111] Emitting module SQLKit
[1088/1161] Compiling SQLKit SQLIdentifier.swift
[1089/1161] Compiling SQLKit SQLList.swift
[1090/1161] Compiling SQLKit SQLLiteral.swift
[1091/1161] Compiling SQLKit SQLRaw.swift
[1092/1161] Compiling SQLKit SQLCodingUtilities.swift
[1093/1161] Compiling SQLKit SQLQueryEncoder.swift
[1094/1161] Compiling SQLKit SQLRow.swift
[1095/1161] Compiling SQLKit SQLRowDecoder.swift
[1096/1161] Compiling SQLKit SomeCodingKey.swift
[1097/1161] Compiling SQLKit StringHandling.swift
[1098/1171] Compiling NIOExtras WritePCAPHandler.swift
[1099/1171] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1100/1171] Compiling NIOHTTP2 QuiescingState.swift
[1101/1171] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1102/1171] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1103/1171] Compiling NIOHTTP2 StateMachineResult.swift
[1104/1171] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1105/1171] Compiling NIOHTTP2 DOSHeuristics.swift
[1106/1185] Compiling NIOHTTP2 SendingRstStreamState.swift
[1107/1185] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1108/1185] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1109/1185] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1110/1185] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1111/1185] Compiling NIOHTTP2 HasLocalSettings.swift
[1112/1185] Compiling NIOHTTP2 HasRemoteSettings.swift
[1113/1185] Compiling NIOHTTP2 HTTP2Settings.swift
[1114/1185] Compiling NIOHTTP2 HTTP2Stream.swift
[1115/1185] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1116/1185] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1117/1185] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1118/1185] Compiling NIOHTTP2 HTTP2StreamID.swift
[1119/1185] Compiling WebSocketKit WebSocketHandler.swift
[1120/1185] Compiling WebSocketKit WebSocket+Connect.swift
[1121/1185] Compiling WebSocketKit Exports.swift
[1122/1185] Compiling WebSocketKit WebSocket.swift
[1123/1185] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1124/1185] Compiling WebSocketKit WebSocketClient.swift
[1125/1185] Compiling WebSocketKit WebSocket+Concurrency.swift
[1126/1185] Emitting module WebSocketKit
[1127/1185] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1128/1185] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1129/1185] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1130/1185] Compiling NIOHTTP2 InboundEventBuffer.swift
[1131/1185] Compiling NIOHTTP2 InboundWindowManager.swift
[1132/1185] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1133/1185] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1134/1185] Compiling NIOHTTP2 StreamChannelList.swift
[1135/1185] Compiling NIOHTTP2 StreamMap.swift
[1136/1185] Compiling NIOHTTP2 StreamStateMachine.swift
[1137/1185] Compiling NIOHTTP2 UnsafeTransfer.swift
[1138/1185] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1139/1185] Emitting module NIOHTTP2
[1140/1185] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1141/1185] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1142/1185] Compiling NIOHTTP2 MayReceiveFrames.swift
[1143/1185] Compiling NIOHTTP2 ReceivingDataState.swift
[1144/1185] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1145/1185] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1146/1185] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1147/1185] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1148/1185] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1149/1185] Compiling NIOHTTP2 MaySendFrames.swift
[1150/1185] Compiling NIOHTTP2 SendingDataState.swift
[1151/1185] Compiling NIOHTTP2 SendingGoawayState.swift
[1152/1185] Compiling NIOHTTP2 SendingHeadersState.swift
[1153/1185] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1154/1185] Compiling NIOHTTP2 Error+Any.swift
[1155/1185] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1156/1185] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1157/1185] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1158/1185] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1159/1185] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1160/1185] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1161/1185] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1162/1185] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1163/1185] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1164/1185] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1165/1185] Compiling NIOHTTP2 HTTP2Error.swift
[1166/1185] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1174/1185] Emitting module AsyncKit
[1180/1185] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1181/1185] Compiling NIOHTTP2 HTTP2Frame.swift
[1182/1185] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1183/1185] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1184/1185] Compiling NIOHTTP2 HTTP2PingData.swift
[1185/1185] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1186/1336] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1187/1336] Compiling AsyncHTTPClient HTTP2Connection.swift
[1188/1336] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1189/1336] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1190/1336] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1191/1336] Compiling AsyncHTTPClient RequestOptions.swift
[1192/1336] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1193/1336] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1194/1336] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1195/1345] Compiling FluentKit AsyncMigration.swift
[1196/1345] Compiling FluentKit AsyncModelMiddleware.swift
[1197/1345] Compiling FluentKit Children+Concurrency.swift
[1198/1345] Compiling FluentKit Database+Concurrency.swift
[1199/1345] Compiling FluentKit EnumBuilder+Concurrency.swift
[1200/1345] Compiling FluentKit Model+Concurrency.swift
[1201/1345] Compiling FluentKit ModelResponder+Concurrency.swift
[1202/1345] Compiling FluentKit OptionalChild+Concurrency.swift
[1203/1345] Compiling FluentKit OptionalParent+Concurrency.swift
[1204/1345] Compiling FluentKit Parent+Concurrency.swift
[1205/1345] Compiling FluentKit QueryBuilder+Concurrency.swift
[1206/1345] Compiling FluentKit Relation+Concurrency.swift
[1207/1345] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1208/1345] Compiling FluentKit Siblings+Concurrency.swift
[1209/1345] Compiling FluentKit Database+Logging.swift
[1210/1345] Compiling FluentKit Database.swift
[1211/1345] Compiling FluentKit DatabaseID.swift
[1212/1345] Compiling FluentKit DatabaseInput.swift
[1213/1345] Compiling FluentKit DatabaseOutput.swift
[1214/1345] Compiling FluentKit Databases.swift
[1215/1345] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1216/1345] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1217/1345] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1218/1345] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1219/1345] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1220/1345] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1221/1345] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1222/1345] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1223/1345] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1224/1345] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1235/1345] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1236/1345] Compiling AsyncHTTPClient Transaction.swift
[1237/1345] Compiling AsyncHTTPClient Base64.swift
[1238/1345] Compiling AsyncHTTPClient BasicAuth.swift
[1239/1351] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1240/1351] Compiling AsyncHTTPClient TLSConfiguration.swift
[1241/1351] Compiling AsyncHTTPClient RedirectState.swift
[1242/1351] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1243/1351] Compiling AsyncHTTPClient RequestBag.swift
[1244/1351] Compiling AsyncHTTPClient RequestValidation.swift
[1245/1351] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1246/1351] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1247/1351] Compiling AsyncHTTPClient ConnectionPool.swift
[1248/1351] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1249/1351] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1250/1351] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1251/1351] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1252/1351] Emitting module AsyncHTTPClient
[1253/1351] Emitting module FluentKit
[1254/1351] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1255/1351] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1256/1351] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1257/1351] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1258/1351] Compiling AsyncHTTPClient ConnectionTarget.swift
[1259/1351] Compiling AsyncHTTPClient DeconstructedURL.swift
[1260/1351] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1261/1351] Compiling AsyncHTTPClient FoundationExtensions.swift
[1262/1351] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1263/1351] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1271/1351] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1272/1351] Compiling AsyncHTTPClient HTTPClient.swift
[1273/1351] Compiling AsyncHTTPClient HTTPHandler.swift
[1274/1351] Compiling AsyncHTTPClient LRUCache.swift
[1275/1351] Compiling AsyncHTTPClient NWErrorHandler.swift
[1276/1351] Compiling FluentKit DatabaseQuery+Value.swift
[1277/1351] Compiling FluentKit DatabaseQuery.swift
[1278/1351] Compiling FluentKit QueryHistory.swift
[1279/1351] Compiling FluentKit DatabaseSchema.swift
[1280/1351] Compiling FluentKit SchemaBuilder.swift
[1281/1351] Compiling FluentKit OptionalType.swift
[1282/1351] Compiling FluentKit RandomGeneratable.swift
[1283/1351] Compiling FluentKit SomeCodingKey.swift
[1284/1351] Compiling FluentKit UnsafeMutableTransferBox.swift
[1285/1351] Compiling AsyncHTTPClient HTTP1Connection.swift
[1286/1351] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1292/1351] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1293/1351] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1294/1351] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1295/1351] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1296/1351] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1297/1351] Compiling AsyncHTTPClient RequestBodyLength.swift
[1298/1351] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1306/1351] Compiling AsyncHTTPClient SSLContextCache.swift
[1307/1351] Compiling AsyncHTTPClient Scheme.swift
[1308/1351] Compiling AsyncHTTPClient Singleton.swift
[1309/1351] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1310/1351] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1311/1351] Compiling AsyncHTTPClient Utils.swift
[1349/1351] Compiling FluentKit Relation.swift
[1350/1351] Compiling FluentKit Siblings.swift
[1351/1351] Compiling FluentKit Timestamp.swift
[1352/1356] Compiling APNS APNSJSONEncoder.swift
[1353/1356] Compiling APNS APNSJSONDecoder.swift
[1354/1372] Compiling APNS APNSConfiguration.swift
[1355/1372] Emitting module APNS
[1356/1372] Compiling APNS APNSClient.swift
[1357/1552] Compiling Vapor PlaintextDecoder.swift
[1358/1552] Compiling Vapor PlaintextEncoder.swift
[1359/1552] Compiling Vapor URLQueryCoders.swift
[1360/1552] Compiling Vapor URLQueryContainer.swift
[1361/1552] Compiling Vapor Core.swift
[1362/1552] Compiling Vapor Running.swift
[1363/1552] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1364/1552] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1365/1552] Compiling Vapor DotEnvFile+load.swift
[1366/1552] Compiling Vapor Routes+caseInsenstive.swift
[1367/1552] Compiling Vapor Validatable+validate.swift
[1368/1552] Compiling Vapor Environment+Process.swift
[1369/1552] Compiling Vapor Environment+Secret.swift
[1370/1552] Compiling Vapor Environment.swift
[1371/1552] Compiling Vapor Abort.swift
[1372/1552] Compiling Vapor AbortError.swift
[1373/1552] Compiling Vapor DebuggableError.swift
[1374/1552] Compiling Vapor Demangler.swift
[1375/1552] Compiling Vapor ErrorSource.swift
[1376/1552] Compiling Vapor StackTrace.swift
[1377/1552] Compiling Vapor Exports.swift
[1378/1552] Compiling Vapor Application+HTTP.swift
[1379/1573] Compiling Vapor ServeCommand.swift
[1380/1573] Compiling Vapor AnyResponse+Concurrency.swift
[1381/1573] Compiling Vapor AsyncBasicResponder.swift
[1382/1573] Compiling Vapor AsyncMiddleware.swift
[1383/1573] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1384/1573] Compiling Vapor AsyncSessionDriver.swift
[1385/1573] Compiling Vapor Authentication+Concurrency.swift
[1386/1573] Compiling Vapor Cache+Concurrency.swift
[1387/1573] Compiling Vapor Client+Concurrency.swift
[1388/1573] Compiling Vapor RequestBody+Concurrency.swift
[1389/1573] Compiling Vapor Responder+Concurrency.swift
[1390/1573] Compiling Vapor ResponseCodable+Concurrency.swift
[1391/1573] Compiling Vapor RoutesBuilder+Concurrency.swift
[1392/1573] Compiling Vapor ViewRenderer+Concurrency.swift
[1393/1573] Compiling Vapor WebSocket+Concurrency.swift
[1394/1573] Compiling Vapor ContainerGetPathExecutor.swift
[1395/1573] Compiling Vapor Content.swift
[1396/1573] Compiling Vapor ContentCoders.swift
[1397/1573] Compiling Vapor ContentConfiguration.swift
[1398/1573] Compiling Vapor ContentContainer.swift
[1399/1573] Compiling Vapor JSONCoder+Custom.swift
[1400/1573] Compiling Vapor JSONCoders+Content.swift
[1401/1573] Compiling Vapor RouteCollection.swift
[1402/1573] Compiling Vapor Routes.swift
[1403/1573] Compiling Vapor RoutesBuilder+Group.swift
[1404/1573] Compiling Vapor RoutesBuilder+Method.swift
[1405/1573] Compiling Vapor RoutesBuilder+Middleware.swift
[1406/1573] Compiling Vapor RoutesBuilder+WebSocket.swift
[1407/1573] Compiling Vapor RoutesBuilder.swift
[1408/1573] Compiling Vapor OTP.swift
[1409/1573] Compiling Vapor Application+Servers.swift
[1410/1573] Compiling Vapor Server.swift
[1411/1573] Compiling Vapor App+Service.swift
[1412/1573] Compiling Vapor Req+Service.swift
[1413/1573] Compiling Vapor Service.swift
[1414/1573] Compiling Vapor Application+Sessions.swift
[1415/1573] Compiling Vapor MemorySessions.swift
[1416/1573] Compiling Vapor Request+Session.swift
[1417/1573] Compiling Vapor Session.swift
[1418/1573] Compiling Vapor SessionCache.swift
[1419/1573] Compiling Vapor SessionData.swift
[1420/1573] Compiling Vapor SessionDriver.swift
[1421/1573] Compiling Vapor SessionsConfiguration.swift
[1422/1573] Compiling Vapor Application.swift
[1423/1573] Compiling Vapor AuthenticationCache.swift
[1424/1573] Compiling Vapor Authenticator.swift
[1425/1573] Compiling Vapor BasicAuthorization.swift
[1426/1573] Compiling Vapor BearerAuthorization.swift
[1427/1573] Compiling Vapor GuardMiddleware.swift
[1428/1573] Compiling Vapor RedirectMiddleware.swift
[1429/1573] Compiling Vapor SessionAuthenticatable.swift
[1430/1573] Compiling Vapor Bcrypt.swift
[1431/1573] Compiling Vapor Application+Cache.swift
[1432/1573] Compiling Vapor Cache.swift
[1433/1573] Compiling Vapor CacheExpirationTime.swift
[1434/1573] Compiling Vapor MemoryCache.swift
[1435/1573] Compiling Vapor Request+Cache.swift
[1436/1573] Compiling Vapor Application+Clients.swift
[1437/1573] Compiling Vapor Client.swift
[1438/1573] Compiling Vapor ClientRequest.swift
[1439/1573] Compiling Vapor ClientResponse.swift
[1440/1573] Compiling Vapor Request+Client.swift
[1441/1573] Compiling Vapor BootCommand.swift
[1442/1573] Compiling Vapor CommandContext+Application.swift
[1443/1573] Compiling Vapor RoutesCommand.swift
[1444/1573] Compiling Vapor Case.swift
[1445/1573] Compiling Vapor CharacterSet.swift
[1446/1573] Compiling Vapor Count.swift
[1447/1573] Compiling Vapor Custom.swift
[1448/1573] Compiling Vapor Email.swift
[1449/1573] Compiling Vapor Empty.swift
[1450/1573] Compiling Vapor In.swift
[1451/1573] Compiling Vapor Nil.swift
[1452/1573] Compiling Vapor NilIgnoring.swift
[1453/1573] Compiling Vapor Not.swift
[1454/1573] Compiling Vapor Or.swift
[1455/1573] Compiling Vapor Pattern.swift
[1456/1573] Compiling Vapor Range.swift
[1457/1573] Compiling Vapor URL.swift
[1458/1573] Compiling Vapor Valid.swift
[1459/1573] Compiling Vapor Application+Views.swift
[1460/1573] Compiling Vapor PlaintextRenderer.swift
[1461/1573] Compiling Vapor Request+View.swift
[1462/1573] Compiling Vapor View.swift
[1463/1573] Compiling Vapor ViewRenderer.swift
[1464/1573] Compiling Vapor _Deprecations.swift
[1465/1573] Compiling Vapor SessionsMiddleware.swift
[1466/1573] Compiling Vapor URLEncodedFormData.swift
[1467/1573] Compiling Vapor URLEncodedFormDecoder.swift
[1468/1573] Compiling Vapor URLEncodedFormEncoder.swift
[1469/1573] Compiling Vapor URLEncodedFormError.swift
[1470/1573] Compiling Vapor URLEncodedFormParser.swift
[1471/1573] Compiling Vapor URLEncodedFormSerializer.swift
[1472/1573] Compiling Vapor URLQueryFragmentConvertible.swift
[1473/1573] Compiling Vapor AnyResponse.swift
[1474/1573] Compiling Vapor Array+Random.swift
[1475/1573] Compiling Vapor Base32.swift
[1476/1573] Compiling Vapor Base64.swift
[1477/1573] Compiling Vapor BaseN.swift
[1478/1573] Compiling Vapor BasicCodingKey.swift
[1479/1573] Compiling Vapor ByteCount.swift
[1480/1573] Compiling Vapor Bytes+Hex.swift
[1481/1573] Compiling Vapor Bytes+SecureCompare.swift
[1482/1573] Compiling Vapor Collection+Safe.swift
[1483/1573] Compiling Vapor DataProtocol+Copy.swift
[1484/1573] Compiling Vapor DecoderUnwrapper.swift
[1485/1573] Compiling Vapor DirectoryConfiguration.swift
[1486/1573] Compiling Vapor BasicResponder.swift
[1487/1573] Compiling Vapor BodyStream.swift
[1488/1573] Compiling Vapor Application+HTTP+Client.swift
[1489/1573] Compiling Vapor EventLoopHTTPClient.swift
[1490/1573] Compiling Vapor EndpointCache.swift
[1491/1573] Compiling Vapor HTTPMethod+String.swift
[1492/1573] Compiling Vapor HTTPStatus.swift
[1493/1573] Compiling Vapor HTTPCookies.swift
[1494/1573] Compiling Vapor HTTPHeaderCacheControl.swift
[1495/1573] Compiling Vapor HTTPHeaderExpires.swift
[1496/1573] Compiling Vapor HTTPHeaderLastModified.swift
[1497/1573] Compiling Vapor HTTPHeaders+Cache.swift
[1498/1573] Compiling Vapor HTTPHeaders+Connection.swift
[1499/1573] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1500/1573] Compiling Vapor HTTPHeaders+ContentRange.swift
[1501/1573] Compiling Vapor HTTPHeaders+Directive.swift
[1502/1573] Compiling Vapor HTTPHeaders+Forwarded.swift
[1503/1573] Compiling Vapor HTTPHeaders+Link.swift
[1504/1573] Compiling Vapor HTTPHeaders+Name.swift
[1505/1573] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1506/1573] Compiling Vapor HTTPHeaders.swift
[1507/1573] Compiling Vapor HTTPMediaType.swift
[1508/1573] Compiling Vapor HTTPMediaTypePreference.swift
[1509/1573] Compiling Vapor Responder.swift
[1510/1573] Compiling Vapor Application+HTTP+Server.swift
[1511/1573] Compiling Vapor HTTPServer.swift
[1512/1573] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1513/1573] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1514/1573] Compiling Vapor HTTPServerHandler.swift
[1515/1573] Compiling Vapor HTTPServerRequestDecoder.swift
[1516/1573] Compiling Vapor HTTPServerResponseEncoder.swift
[1517/1573] Compiling Vapor HTTPServerUpgradeHandler.swift
[1518/1573] Compiling Vapor Logger+Report.swift
[1519/1573] Compiling Vapor LoggingSystem+Environment.swift
[1520/1573] Compiling Vapor Application+Middleware.swift
[1521/1573] Compiling Vapor CORSMiddleware.swift
[1522/1573] Compiling Vapor ErrorMiddleware.swift
[1523/1573] Compiling Vapor FileMiddleware.swift
[1524/1573] Compiling Vapor Middleware.swift
[1525/1573] Compiling Vapor MiddlewareConfiguration.swift
[1526/1573] Compiling Vapor ResponseCompressionMiddleware.swift
[1527/1573] Compiling Vapor RouteLoggingMiddleware.swift
[1528/1573] Compiling Vapor TracingMiddleware.swift
[1529/1573] Compiling Vapor File+Multipart.swift
[1530/1573] Emitting module Vapor
[1531/1573] Compiling Vapor FormDataDecoder+Content.swift
[1532/1573] Compiling Vapor FormDataEncoder+Content.swift
[1533/1573] Compiling Vapor Application+Password.swift
[1534/1573] Compiling Vapor Application+Passwords.swift
[1535/1573] Compiling Vapor AsyncPasswordHasher.swift
[1536/1573] Compiling Vapor BcryptHasher.swift
[1537/1573] Compiling Vapor PasswordHasher.swift
[1538/1573] Compiling Vapor PlaintextHasher.swift
[1539/1573] Compiling Vapor Request+Password.swift
[1540/1573] Compiling Vapor Redirect.swift
[1541/1573] Compiling Vapor Request+Body.swift
[1542/1573] Compiling Vapor Request+BodyStream.swift
[1543/1573] Compiling Vapor Request.swift
[1544/1573] Compiling Vapor Application+Responder.swift
[1545/1573] Compiling Vapor DefaultResponder.swift
[1546/1573] Compiling Vapor Response+Body.swift
[1547/1573] Compiling Vapor Response.swift
[1548/1573] Compiling Vapor ResponseCodable.swift
[1549/1573] Compiling Vapor Application+Routes.swift
[1550/1573] Compiling Vapor Parameters+Require.swift
[1551/1573] Compiling Vapor Request+WebSocket.swift
[1552/1573] Compiling Vapor Route.swift
[1553/1573] Compiling Vapor DotEnv.swift
[1554/1573] Compiling Vapor Extendable.swift
[1555/1573] Compiling Vapor File.swift
[1556/1573] Compiling Vapor FileIO.swift
[1557/1573] Compiling Vapor LifecycleHandler.swift
[1558/1573] Compiling Vapor OptionalType.swift
[1559/1573] Compiling Vapor RFC1123.swift
[1560/1573] Compiling Vapor SocketAddress+Hostname.swift
[1561/1573] Compiling Vapor Storage.swift
[1562/1573] Compiling Vapor String+IsIPAddress.swift
[1563/1573] Compiling Vapor Thread.swift
[1564/1573] Compiling Vapor URI.swift
[1565/1573] Compiling Vapor RangeResult.swift
[1566/1573] Compiling Vapor Validatable.swift
[1567/1573] Compiling Vapor Validation.swift
[1568/1573] Compiling Vapor ValidationKey.swift
[1569/1573] Compiling Vapor Validations.swift
[1570/1573] Compiling Vapor ValidationsError.swift
[1571/1573] Compiling Vapor Validator.swift
[1572/1573] Compiling Vapor ValidatorResult.swift
[1573/1573] Compiling Vapor And.swift
[1574/1594] Compiling VaporAPNS Request+APNS.swift
[1575/1594] Compiling VaporAPNS Application+APNS.swift
[1576/1594] Compiling VaporAPNS APNSContainerID.swift
[1577/1594] Emitting module VaporAPNS
[1578/1594] Compiling VaporAPNS APNSContainers.swift
[1579/1594] Emitting module Fluent
[1580/1595] Compiling Fluent ModelCredentialsAuthenticatable.swift
[1581/1595] Compiling Fluent ModelTokenAuthenticatable.swift
[1582/1595] Compiling Fluent ModelAuthenticatable.swift
[1583/1595] Compiling Fluent FluentProvider.swift
[1584/1595] Compiling Fluent MigrateCommand.swift
[1585/1595] Compiling Fluent Exports.swift
[1586/1595] Compiling Fluent Fluent+Cache.swift
[1587/1595] Compiling Fluent FluentProvider+Concurrency.swift
[1588/1595] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[1589/1595] Compiling Fluent Fluent+History.swift
[1590/1595] Compiling Fluent Fluent+Paginate.swift
[1591/1595] Compiling Fluent Fluent+Pagination.swift
[1592/1595] Compiling Fluent Fluent+Sessions.swift
[1593/1595] Compiling Fluent Pagination+Concurrency.swift
[1594/1595] Compiling Fluent Sessions+Concurrency.swift
[1595/1595] Compiling Fluent PageLimit.swift
[1596/1599] Compiling VaporWallet TestCertificate.swift
[1597/1599] Compiling VaporWallet isLoggingConfigured.swift
[1598/1599] Emitting module VaporWallet
[1599/1599] Compiling VaporWallet DTOs+Content.swift
Build of target: 'VaporWallet' complete! (24.77s)
Target:                   VaporWalletPasses
Extracting symbol information for 'VaporWalletPasses'...
Finished extracting symbol information for 'VaporWalletPasses'. (20.08s)
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-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (2.01s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/49] Emitting module _CertificateInternals
[3/49] Compiling _CertificateInternals _TinyArray.swift
[4/49] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[5/49] Compiling FluentWallet DeviceModel.swift
[6/49] Compiling FluentWallet PushTokenDTO.swift
[7/49] Emitting module FluentWallet
[8/49] Compiling FluentWallet LogEntriesDTO.swift
[9/49] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[10/49] Compiling CryptoBoringWrapper RandomBytes.swift
[11/49] Compiling ZipArchive ZipMemoryStorage.swift
[12/50] Emitting module CryptoBoringWrapper
[13/50] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[14/50] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[15/50] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[16/50] Compiling CryptoBoringWrapper EllipticCurve.swift
[17/50] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[18/50] Compiling ZipArchive ZipStorage.swift
[19/50] Compiling ZipArchive ZipTypes.swift
[20/50] Compiling SwiftASN1 DER.swift
[21/51] Compiling SwiftASN1 TimeUtilities.swift
[22/51] Compiling SwiftASN1 UTCTime.swift
[23/51] Compiling SwiftASN1 ArraySliceBigint.swift
[24/51] Compiling SwiftASN1 GeneralizedTime.swift
[25/51] Compiling SwiftASN1 ObjectIdentifier.swift
[26/51] Compiling SwiftASN1 PEMDocument.swift
[27/51] Compiling SwiftASN1 ASN1Integer.swift
[28/51] Compiling SwiftASN1 ASN1Null.swift
[29/51] Compiling SwiftASN1 ASN1OctetString.swift
[30/51] Compiling SwiftASN1 ASN1Strings.swift
[31/51] Compiling ZipArchive ZipFileStorage.swift
[34/51] Compiling SwiftASN1 ASN1Any.swift
[35/51] Compiling SwiftASN1 ASN1BitString.swift
[36/51] Compiling SwiftASN1 ASN1Boolean.swift
[37/51] Compiling SwiftASN1 ASN1Identifier.swift
[38/51] Compiling SwiftASN1 ASN1.swift
[39/51] Compiling SwiftASN1 BER.swift
[40/51] Emitting module ZipArchive
[43/51] Compiling SwiftASN1 Errors.swift
[44/51] Compiling ZipArchive crc32.swift
[51/51] Emitting module SwiftASN1
[52/99] Emitting module _CryptoExtras
[53/104] Compiling _CryptoExtras I2OSP.swift
[54/104] Compiling _CryptoExtras IntegerEncoding.swift
[55/104] Compiling _CryptoExtras PEMDocument.swift
[56/104] Compiling _CryptoExtras PrettyBytes.swift
[57/104] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[58/104] Compiling _CryptoExtras AES_CBC.swift
[59/104] Compiling _CryptoExtras AES_CFB.swift
[60/104] Compiling _CryptoExtras AES_CTR.swift
[61/104] Compiling _CryptoExtras AES_GCM_SIV.swift
[62/104] Compiling _CryptoExtras Block Function.swift
[63/104] Compiling _CryptoExtras AES_CFB_boring.swift
[64/104] Compiling _CryptoExtras AES_CTR_boring.swift
[65/104] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[66/104] Compiling _CryptoExtras ARC+API.swift
[67/104] Compiling _CryptoExtras ARC.swift
[68/104] Compiling _CryptoExtras ARCCredential.swift
[69/104] Compiling _CryptoExtras ARCEncoding.swift
[70/104] Compiling _CryptoExtras ARCPrecredential.swift
[71/104] Compiling _CryptoExtras ARCPresentation.swift
[72/104] Compiling _CryptoExtras ARCRequest.swift
[73/104] Compiling _CryptoExtras ARCResponse.swift
[74/104] Compiling _CryptoExtras ARCServer.swift
[75/104] Compiling _CryptoExtras RSA_security.swift
[76/104] Compiling _CryptoExtras BoringSSLHelpers.swift
[77/104] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[78/104] Compiling _CryptoExtras DigestType.swift
[79/104] Compiling _CryptoExtras Error.swift
[80/104] Compiling _CryptoExtras VOPRFClient.swift
[81/104] Compiling _CryptoExtras VOPRFServer.swift
[82/104] Compiling _CryptoExtras RSA+BlindSigning.swift
[83/104] Compiling _CryptoExtras RSA.swift
[84/104] Compiling _CryptoExtras RSA_boring.swift
[85/104] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[86/104] Compiling _CryptoExtras ChaCha20CTR.swift
[87/104] Compiling _CryptoExtras ECToolbox_boring.swift
[88/104] Compiling _CryptoExtras ECToolbox.swift
[89/104] Compiling _CryptoExtras HashToField.swift
[90/104] Compiling _CryptoExtras 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 KDF.swift
[96/104] Compiling _CryptoExtras PBKDF2_boring.swift
[97/104] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[98/104] Compiling _CryptoExtras PBKDF2.swift
[99/104] Compiling _CryptoExtras Scrypt_boring.swift
[100/104] Compiling _CryptoExtras Scrypt.swift
[101/104] Compiling _CryptoExtras OPRF.swift
[102/104] Compiling _CryptoExtras OPRFClient.swift
[103/104] Compiling _CryptoExtras OPRFServer.swift
[104/104] Compiling _CryptoExtras VOPRF+API.swift
[105/197] Compiling X509 Digests.swift
[106/197] Compiling X509 DistinguishedName.swift
[107/197] Compiling X509 CommonName.swift
[108/197] Compiling X509 CountryName.swift
[109/197] Compiling X509 DNBuilder.swift
[110/197] Compiling X509 LocalityName.swift
[111/197] Compiling X509 OrganizationName.swift
[112/197] Compiling X509 OrganizationalUnitName.swift
[113/197] Compiling X509 StateOrProvinceName.swift
[114/197] Compiling X509 StreetAddress.swift
[115/207] Compiling X509 Signature.swift
[116/207] Compiling X509 SignatureAlgorithm.swift
[117/207] Compiling X509 AllOfPolicies.swift
[118/207] Compiling X509 AnyPolicy.swift
[119/207] Compiling X509 CertificateStore.swift
[120/207] Compiling X509 OneOfPolicies.swift
[121/207] Compiling X509 PolicyBuilder.swift
[122/207] Compiling X509 BasicConstraintsPolicy.swift
[123/207] Compiling X509 DNSNames.swift
[124/207] Compiling X509 DirectoryNames.swift
[125/207] Compiling X509 Extension.swift
[126/207] Compiling X509 Extensions.swift
[127/207] Compiling X509 ExtensionsBuilder.swift
[128/207] Compiling X509 GeneralName.swift
[129/207] Compiling X509 Lock.swift
[130/207] Compiling X509 LockedValueBox.swift
[131/207] Compiling X509 BasicOCSPResponse.swift
[132/207] Compiling X509 DirectoryString.swift
[133/207] Compiling X509 OCSPCertID.swift
[134/207] Compiling X509 OCSPCertStatus.swift
[135/207] Compiling X509 OCSPSingleResponse.swift
[136/207] Compiling X509 OCSPTBSRequest.swift
[137/207] Compiling X509 OCSPVersion.swift
[138/207] Compiling X509 PKCS8PrivateKey.swift
[139/207] Compiling X509 PromiseAndFuture.swift
[140/207] Compiling X509 RDNAttribute.swift
[141/207] Compiling X509 RandomNumberGenerator+bytes.swift
[142/207] Compiling X509 RelativeDistinguishedName.swift
[143/207] Compiling X509 SEC1PrivateKey.swift
[144/207] Compiling X509 SecKeyWrapper.swift
[145/207] Compiling X509 OCSPExtensionID.swift
[146/207] Compiling X509 OCSPNonce.swift
[147/207] Compiling X509 OCSPPolicy.swift
[148/207] Compiling X509 OCSPRequest.swift
[149/207] Compiling X509 OCSPResponse.swift
[150/207] Compiling X509 OCSPResponseBytes.swift
[151/207] Compiling X509 OCSPResponseData.swift
[152/207] Compiling X509 OCSPResponseStatus.swift
[153/207] Compiling X509 OCSPSignature.swift
[154/207] Compiling X509 OCSPSingleRequest.swift
[155/207] Compiling X509 CMSAttribute.swift
[156/207] Compiling X509 CMSContentInfo.swift
[157/207] Compiling X509 CMSEncapsulatedContentInfo.swift
[158/207] Compiling X509 CMSIssuerAndSerialNumber.swift
[159/207] Compiling X509 CMSOperations.swift
[160/207] Compiling X509 CMSSignature.swift
[161/207] Compiling X509 CMSSignedData.swift
[162/207] Compiling X509 CMSSignerIdentifier.swift
[163/207] Compiling X509 CMSSignerInfo.swift
[164/207] Compiling X509 CMSVersion.swift
[165/207] Compiling X509 Curve25519+DER.swift
[166/207] Compiling X509 CSRAttribute.swift
[167/207] Compiling X509 CSRAttributes.swift
[168/207] Compiling X509 CSRVersion.swift
[169/207] Compiling X509 CertificateSigningRequest.swift
[170/207] Compiling X509 CertificationRequestInfo.swift
[171/207] Compiling X509 ExtensionRequest.swift
[172/207] Compiling X509 Certificate.swift
[173/207] Compiling X509 CertificatePrivateKey.swift
[174/207] Compiling X509 CertificatePublicKey.swift
[175/207] Compiling X509 CertificateSerialNumber.swift
[176/207] Compiling X509 CertificateVersion.swift
[177/207] Compiling X509 ExpiryPolicy.swift
[178/207] Compiling X509 IPConstraints.swift
[179/207] Compiling X509 NameConstraintsPolicy.swift
[180/207] Compiling X509 RFC5280Policy.swift
[181/207] Compiling X509 URIConstraints.swift
[182/207] Compiling X509 VersionPolicy.swift
[183/207] Compiling X509 ServerIdentityPolicy.swift
[184/207] Compiling X509 TrustRootLoading.swift
[185/207] Compiling X509 UnverifiedChain.swift
[186/207] Compiling X509 VerificationDiagnostic.swift
[187/207] Compiling X509 Error.swift
[188/207] Compiling X509 AuthorityInformationAccess.swift
[189/207] Compiling X509 AuthorityKeyIdentifier.swift
[190/207] Compiling X509 BasicConstraints.swift
[191/207] Compiling X509 ExtendedKeyUsage.swift
[192/207] Compiling X509 ExtensionIdentifiers.swift
[193/207] Compiling X509 KeyUsage.swift
[194/207] Compiling X509 NameConstraints.swift
[195/207] Compiling X509 SubjectAlternativeName.swift
[196/207] Compiling X509 SubjectKeyIdentifier.swift
[197/207] Compiling X509 Verifier.swift
[198/207] Compiling X509 VerifierPolicy.swift
[199/207] Compiling X509 AlgorithmIdentifier.swift
[200/207] Compiling X509 ECDSASignature.swift
[201/207] Compiling X509 RSAPKCS1PublicKey.swift
[202/207] Compiling X509 SubjectPublicKeyInfo.swift
[203/207] Compiling X509 TBSCertificate.swift
[204/207] Compiling X509 Time.swift
[205/207] Compiling X509 TimeCalculations.swift
[206/207] Compiling X509 Validity.swift
[207/207] Emitting module X509
[208/212] Compiling WalletPasses PersonalizationJSON.swift
[209/212] Compiling WalletPasses WalletPassesError.swift
[210/212] Emitting module WalletPasses
[211/212] Compiling WalletPasses PassJSON.swift
[212/212] Compiling WalletPasses PassBuilder.swift
[213/223] Compiling FluentWalletPasses Exports.swift
[214/224] Compiling FluentWalletPasses PassModel.swift
[215/224] Compiling FluentWalletPasses PassDataModel.swift
[216/224] Compiling FluentWalletPasses PassesRegistrationModel.swift
[217/224] Compiling FluentWalletPasses PassesDevice.swift
[218/224] Compiling FluentWalletPasses Pass.swift
[219/224] Compiling FluentWalletPasses PassesRegistration.swift
[220/224] Emitting module FluentWalletPasses
[221/224] Compiling FluentWalletPasses PersonalizationInfo.swift
[222/224] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[223/224] Compiling FluentWalletPasses SerialNumbersDTO.swift
[224/224] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[225/232] Compiling VaporWalletPasses PassesServiceCustom.swift
[226/232] Compiling VaporWalletPasses ApplePassMiddleware.swift
[227/232] Compiling VaporWalletPasses Exports.swift
[228/232] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[229/232] Compiling VaporWalletPasses PassesService.swift
[230/232] Compiling VaporWalletPasses DTOs+Content.swift
[231/232] Emitting module VaporWalletPasses
[232/232] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
Build of target: 'VaporWalletPasses' complete! (19.31s)
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'. (4.76s)
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-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (1.93s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/5] Compiling WalletOrders WalletOrdersError.swift
[3/5] Compiling WalletOrders OrderBuilder.swift
[4/5] Compiling WalletOrders OrderJSON.swift
[5/5] Emitting module WalletOrders
[6/14] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[7/14] Compiling FluentWalletOrders OrderDataModel.swift
[8/14] Compiling FluentWalletOrders OrderModel.swift
[9/14] Compiling FluentWalletOrders OrdersDevice.swift
[10/14] Compiling FluentWalletOrders Order.swift
[11/14] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[12/14] Emitting module FluentWalletOrders
[13/14] Compiling FluentWalletOrders Exports.swift
[14/14] Compiling FluentWalletOrders OrdersRegistration.swift
[15/22] Compiling VaporWalletOrders OrdersServiceCustom.swift
[16/22] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[17/22] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[18/22] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[19/22] Compiling VaporWalletOrders Exports.swift
[20/22] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[21/22] Compiling VaporWalletOrders OrdersService.swift
[22/22] Emitting module VaporWalletOrders
Build of target: 'VaporWalletOrders' complete! (3.99s)
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
     302
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: 302
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-vapor-community-wallet-0.7.1-27d24b12.zip to s3://spi-docs-inbox/prod-vapor-community-wallet-0.7.1-27d24b12.zip
Copying... [16%]
Copying... [23%]
Copying... [31%]
Copying... [47%]
Copying... [55%]
Copying... [62%]
Copying... [70%]
Copying... [86%]
Copying... [94%]
Copying... [100%]
Done.