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 ParseServerSwift, reference 0.15.0 (d43b06), with Swift 6.1 for macOS (SPM) on 10 Dec 2025 18:47:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.git
Reference: 0.15.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/netreconlab/parse-server-swift
 * tag               0.15.0     -> FETCH_HEAD
HEAD is now at d43b06d fix: Pin all dependencies to work on Swift 5.10 image (#82)
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
d43b06dfa664f0d77183b213523e8c401075cfa4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at 0.15.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/netreconlab/parse-server-swift.git
https://github.com/netreconlab/parse-server-swift.git
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "exact" : [
          "4.117.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "parse-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.12.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/netreconlab/Parse-Swift.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "exact" : [
          "1.1.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "exact" : [
          "2.86.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "exact" : [
          "1.38.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "exact" : [
          "1.6.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "exact" : [
          "2.34.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "exact" : [
          "3.15.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "exact" : [
          "1.29.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "exact" : [
          "1.29.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "exact" : [
          "1.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "exact" : [
          "1.15.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-http-structured-headers",
      "requirement" : {
        "exact" : [
          "1.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-structured-headers.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "exact" : [
          "1.25.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "ParseServerSwift",
  "name" : "ParseServerSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ParseServerSwift",
      "targets" : [
        "ParseServerSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParseServerSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwiftTests",
      "path" : "Tests/ParseServerSwiftTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParseServerSwift",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwift",
      "path" : "Sources/ParseServerSwift",
      "product_dependencies" : [
        "Vapor",
        "ParseSwift"
      ],
      "product_memberships" : [
        "ParseServerSwift",
        "App"
      ],
      "sources" : [
        "Extensions/Parse+Vapor.swift",
        "Extensions/ParseHookFunction+Vapor.swift",
        "Extensions/ParseHookTrigger+Vapor.swift",
        "Models/GameScore.swift",
        "Models/Hooks.swift",
        "Models/Parameters/FooParameters.swift",
        "Models/User.swift",
        "Parse.swift",
        "ParseServerConfiguration.swift",
        "Utility/Constants.swift",
        "Utility/Functions.swift",
        "configure.swift",
        "routes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/481] Write sources
[7/481] Write App-entitlement.plist
[8/481] Write sources
[9/481] Copying PrivacyInfo.xcprivacy
[10/481] Write sources
[14/481] Copying PrivacyInfo.xcprivacy
[17/481] Write sources
[56/481] Compiling CSystem shims.c
[56/481] Compiling CNIOWASI CNIOWASI.c
[58/481] Compiling CNIOWindows WSAStartup.c
[59/481] Compiling CNIOWindows shim.c
[60/481] Compiling _NumericsShims _NumericsShims.c
[61/481] Write swift-version-2F0A5646E1D333AE.txt
[62/481] Compiling CNIOLinux shim.c
[62/481] Compiling CNIOLinux liburing_shims.c
[64/481] Compiling CNIOPosix event_loop_id.c
[65/481] Compiling _AtomicsShims.c
[66/487] Compiling CNIOSHA1 c_nio_sha1.c
[67/487] Compiling CVaporBcrypt blf.c
[68/487] Compiling CNIOLLHTTP c_nio_http.c
[69/518] Compiling CVaporBcrypt bcrypt.c
[70/552] Compiling CNIOLLHTTP c_nio_api.c
[71/733] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/810] Compiling ServiceContextModule ServiceContextKey.swift
[74/810] Emitting module _NIOBase64
[75/810] Compiling _NIOBase64 Base64.swift
[76/810] Compiling RealModule RealFunctions.swift
[76/811] Compiling CNIOExtrasZlib empty.c
[78/811] Emitting module ServiceContextModule
[79/811] Compiling ServiceContextModule ServiceContext.swift
[80/811] Compiling RealModule RelaxedArithmetic.swift
[81/811] Compiling Crypto X25519Keys.swift
[82/811] Compiling Crypto SymmetricKeys.swift
[83/811] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/811] Compiling Crypto ASN1BitString.swift
[85/811] Compiling Crypto Curve25519.swift
[86/812] Compiling RealModule Real.swift
[87/812] Compiling RealModule Float80+Real.swift
[88/812] Compiling RealModule Float16+Real.swift
[89/812] Compiling RealModule Double+Real.swift
[90/812] Compiling RealModule ElementaryFunctions.swift
[91/812] Compiling Crypto AES-GCM.swift
[92/812] Compiling Crypto AES-GCM_boring.swift
[93/812] Emitting module RealModule
[94/812] Compiling RealModule AugmentedArithmetic.swift
[95/812] Compiling RealModule Float+Real.swift
[96/812] Compiling Crypto ASN1.swift
[97/812] Compiling Crypto ASN1Any.swift
[98/818] Compiling Crypto Cipher.swift
[99/818] Compiling Crypto Nonces.swift
[100/818] Compiling Crypto Ed25519Keys.swift
[101/818] Compiling Crypto NISTCurvesKeys.swift
[102/818] Emitting module InternalCollectionsUtilities
[103/818] Compiling Crypto ChaChaPoly_boring.swift
[104/818] Compiling Crypto ChaChaPoly.swift
[105/818] Compiling Crypto HMAC.swift
[106/818] Compiling Crypto MACFunctions.swift
[109/818] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/818] Compiling Instrumentation NoOpInstrument.swift
[111/844] Compiling CoreMetrics Locks.swift
[112/844] Compiling Instrumentation MultiplexInstrument.swift
[113/844] Emitting module Instrumentation
[114/844] Compiling Instrumentation InstrumentationSystem.swift
[115/844] Compiling Instrumentation Instrument.swift
[116/844] Compiling Instrumentation Locks.swift
[117/844] Compiling Logging MetadataProvider.swift
[118/844] Compiling _NIODataStructures PriorityQueue.swift
[119/844] Compiling _NIODataStructures _TinyArray.swift
[120/844] Compiling _NIODataStructures Heap.swift
[121/844] Emitting module _NIODataStructures
[121/844] Compiling CNIODarwin shim.c
[123/844] Compiling Algorithms FirstNonNil.swift
[124/844] Compiling Algorithms FlattenCollection.swift
[125/844] Compiling Algorithms RandomSample.swift
[126/844] Compiling Algorithms Permutations.swift
[127/844] Compiling Algorithms Product.swift
[128/844] Compiling Algorithms EitherSequence.swift
[129/844] Compiling Algorithms Reductions.swift
[130/844] Compiling Algorithms Rotate.swift
[131/844] Compiling Algorithms Split.swift
[132/981] Emitting module SystemPackage
[133/981] Emitting module CoreMetrics
[134/981] Compiling CoreMetrics Metrics.swift
[134/981] Compiling CNIOBoringSSLShims shims.c
[136/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[137/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[138/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[139/981] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[140/981] Compiling OrderedCollections OrderedSet+Codable.swift
[141/981] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[142/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[143/981] Compiling OrderedCollections OrderedDictionary+Elements.swift
[144/981] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[145/981] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[146/981] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[147/981] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[148/990] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[149/990] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[150/990] Compiling OrderedCollections OrderedSet+Sendable.swift
[151/990] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[152/990] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[153/990] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[154/990] Compiling Logging LogHandler.swift
[155/990] Emitting module Logging
[156/990] Compiling Logging Logging.swift
[157/990] Compiling Logging Locks.swift
[158/1068] Compiling Tracing TracerProtocol+Legacy.swift
[159/1068] Compiling Tracing Tracer.swift
[160/1068] Compiling Tracing TracingTime.swift
[161/1068] Emitting module Tracing
[162/1068] Compiling Tracing TracerProtocol.swift
[163/1068] Compiling Tracing SpanProtocol.swift
[164/1068] Compiling Tracing InstrumentationSystem+Tracing.swift
[165/1068] Compiling Tracing NoOpTracer.swift
[166/1068] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[167/1068] Compiling HashTreeCollections _HashNode.swift
[168/1068] Compiling HashTreeCollections _HashNodeHeader.swift
[169/1074] Compiling HeapModule Heap+Descriptions.swift
[170/1074] Compiling HeapModule _HeapNode.swift
[171/1074] Compiling HeapModule Heap.swift
[172/1074] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[173/1074] Compiling HeapModule Heap+UnsafeHandle.swift
[174/1074] Compiling HeapModule Heap+Invariants.swift
[175/1074] Emitting module HeapModule
[176/1090] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[177/1090] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[178/1090] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[179/1092] Compiling HashTreeCollections _UnsafePath.swift
[180/1092] Compiling HashTreeCollections TreeDictionary+Codable.swift
[181/1092] Compiling HashTreeCollections TreeDictionary+Collection.swift
[185/1098] Compiling HashTreeCollections TreeSet+Equatable.swift
[186/1098] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[187/1098] Compiling HashTreeCollections TreeSet+Extras.swift
[188/1098] Compiling HashTreeCollections TreeSet+Filter.swift
[189/1098] Compiling HashTreeCollections TreeSet+Hashable.swift
[190/1098] Compiling HashTreeCollections TreeSet+Sendable.swift
[191/1098] Compiling HashTreeCollections TreeSet+Sequence.swift
[192/1098] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[193/1161] Compiling DequeModule _DequeSlot.swift
[194/1161] Compiling DequeModule _DequeBufferHeader.swift
[195/1162] Compiling BitCollections BitArray+Equatable.swift
[196/1162] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[197/1162] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[198/1162] Compiling BitCollections BitArray+Extras.swift
[199/1162] Compiling BitCollections BitArray+Fill.swift
[200/1162] Compiling BitCollections BitArray+Shifts.swift
[201/1162] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[202/1162] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[203/1162] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[204/1162] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[205/1162] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[206/1162] Compiling BitCollections BitArray+Descriptions.swift
[207/1162] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[208/1162] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[209/1162] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[210/1162] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[211/1162] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[212/1162] Compiling BitCollections BitArray+Hashable.swift
[213/1162] Compiling BitCollections BitArray+Initializers.swift
[214/1162] Compiling BitCollections BitArray+Invariants.swift
[215/1162] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[216/1162] Compiling BitCollections BitArray+RandomBits.swift
[217/1162] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[218/1162] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[219/1162] Compiling BitCollections BitSet+Initializers.swift
[220/1162] Compiling BitCollections BitSet+Invariants.swift
[221/1162] Compiling BitCollections BitSet+Random.swift
[222/1162] Compiling BitCollections BitSet+SetAlgebra basics.swift
[223/1162] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[224/1162] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[225/1162] Compiling BitCollections BitArray+Testing.swift
[226/1162] Compiling BitCollections BitArray._UnsafeHandle.swift
[227/1162] Compiling BitCollections BitArray.swift
[228/1162] Compiling BitCollections BitSet+BidirectionalCollection.swift
[229/1162] Compiling BitCollections BitSet+Codable.swift
[230/1162] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[231/1162] Compiling DequeModule _DequeBuffer.swift
[232/1162] Compiling BitCollections BitSet.Counted.swift
[233/1162] Compiling BitCollections BitSet.Index.swift
[234/1162] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[235/1162] Compiling BitCollections BitSet+SetAlgebra union.swift
[236/1162] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[237/1162] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[238/1162] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[239/1162] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[240/1162] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[241/1162] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[242/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[243/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[244/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[255/1169] Compiling BitCollections BitSet+CustomReflectable.swift
[256/1169] Compiling BitCollections BitSet+CustomStringConvertible.swift
[257/1169] Compiling BitCollections BitSet+Equatable.swift
[258/1169] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[259/1169] Compiling BitCollections BitSet+Extras.swift
[283/1169] Compiling OrderedCollections OrderedSet+SubSequence.swift
[284/1169] Compiling OrderedCollections OrderedSet+Testing.swift
[285/1169] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[286/1169] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[287/1169] Compiling OrderedCollections OrderedSet.swift
[288/1169] Compiling OrderedCollections _UnsafeBitset.swift
[290/1169] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[298/1169] Compiling DequeModule _UnsafeWrappedBuffer.swift
[299/1169] Compiling BitCollections BitArray+Codable.swift
[300/1169] Compiling BitCollections BitArray+Collection.swift
[301/1169] Compiling BitCollections BitArray+Copy.swift
[305/1169] Compiling BitCollections BitArray+CustomReflectable.swift
[306/1169] Compiling BitCollections BitSet+Hashable.swift
[308/1169] Compiling BitCollections BitSet._UnsafeHandle.swift
[309/1169] Compiling BitCollections BitArray+BitwiseOperations.swift
[310/1169] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[316/1169] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[317/1169] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[318/1169] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[319/1169] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[320/1169] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[321/1169] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[322/1169] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[323/1169] Compiling HashTreeCollections TreeSet.swift
[351/1169] Emitting module BitCollections
[352/1174] Compiling RoutingKit Router.swift
[353/1174] Emitting module DequeModule
[353/1174] Compiling fiat_p256_adx_sqr.S
[354/1174] Compiling fiat_p256_adx_mul.S
[355/1174] Compiling fiat_curve25519_adx_square.S
[396/1174] Emitting module Crypto
[401/1182] Compiling fiat_curve25519_adx_mul.S
[427/1182] Emitting module OrderedCollections
[430/1182] Compiling BitCollections BitSet.swift
[431/1182] Compiling BitCollections Range+Utilities.swift
[432/1182] Compiling BitCollections Slice+Utilities.swift
[433/1182] Compiling BitCollections UInt+Tricks.swift
[434/1182] Compiling BitCollections _Word.swift
[437/1182] Compiling RoutingKit TrieRouter.swift
[438/1182] Compiling RoutingKit PathComponent.swift
[471/1182] Emitting module _RopeModule
[472/1182] Compiling _RopeModule Rope+Remove.swift
[473/1182] Compiling _RopeModule Rope+RemoveSubrange.swift
[474/1182] Compiling _RopeModule Rope+Split.swift
[475/1182] Compiling _RopeModule Optional Utilities.swift
[476/1182] Compiling Crypto RNG_boring.swift
[477/1182] Compiling Crypto SafeCompare_boring.swift
[478/1182] Compiling Crypto Zeroization_boring.swift
[479/1182] Emitting module Algorithms
[512/1182] Compiling tls_method.cc
[513/1182] Compiling tls_record.cc
[514/1182] Compiling tls13_server.cc
[516/1182] Emitting module HashTreeCollections
[517/1182] Emitting module Metrics
[518/1182] Compiling Metrics Metrics.swift
[567/1182] Compiling tls13_enc.cc
[596/1182] Compiling Crypto PrettyBytes.swift
[597/1182] Compiling Crypto SafeCompare.swift
[598/1182] Compiling Crypto SecureBytes.swift
[599/1182] Compiling Crypto Zeroization.swift
[600/1182] Compiling Crypto resource_bundle_accessor.swift
[601/1182] Emitting module RoutingKit
[602/1182] Compiling RoutingKit AnyRouter.swift
[603/1182] Compiling RoutingKit Parameters.swift
[603/1184] Compiling tls13_client.cc
[605/1184] Compiling Collections Collections.swift
[606/1184] Emitting module Collections
[626/1204] Compiling t1_enc.cc
[627/1204] Compiling ssl_versions.cc
[628/1204] Compiling ssl_transcript.cc
[629/1204] Compiling tls13_both.cc
[630/1204] Compiling ssl_stat.cc
[631/1204] Compiling ssl_x509.cc
[632/1204] Compiling ssl_privkey.cc
[633/1204] Compiling ssl_session.cc
[634/1204] Compiling ssl_lib.cc
[635/1204] Compiling ssl_file.cc
[636/1204] Compiling ssl_key_share.cc
[637/1204] Compiling ssl_cipher.cc
[638/1204] Compiling ssl_buffer.cc
[639/1204] Compiling ssl_cert.cc
[640/1204] Compiling ssl_credential.cc
[642/1204] Compiling ParseSwift ParseFileTransferable.swift
[643/1204] Compiling ParseSwift ParseHookFunctionable+async.swift
[644/1204] Compiling ParseSwift ParseHookFunctionable+combine.swift
[645/1204] Compiling ParseSwift ParseHookFunctionable.swift
[646/1204] Compiling ParseSwift ParseHookParametable.swift
[647/1204] Compiling ParseSwift ParseHookRequestable+async.swift
[648/1204] Compiling ParseSwift ParseHookRequestable+combine.swift
[649/1204] Compiling ParseSwift ParseHookRequestable.swift
[650/1204] Compiling ParseSwift ParseHookTriggerRequestable.swift
[651/1204] Compiling ParseSwift ParseHookTriggerable+async.swift
[652/1204] Compiling ParseSwift ParseHookTriggerable+combine.swift
[653/1204] Compiling ParseSwift ParseHookTriggerable.swift
[654/1204] Compiling ParseSwift ParseHookable.swift
[655/1204] Compiling ParseSwift ParseOperationable.swift
[656/1204] Compiling ParseSwift ParsePointerable+async.swift
[657/1204] Compiling ParseSwift ParsePointerable+combine.swift
[658/1204] Compiling ParseSwift ParsePointerable.swift
[659/1204] Compiling ParseSwift ParsePushApplePayloadable.swift
[660/1204] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[661/1204] Compiling ParseSwift ParsePushPayloadable.swift
[662/1204] Compiling ParseSwift ParseOperationIncrementDouble.swift
[663/1204] Compiling ParseSwift ParseOperationRemove.swift
[664/1204] Compiling ParseSwift ParseOperationRemoveRelation.swift
[665/1204] Compiling ParseSwift ParseACL.swift
[666/1204] Compiling ParseSwift ParseAnalytics+async.swift
[667/1204] Compiling ParseSwift ParseAnalytics+combine.swift
[668/1204] Compiling ParseSwift ParseAnalytics.swift
[669/1204] Compiling ParseSwift ParseBytes.swift
[670/1204] Compiling ParseSwift ParseCLP.swift
[671/1204] Compiling ParseSwift ParseConfigCodable+async.swift
[672/1204] Compiling ParseSwift ParseConfigCodable+combine.swift
[673/1204] Compiling ParseSwift ParseConfigCodable.swift
[674/1204] Compiling ParseSwift ParseConfiguration.swift
[675/1204] Compiling ParseSwift ParseError.swift
[676/1204] Compiling ParseSwift ParseField.swift
[677/1204] Compiling ParseSwift ParseFieldOptions.swift
[678/1204] Compiling ParseSwift ParseFile+async.swift
[679/1204] Compiling ParseSwift ParseFile+combine.swift
[680/1204] Compiling ParseSwift ParseFile.swift
[681/1204] Compiling ParseSwift ParseFileDefaultTransfer.swift
[681/1204] Compiling ssl_aead_ctx.cc
[682/1204] Compiling ssl_asn1.cc
[683/1204] Compiling s3_pkt.cc
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
[704/1204] Compiling s3_both.cc
[711/1204] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[712/1204] Compiling ParseSwift ParseHookTriggerRequest.swift
[713/1204] Compiling ParseSwift ParseKeychainAccessGroup.swift
[714/1204] Compiling ParseSwift ParseOperation+async.swift
[715/1204] Compiling ParseSwift ParseOperation+combine.swift
[716/1204] Compiling ParseSwift ParseOperation.swift
[717/1204] Compiling ParseSwift ParsePolygon.swift
[718/1204] Compiling ParseSwift ParsePush+async.swift
[719/1204] Compiling ParseSwift ParsePush+combine.swift
[720/1204] Compiling ParseSwift ParsePush.swift
[721/1204] Compiling ParseSwift ParsePushAppleAlert.swift
[722/1204] Compiling ParseSwift ParsePushAppleSound.swift
[723/1204] Compiling ParseSwift ParsePushPayloadApple.swift
[724/1204] Compiling ParseSwift ParsePushFirebaseNotification.swift
[725/1204] Compiling ParseSwift ParsePushPayloadFirebase.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[726/1204] Compiling ParseSwift ParseQueryScorable.swift
[727/1204] Compiling ParseSwift ParseRelationOperationable.swift
[728/1204] Compiling ParseSwift ParseTypeable.swift
[729/1204] Compiling ParseSwift QueryObservable.swift
[730/1204] Compiling ParseSwift Queryable.swift
[731/1204] Compiling ParseSwift Savable.swift
[732/1204] Compiling ParseSwift InMemoryPrimitiveStore.swift
[733/1204] Compiling ParseSwift KeychainStore.swift
[734/1204] Compiling ParseSwift ParseFileManager.swift
[735/1204] Compiling ParseSwift ParsePrimitiveStorable.swift
[736/1204] Compiling ParseSwift ParseStorage.swift
[737/1204] Compiling ParseSwift SecureStorable.swift
[738/1204] Compiling ParseSwift CloudViewModel.swift
[739/1204] Compiling ParseSwift ParseOperationAdd.swift
[740/1204] Compiling ParseSwift ParseOperationAddRelation.swift
[741/1204] Compiling ParseSwift ParseOperationAddUnique.swift
[742/1204] Compiling ParseSwift ParseOperationBatch.swift
[743/1204] Compiling ParseSwift ParseOperationCommand.swift
[744/1204] Compiling ParseSwift ParseOperationDelete.swift
[745/1204] Compiling ParseSwift ParseOperationIncrement.swift
[746/1204] Compiling ParseSwift ParsePushStatusable.swift
[747/1204] Compiling ParseSwift ParseRole.swift
[748/1204] Compiling ParseSwift ParseSession.swift
[749/1204] Compiling ParseSwift ParseUser+async.swift
[750/1204] Compiling ParseSwift ParseUser+combine.swift
[751/1204] Compiling ParseSwift ParseUser.swift
[752/1204] Compiling ParseSwift Parse.swift
[753/1204] Compiling ParseSwift ParseConstants.swift
[754/1204] Compiling ParseSwift CloudObservable.swift
[755/1204] Compiling ParseSwift Deletable.swift
[756/1204] Compiling ParseSwift Fetchable.swift
[757/1204] Compiling ParseSwift Fileable.swift
[758/1204] Compiling ParseSwift Objectable.swift
[759/1204] Compiling ParseSwift ParseCloudable+async.swift
[760/1204] Compiling ParseSwift ParseCloudable+combine.swift
[761/1204] Compiling ParseSwift ParseCloudable.swift
[762/1204] Compiling ParseSwift ParseConfig+async.swift
[763/1204] Compiling ParseSwift ParseConfig+combine.swift
[764/1204] Compiling ParseSwift ParseConfig.swift
[765/1204] Compiling ParseSwift ParseEncodable.swift
[766/1204] Emitting module ParseSwift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:246:16: error: type '_ParseEncoder' does not conform to protocol 'Encoder'
 244 |
 245 | // MARK: _ParseEncoder
 246 | internal class _ParseEncoder: JSONEncoder, Encoder, @unchecked Sendable {
     |                |- error: type '_ParseEncoder' does not conform to protocol 'Encoder'
     |                `- note: add stubs for conformance
 247 |     var codingPath: [CodingKey]
 248 |     let dictionary: NSMutableDictionary
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
Swift.Encoder.userInfo:2:5: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
1 | protocol Encoder {
2 | var userInfo: [CodingUserInfoKey : Any] { get }}
  |     `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
3 |
[766/1204] Compiling handshake.cc
[767/1204] Compiling handshake_server.cc
[768/1204] Compiling s3_lib.cc
[769/1204] Compiling handshake_client.cc
[770/1204] Compiling handoff.cc
[771/1204] Compiling encrypted_client_hello.cc
[772/1204] Compiling md5-x86_64-linux.S
[773/1204] Compiling md5-x86_64-apple.S
[774/1204] Compiling extensions.cc
[775/1204] Compiling md5-586-linux.S
[776/1204] Compiling dtls_record.cc
[777/1204] Compiling md5-586-apple.S
[778/1204] Compiling chacha20_poly1305_x86_64-linux.S
[779/1204] Compiling chacha20_poly1305_x86_64-apple.S
[780/1204] Compiling chacha20_poly1305_armv8-win.S
[781/1204] Compiling chacha20_poly1305_armv8-linux.S
[782/1204] Compiling bio_ssl.cc
[783/1204] Compiling chacha-x86_64-linux.S
[784/1204] Compiling chacha20_poly1305_armv8-apple.S
[785/1204] Compiling chacha-x86_64-apple.S
[786/1204] Compiling chacha-x86-linux.S
[787/1204] Compiling dtls_method.cc
[788/1204] Compiling chacha-x86-apple.S
[789/1204] Compiling chacha-armv8-win.S
[790/1204] Compiling chacha-armv8-linux.S
[791/1204] Compiling chacha-armv4-linux.S
[792/1204] Compiling d1_srtp.cc
[793/1204] Compiling chacha-armv8-apple.S
[794/1204] Compiling err_data.cc
[795/1204] Compiling aes128gcmsiv-x86_64-linux.S
[796/1204] Compiling d1_pkt.cc
[797/1204] Compiling x86_64-mont5-linux.S
[798/1204] Compiling aes128gcmsiv-x86_64-apple.S
[799/1204] Compiling d1_lib.cc
[800/1204] Compiling x86_64-mont5-apple.S
[801/1204] Compiling x86_64-mont-linux.S
[802/1204] Compiling x86_64-mont-apple.S
[803/1204] Compiling x86-mont-linux.S
[804/1204] Compiling x86-mont-apple.S
[805/1204] Compiling vpaes-x86_64-linux.S
[806/1204] Compiling vpaes-x86_64-apple.S
[807/1204] Compiling vpaes-x86-linux.S
[808/1204] Compiling vpaes-armv8-win.S
[809/1204] Compiling vpaes-x86-apple.S
[810/1204] Compiling vpaes-armv8-linux.S
[811/1204] Compiling vpaes-armv7-linux.S
[812/1204] Compiling vpaes-armv8-apple.S
[813/1204] Compiling sha512-x86_64-apple.S
[814/1204] Compiling sha512-x86_64-linux.S
[815/1204] Compiling d1_both.cc
[816/1204] Compiling sha512-armv8-linux.S
[817/1204] Compiling sha512-armv8-win.S
[818/1204] Compiling sha512-armv4-linux.S
[819/1204] Compiling sha512-armv8-apple.S
[820/1204] Compiling sha512-586-linux.S
[821/1204] Compiling sha512-586-apple.S
[822/1204] Compiling sha256-x86_64-apple.S
[823/1204] Compiling sha256-x86_64-linux.S
[824/1204] Compiling sha256-armv8-win.S
[825/1204] Compiling sha256-armv8-linux.S
[826/1204] Compiling sha256-armv4-linux.S
[827/1204] Compiling sha256-586-linux.S
[828/1204] Compiling sha256-armv8-apple.S
[829/1204] Compiling sha256-586-apple.S
[830/1204] Compiling sha1-x86_64-linux.S
[831/1204] Compiling sha1-x86_64-apple.S
[832/1204] Compiling sha1-armv8-win.S
[833/1204] Compiling sha1-armv8-linux.S
[834/1204] Compiling sha1-armv8-apple.S
[835/1204] Compiling sha1-armv4-large-linux.S
[836/1204] Compiling sha1-586-linux.S
[837/1204] Compiling rsaz-avx2-apple.S
[838/1204] Compiling sha1-586-apple.S
[839/1204] Compiling rsaz-avx2-linux.S
[840/1204] Compiling rdrand-x86_64-linux.S
[841/1204] Compiling rdrand-x86_64-apple.S
[842/1204] Compiling p256_beeu-x86_64-asm-linux.S
[843/1204] Compiling p256_beeu-x86_64-asm-apple.S
[844/1204] Compiling p256_beeu-armv8-asm-win.S
[845/1204] Compiling p256_beeu-armv8-asm-linux.S
[846/1204] Compiling p256-x86_64-asm-linux.S
[847/1204] Compiling p256_beeu-armv8-asm-apple.S
[848/1204] Compiling p256-x86_64-asm-apple.S
[849/1204] Compiling p256-armv8-asm-win.S
[850/1204] Compiling p256-armv8-asm-linux.S
[851/1204] Compiling p256-armv8-asm-apple.S
[852/1204] Compiling ghashv8-armv8-win.S
[853/1204] Compiling ghashv8-armv8-linux.S
[854/1204] Compiling ghashv8-armv8-apple.S
[855/1204] Compiling ghashv8-armv7-linux.S
[856/1204] Compiling ghash-x86_64-linux.S
[857/1204] Compiling ghash-x86_64-apple.S
[858/1204] Compiling ghash-x86-linux.S
[859/1204] Compiling ghash-x86-apple.S
[860/1204] Compiling ghash-ssse3-x86_64-linux.S
[861/1204] Compiling ghash-ssse3-x86_64-apple.S
[862/1204] Compiling ghash-ssse3-x86-linux.S
[863/1204] Compiling ghash-ssse3-x86-apple.S
[864/1204] Compiling ghash-neon-armv8-win.S
[865/1204] Compiling ghash-neon-armv8-linux.S
[866/1204] Compiling ghash-neon-armv8-apple.S
[867/1204] Compiling co-586-linux.S
[868/1204] Compiling ghash-armv4-linux.S
[869/1204] Compiling bsaes-armv7-linux.S
[870/1204] Compiling co-586-apple.S
[871/1204] Compiling bn-armv8-win.S
[872/1204] Compiling bn-armv8-linux.S
[873/1204] Compiling bn-armv8-apple.S
[874/1204] Compiling bn-586-apple.S
[875/1204] Compiling bn-586-linux.S
[876/1204] Compiling armv8-mont-win.S
[877/1204] Compiling armv8-mont-linux.S
[918/1204] Compiling armv4-mont-linux.S
[919/1204] Compiling aesv8-gcm-armv8-win.S
[920/1204] Compiling armv8-mont-apple.S
[921/1204] Compiling aesv8-gcm-armv8-linux.S
[922/1204] Compiling aesv8-armv8-win.S
[922/1204] Compiling aesv8-armv8-linux.S
[924/1204] Compiling aesv8-gcm-armv8-apple.S
[925/1204] Compiling aesv8-armv7-linux.S
[926/1204] Compiling aesv8-armv8-apple.S
[927/1204] Compiling aesni-x86_64-linux.S
[928/1204] Compiling aesni-x86_64-apple.S
[929/1204] Compiling aesni-x86-linux.S
[930/1204] Compiling aesni-gcm-x86_64-linux.S
[931/1204] Compiling aesni-gcm-x86_64-apple.S
[932/1204] Compiling aes-gcm-avx2-x86_64-linux.S
[933/1204] Compiling aes-gcm-avx2-x86_64-apple.S
[934/1204] Compiling aesni-x86-apple.S
[935/1204] Compiling aes-gcm-avx10-x86_64-linux.S
[936/1204] Compiling aes-gcm-avx10-x86_64-apple.S
[937/1204] Compiling x_x509a.cc
[938/1204] Compiling x_val.cc
[939/1204] Compiling x_x509.cc
[940/1204] Compiling x_spki.cc
[941/1204] Compiling x_sig.cc
[942/1204] Compiling x_pubkey.cc
[943/1204] Compiling x_req.cc
[943/1204] Compiling x_name.cc
[945/1204] Compiling x_exten.cc
[946/1204] Compiling x509spki.cc
[947/1204] Compiling x_attrib.cc
[948/1204] Compiling x_algor.cc
[949/1204] Compiling x_crl.cc
[950/1204] Compiling x_all.cc
[951/1204] Compiling x509rset.cc
[951/1204] Compiling x509cset.cc
[953/1204] Compiling x509name.cc
[955/1204] Compiling ParseSwift ParsePushPayloadAny.swift
[956/1204] Compiling ParseSwift ParsePushStatus.swift
[957/1204] Compiling ParseSwift ParseRelation.swift
[958/1204] Compiling ParseSwift ParseSchema+async.swift
[959/1204] Compiling ParseSwift ParseSchema+combine.swift
[960/1204] Compiling ParseSwift ParseSchema.swift
[961/1204] Compiling ParseSwift ParseServer+async.swift
[962/1204] Compiling ParseSwift ParseServer+combine.swift
[963/1204] Compiling ParseSwift ParseServer.swift
[964/1204] Compiling ParseSwift ParseVersion.swift
[965/1204] Compiling ParseSwift Pointer+async.swift
[966/1204] Compiling ParseSwift Pointer+combine.swift
[967/1204] Compiling ParseSwift Pointer.swift
[968/1204] Compiling ParseSwift Query+async.swift
[969/1204] Compiling ParseSwift Query+combine.swift
[970/1204] Compiling ParseSwift Query.swift
[971/1204] Compiling ParseSwift QueryConstraint.swift
[972/1204] Compiling ParseSwift QueryViewModel.swift
[973/1204] Compiling ParseSwift QueryWhere.swift
[974/1204] Compiling ParseSwift Utility.swift
[974/1204] Compiling x509_vpm.cc
[975/1204] Compiling x509_req.cc
[975/1204] Compiling x509_ext.cc
[975/1204] Compiling x509_lu.cc
[975/1204] Compiling x509_v3.cc
[975/1204] Compiling x509_vfy.cc
[975/1204] Compiling x509_obj.cc
[975/1204] Compiling x509_trs.cc
[975/1204] Compiling x509_txt.cc
[975/1204] Compiling x509_set.cc
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/7040] Fetching swift-certificates
[2/12859] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.31s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.31s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.32s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.33s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.37s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.37s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/netreconlab/Parse-Swift.git
[1/38308] Fetching parse-swift
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.92s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.08s)
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.64s)
[14175/114656] Fetching parse-swift, vapor
Fetched https://github.com/apple/swift-nio.git from cache (2.45s)
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (3.03s)
Fetched https://github.com/vapor/vapor.git from cache (2.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (5.46s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.17s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (3.37s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.50s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2568] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (1.48s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.24s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.32s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.59s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (1.75s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.3 (0.56s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.117.2 (0.60s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/routing-kit.git
[1/3616] Fetching multipart-kit
[435/6248] Fetching multipart-kit, websocket-kit
[488/27604] Fetching multipart-kit, websocket-kit, routing-kit
[515/30043] Fetching multipart-kit, websocket-kit, routing-kit, async-kit
[613/31205] Fetching multipart-kit, websocket-kit, routing-kit, async-kit, swift-service-context
[2066/37685] Fetching multipart-kit, websocket-kit, routing-kit, async-kit, swift-service-context, console-kit
Fetched https://github.com/apple/swift-metrics.git from cache (1.00s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.18s)
[28867/36523] Fetching multipart-kit, websocket-kit, routing-kit, async-kit, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.47s)
Fetched https://github.com/vapor/console-kit.git from cache (1.47s)
Fetched https://github.com/vapor/async-kit.git from cache (1.47s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.47s)
[1121/3616] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.93s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.49s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.45s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.48s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.47s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.48s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.49s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.49s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (0.47s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.48s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.117.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.29.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 5.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-http2' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-crypto' is not used by any target
warning: 'spi-builder-workspace': dependency 'async-http-client' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-asn1' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-async-algorithms' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-certificates' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-http-structured-headers' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-transport-services' is not used by any target
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/229] Write sources
[1/230] Compiling x509_txt.cc
[2/230] Compiling x509_def.cc
[3/230] Compiling x509_set.cc
[4/230] Compiling x509_trs.cc
[5/230] Compiling x509_obj.cc
[5/230] Compiling x509_ext.cc
[7/230] Compiling x509_req.cc
[8/230] Compiling x509_v3.cc
[9/230] Compiling x509_lu.cc
[10/230] Compiling x509_vfy.cc
[11/230] Write swift-version-2F0A5646E1D333AE.txt
[12/230] Compiling x509_d2.cc
[13/230] Compiling x509.cc
[14/230] Compiling x509_cmp.cc
[15/230] Compiling x509_att.cc
[16/230] Compiling v3_prn.cc
[17/230] Compiling v3_skey.cc
[17/230] Compiling v3_purp.cc
[19/230] Compiling v3_pmaps.cc
[20/230] Compiling v3_utl.cc
[21/273] Compiling v3_pcons.cc
[23/301] Compiling ServiceContextModule ServiceContextKey.swift
[24/309] Compiling ServiceContextModule ServiceContext.swift
[25/309] Emitting module ServiceContextModule
[26/375] Compiling RealModule RealFunctions.swift
[27/376] Compiling Crypto HPKE-LabeledExtract.swift
[28/376] Compiling Crypto HPKE-Utils.swift
[29/376] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/376] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[31/376] Compiling Crypto HPKE-KEM.swift
[32/376] Compiling Crypto DHKEM.swift
[33/376] Compiling Crypto HPKE-KEM-Curve25519.swift
[34/380] Compiling RealModule RelaxedArithmetic.swift
[35/399] Compiling RealModule Float16+Real.swift
[36/399] Compiling RealModule Float80+Real.swift
[37/399] Compiling RealModule Real.swift
[38/399] Compiling RealModule Float+Real.swift
[39/399] Compiling RealModule AugmentedArithmetic.swift
[40/399] Compiling RealModule ElementaryFunctions.swift
[41/399] Compiling Atomics OptionalRawRepresentable.swift
[42/399] Compiling Atomics RawRepresentable.swift
[43/399] Compiling RealModule Double+Real.swift
[44/399] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/399] Emitting module _NIOBase64
[46/399] Compiling _NIOBase64 Base64.swift
[47/399] Compiling _NIODataStructures _TinyArray.swift
[48/399] Compiling _NIODataStructures Heap.swift
[49/399] Compiling _NIODataStructures PriorityQueue.swift
[50/399] Emitting module RealModule
[51/399] Emitting module _NIODataStructures
[52/399] Compiling Crypto HPKE.swift
[53/399] Compiling Crypto HPKE-Context.swift
[54/399] Compiling Crypto HPKE-KeySchedule.swift
[55/399] Compiling Crypto HPKE-Modes.swift
[56/399] Compiling Crypto Insecure.swift
[57/399] Compiling Crypto Insecure_HashFunctions.swift
[58/399] Compiling Crypto KEM.swift
[59/399] Compiling Crypto ECDH_boring.swift
[60/407] Compiling Crypto ObjectIdentifier.swift
[61/407] Compiling Crypto ECDSASignature.swift
[62/407] Compiling Crypto PEMDocument.swift
[63/407] Compiling Crypto PKCS8PrivateKey.swift
[64/407] Compiling Crypto SEC1PrivateKey.swift
[65/407] Compiling Crypto SubjectPublicKeyInfo.swift
[66/407] Compiling Crypto CryptoError_boring.swift
[67/407] Compiling Crypto CryptoKitErrors.swift
[68/407] Compiling Crypto AES.swift
[69/407] Compiling Crypto ECDSASignature_boring.swift
[70/407] Compiling Crypto ECDSA_boring.swift
[71/407] Compiling Crypto EdDSA_boring.swift
[72/407] Compiling Crypto ECDSA.swift
[73/407] Compiling Crypto Ed25519.swift
[74/407] Compiling Crypto Signature.swift
[75/407] Compiling Crypto CryptoKitErrors_boring.swift
[78/407] Compiling Atomics PointerConformances.swift
[79/407] Compiling Atomics Primitives.native.swift
[80/407] Compiling Atomics AtomicInteger.swift
[81/407] Compiling Atomics AtomicOptionalWrappable.swift
[82/407] Compiling Atomics UnsafeAtomicLazyReference.swift
[83/407] Compiling Atomics IntegerOperations.swift
[84/407] Compiling Atomics ManagedAtomicLazyReference.swift
[85/407] Compiling Crypto ASN1Boolean.swift
[86/407] Compiling Crypto ASN1Identifier.swift
[87/407] Compiling Crypto ASN1Integer.swift
[88/407] Compiling Crypto ASN1Null.swift
[89/407] Compiling Crypto ASN1OctetString.swift
[90/407] Compiling Crypto ASN1Strings.swift
[91/407] Compiling Crypto ArraySliceBigint.swift
[92/407] Compiling Crypto GeneralizedTime.swift
[93/407] Compiling Atomics AtomicMemoryOrderings.swift
[94/407] Compiling Crypto Digest.swift
[95/407] Compiling Crypto Digests.swift
[96/407] Compiling Crypto HashFunctions.swift
[97/407] Compiling Crypto HashFunctions_SHA2.swift
[98/407] Compiling Crypto HPKE-AEAD.swift
[99/407] Compiling Crypto HPKE-Ciphersuite.swift
[100/407] Compiling Crypto HPKE-KDF.swift
[101/407] Compiling Crypto DH.swift
[102/407] Compiling Crypto ECDH.swift
[103/407] Compiling Crypto HKDF.swift
[104/407] Compiling Crypto AESWrap.swift
[105/407] Compiling Crypto AESWrap_boring.swift
[106/407] Compiling Crypto Ed25519_boring.swift
[107/407] Compiling Crypto NISTCurvesKeys_boring.swift
[108/407] Compiling Crypto X25519Keys_boring.swift
[109/407] Compiling Atomics UnsafeAtomic.swift
[110/407] Compiling Atomics AtomicReference.swift
[111/407] Compiling Atomics AtomicStorage.swift
[112/407] Compiling Atomics DoubleWord.swift
[113/407] Compiling Atomics ManagedAtomic.swift
[114/407] Compiling Atomics AtomicBool.swift
[115/407] Compiling Atomics IntegerConformances.swift
[116/407] Compiling Atomics AtomicValue.swift
[117/407] Compiling Crypto Curve25519.swift
[118/407] Compiling Crypto Ed25519Keys.swift
[119/407] Compiling Crypto NISTCurvesKeys.swift
[120/407] Compiling Crypto X25519Keys.swift
[121/407] Compiling Crypto SymmetricKeys.swift
[122/407] Compiling Crypto HMAC.swift
[123/407] Compiling Crypto MACFunctions.swift
[124/407] Compiling Crypto MessageAuthenticationCode.swift
[125/594] Compiling ParseSwift Responses.swift
[126/594] Compiling ParseSwift ParseApple+async.swift
[127/594] Compiling ParseSwift BatchUtils.swift
[128/594] Compiling ParseSwift ParseURLSessionDelegate.swift
[129/594] Compiling ParseSwift ParseFacebook+async.swift
[130/594] Compiling ParseSwift ParseFacebook+combine.swift
[131/594] Emitting module Crypto
[132/621] Compiling Algorithms Product.swift
[133/621] Compiling ParseSwift ParseUser.swift
[134/621] Compiling ParseSwift Parse.swift
[135/621] Compiling Algorithms Reductions.swift
[136/621] Compiling Algorithms Rotate.swift
[137/621] Compiling Algorithms Split.swift
[138/621] Compiling Algorithms Suffix.swift
[139/621] Compiling Algorithms Trim.swift
[140/621] Compiling Algorithms Combinations.swift
[141/621] Compiling Algorithms Stride.swift
[142/621] Compiling Algorithms Partition.swift
[143/621] Compiling Algorithms Permutations.swift
[144/621] Compiling Algorithms Compacted.swift
[145/621] Compiling Algorithms Cycle.swift
[146/621] Compiling Algorithms RandomSample.swift
[147/624] Compiling Instrumentation NoOpInstrument.swift
[148/624] Compiling Instrumentation MultiplexInstrument.swift
[149/624] Compiling Instrumentation InstrumentationSystem.swift
[150/624] Compiling Instrumentation Instrument.swift
[151/624] Emitting module Instrumentation
[152/624] Compiling Instrumentation Locks.swift
[153/624] Compiling Atomics Unmanaged extensions.swift
[154/624] Compiling Algorithms Intersperse.swift
[155/624] Compiling Algorithms AdjacentPairs.swift
[156/624] Emitting module InternalCollectionsUtilities
[157/624] Compiling Algorithms Keyed.swift
[158/624] Compiling Algorithms MinMax.swift
[159/624] Compiling Algorithms EitherSequence.swift
[160/624] Compiling Algorithms FirstNonNil.swift
[161/624] Compiling Algorithms Grouped.swift
[162/624] Compiling Algorithms Indexed.swift
[163/624] Compiling Algorithms FlattenCollection.swift
[164/624] Compiling Algorithms Joined.swift
[165/632] Emitting module SystemPackage
[175/632] Compiling CoreMetrics Metrics.swift
[176/632] Emitting module CoreMetrics
[177/632] Compiling CoreMetrics Locks.swift
[178/632] Compiling Logging MetadataProvider.swift
[179/632] Compiling Logging LogHandler.swift
[180/632] Emitting module Logging
[181/632] Compiling Logging Logging.swift
[182/632] Compiling Logging Locks.swift
[189/632] Compiling Algorithms Chain.swift
[190/632] Compiling Algorithms Chunked.swift
[191/632] Compiling Tracing InstrumentationSystem+Tracing.swift
[195/688] Compiling Tracing TracingTime.swift
[196/688] Compiling Tracing TracerProtocol.swift
[197/688] Compiling Tracing Tracer.swift
[198/688] Compiling Tracing TracerProtocol+Legacy.swift
[199/688] Compiling ParseSwift ParseCloudUser.swift
[200/688] Compiling ParseSwift ParseInstallation+async.swift
[201/688] Compiling ParseSwift ParseInstallation+combine.swift
[202/688] Compiling ParseSwift ParseInstallation.swift
[203/688] Compiling ParseSwift ParseObject+async.swift
[204/688] Compiling ParseSwift ParseObject+combine.swift
[205/688] Compiling ParseSwift ParseObject.swift
[206/688] Compiling ParseSwift ParseFileTransferable.swift
[206/688] Compiling v3_ocsp.cc
[208/758] Compiling _RopeModule Rope+ForEachWhile.swift
[209/758] Compiling _RopeModule Rope+Insert.swift
[210/758] Compiling _RopeModule Rope+Join.swift
[211/773] Compiling _RopeModule BigString+Managing Breaks.swift
[212/773] Compiling _RopeModule BigString+RemoveSubrange.swift
[213/773] Compiling _RopeModule BigString+ReplaceSubrange.swift
[214/773] Compiling _RopeModule BigString+Split.swift
[215/773] Compiling _RopeModule Range+BigString.swift
[216/773] Compiling _RopeModule BigString+Append.swift
[217/773] Compiling _RopeModule BigString+Initializers.swift
[218/773] Compiling _RopeModule BigString+Insert.swift
[219/773] Compiling _RopeModule BigString+UTF16View.swift
[220/773] Compiling _RopeModule BigString+UTF8View.swift
[221/773] Compiling _RopeModule Rope+Append.swift
[222/775] Compiling Tracing NoOpTracer.swift
[223/775] Emitting module Tracing
[224/775] Compiling Tracing SpanProtocol.swift
[225/775] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[226/775] Compiling _RopeModule Rope+_UnsafeHandle.swift
[227/775] Compiling _RopeModule Rope.swift
[228/775] Compiling _RopeModule RopeElement.swift
[229/775] Compiling _RopeModule RopeMetric.swift
[230/775] Compiling _RopeModule BigString+Summary.swift
[231/781] Compiling HeapModule Heap+Descriptions.swift
[231/781] Compiling v3_ncons.cc
[233/781] Emitting module RoutingKit
[240/781] Emitting module Metrics
[241/781] Compiling Metrics Metrics.swift
[242/781] Compiling _RopeModule BigString+TextOutputStream.swift
[248/781] Compiling _RopeModule BigString+Metrics.swift
[249/781] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[250/781] Compiling _RopeModule BigString+Hashing.swift
[251/781] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[252/781] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[253/781] Compiling _RopeModule BigString+Sequence.swift
[254/781] Compiling Algorithms Unique.swift
[255/781] Compiling Algorithms Windows.swift
[259/781] Compiling _RopeModule Rope+MutatingForEach.swift
[260/781] Compiling HeapModule Heap+Invariants.swift
[261/781] Compiling HeapModule Heap.swift
[262/781] Compiling HeapModule _HeapNode.swift
[263/781] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[264/781] Compiling HeapModule Heap+UnsafeHandle.swift
[265/781] Compiling _RopeModule BigString+CustomStringConvertible.swift
[266/781] Compiling _RopeModule BigString+Equatable.swift
[267/781] Compiling _RopeModule BigString+UnicodeScalarView.swift
[268/781] Compiling _RopeModule BigSubstring+UTF16View.swift
[269/781] Compiling _RopeModule BigSubstring+UTF8View.swift
[270/781] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[271/781] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[272/781] Compiling _RopeModule BigString+Chunk+Splitting.swift
[273/781] Compiling _RopeModule BigString+Chunk.swift
[274/781] Compiling _RopeModule BigString+BidirectionalCollection.swift
[275/781] Compiling _RopeModule BigString+Comparable.swift
[276/781] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[277/781] Compiling _RopeModule BigSubstring.swift
[278/781] Compiling _RopeModule Rope+Builder.swift
[279/781] Compiling _RopeModule Rope+Debugging.swift
[280/781] Compiling _RopeModule Rope+Invariants.swift
[281/781] Compiling _RopeModule Rope+_Node.swift
[282/781] Compiling _RopeModule Rope+_Storage.swift
[285/797] Compiling DequeModule Deque._UnsafeHandle.swift
[286/797] Compiling DequeModule Deque.swift
[287/797] Compiling DequeModule Deque+CustomReflectable.swift
[288/797] Compiling DequeModule Deque+Hashable.swift
[289/797] Compiling DequeModule Deque+Codable.swift
[290/797] Compiling DequeModule Deque+Collection.swift
[291/797] Compiling DequeModule Deque+Equatable.swift
[292/797] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[293/797] Compiling DequeModule Deque+Extras.swift
[294/797] Compiling DequeModule Deque+Descriptions.swift
[295/797] Compiling DequeModule Deque+Testing.swift
[296/797] Compiling DequeModule Deque._Storage.swift
[297/797] Compiling RoutingKit Parameters.swift
[298/797] Compiling RoutingKit PathComponent.swift
[299/797] Compiling RoutingKit Router.swift
[300/797] Compiling RoutingKit TrieRouter.swift
[301/797] Compiling RoutingKit AnyRouter.swift
[302/875] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[303/875] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[304/875] Emitting module HeapModule
[305/875] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[306/875] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[307/875] Emitting module Atomics
[308/875] Compiling HashTreeCollections _HashNode+Lookups.swift
[309/875] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[310/930] Compiling BitCollections BitArray+Hashable.swift
[311/930] Compiling BitCollections BitArray+Initializers.swift
[312/930] Compiling BitCollections BitArray+Invariants.swift
[313/930] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[314/930] Compiling BitCollections BitArray+RandomBits.swift
[315/930] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[316/930] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[317/930] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[318/930] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[319/930] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[320/930] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[321/930] Compiling BitCollections BitArray+Descriptions.swift
[322/930] Compiling BitCollections BitArray+Equatable.swift
[323/930] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[324/930] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[325/937] Compiling BitCollections BitArray+Extras.swift
[326/937] Compiling BitCollections BitArray+Fill.swift
[327/937] Compiling BitCollections BitArray+BitwiseOperations.swift
[328/937] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[329/937] Compiling BitCollections BitArray+Codable.swift
[330/937] Compiling BitCollections BitArray+Collection.swift
[331/937] Compiling BitCollections BitArray+Copy.swift
[332/937] Compiling BitCollections BitArray+CustomReflectable.swift
[333/937] Compiling HashTreeCollections TreeDictionary+Codable.swift
[334/937] Compiling HashTreeCollections TreeDictionary+Collection.swift
[335/937] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[336/937] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[337/937] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[338/937] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[339/937] Compiling HashTreeCollections TreeSet+Equatable.swift
[340/937] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[341/937] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[342/937] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[343/937] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[344/937] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[345/937] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[346/937] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[347/937] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[348/937] Compiling HashTreeCollections TreeSet+Extras.swift
[349/937] Compiling HashTreeCollections TreeSet+Filter.swift
[350/937] Compiling HashTreeCollections TreeSet+Hashable.swift
[351/937] Compiling HashTreeCollections TreeSet+Sendable.swift
[352/937] Compiling HashTreeCollections TreeSet+Sequence.swift
[353/937] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[354/937] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[355/937] Compiling BitCollections BitSet.Index.swift
[356/937] Compiling BitCollections BitSet._UnsafeHandle.swift
[357/937] Compiling BitCollections BitArray+Shifts.swift
[358/937] Compiling BitCollections BitArray+Testing.swift
[359/937] Compiling BitCollections BitArray._UnsafeHandle.swift
[360/937] Compiling BitCollections BitArray.swift
[361/937] Compiling BitCollections BitSet+BidirectionalCollection.swift
[362/937] Compiling BitCollections BitSet+Codable.swift
[363/945] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[364/945] Compiling BitCollections BitSet+CustomReflectable.swift
[365/945] Compiling BitCollections BitSet+CustomStringConvertible.swift
[366/945] Compiling BitCollections BitSet+Equatable.swift
[367/945] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[368/945] Compiling BitCollections BitSet+Extras.swift
[369/950] Compiling BitCollections BitSet+Hashable.swift
[370/950] Compiling BitCollections Range+Utilities.swift
[371/950] Compiling BitCollections Slice+Utilities.swift
[372/950] Compiling BitCollections BitSet+Initializers.swift
[373/950] Compiling BitCollections UInt+Tricks.swift
[374/950] Compiling BitCollections BitSet+Invariants.swift
[375/950] Compiling BitCollections BitSet+Random.swift
[376/950] Compiling BitCollections _Word.swift
[377/950] Compiling BitCollections BitSet+SetAlgebra basics.swift
[391/950] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[392/950] Compiling BitCollections BitSet+SetAlgebra union.swift
[393/950] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[394/950] Compiling BitCollections BitSet.Counted.swift
[395/950] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[396/950] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[397/950] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[398/950] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[399/950] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[400/950] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[401/950] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[402/950] Compiling HashTreeCollections TreeSet.swift
[416/950] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[440/950] Compiling DequeModule _DequeSlot.swift
[441/950] Compiling DequeModule _DequeBufferHeader.swift
[450/950] Compiling DequeModule _DequeBuffer.swift
[453/950] Emitting module DequeModule
[454/951] Compiling BitCollections BitSet.swift
[467/951] Compiling v3_lib.cc
[469/951] Emitting module OrderedCollections
[470/951] Emitting module BitCollections
[488/951] Compiling v3_info.cc
[489/951] Compiling v3_int.cc
[491/951] Emitting module Algorithms
[492/951] Compiling DequeModule _UnsafeWrappedBuffer.swift
[510/951] Compiling _RopeModule Rope+Remove.swift
[511/951] Compiling _RopeModule Rope+RemoveSubrange.swift
[512/951] Compiling _RopeModule Rope+Split.swift
[513/951] Compiling _RopeModule Optional Utilities.swift
[514/951] Compiling _RopeModule String Utilities.swift
[515/951] Compiling _RopeModule String.Index+ABI.swift
[516/951] Compiling _RopeModule _CharacterRecognizer.swift
[542/951] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[566/951] Emitting module _RopeModule
[566/951] Compiling v3_ia5.cc
[567/951] Compiling v3_genn.cc
[568/951] Compiling v3_enum.cc
[569/951] Compiling v3_extku.cc
[570/951] Compiling v3_crld.cc
[571/951] Compiling v3_conf.cc
[572/951] Compiling v3_cpols.cc
[574/951] Compiling ParseSwift ParseGeoPoint.swift
[575/951] Compiling ParseSwift ParseHookFunction.swift
[576/951] Compiling ParseSwift ParseHookFunctionRequest.swift
[577/951] Compiling ParseSwift ParseHookResponse.swift
[578/951] Compiling ParseSwift ParseHookTrigger.swift
[579/951] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[580/951] Compiling ParseSwift ParseHookTriggerRequest.swift
[581/951] Compiling ParseSwift ParseKeychainAccessGroup.swift
[582/951] Compiling ParseSwift ParseOperation+async.swift
[583/951] Compiling ParseSwift ParseOperation+combine.swift
[584/951] Compiling ParseSwift ParseOperation.swift
[585/951] Compiling ParseSwift ParsePolygon.swift
[586/951] Compiling ParseSwift ParsePush+async.swift
[587/951] Compiling ParseSwift ParsePush+combine.swift
[588/951] Compiling ParseSwift ParsePush.swift
[589/951] Compiling ParseSwift ParsePushAppleAlert.swift
[590/951] Compiling ParseSwift ParsePushAppleSound.swift
[591/951] Compiling ParseSwift ParsePushPayloadApple.swift
[592/951] Compiling ParseSwift ParsePushFirebaseNotification.swift
[593/951] Compiling ParseSwift ParsePushPayloadFirebase.swift
[593/971] Compiling v3_bitst.cc
[594/971] Compiling v3_bcons.cc
[595/971] Compiling v3_alt.cc
[596/971] Compiling t_x509a.cc
[597/971] Compiling v3_akeya.cc
[618/971] Compiling v3_akey.cc
[619/971] Compiling t_x509.cc
[620/971] Compiling t_req.cc
[622/971] Emitting module HashTreeCollections
[622/971] Compiling i2d_pr.cc
[623/971] Compiling t_crl.cc
[624/973] Compiling rsa_pss.cc
[625/973] Compiling name_print.cc
[626/973] Compiling policy.cc
[628/973] Compiling Collections Collections.swift
[629/973] Emitting module Collections
[629/973] Compiling by_file.cc
[630/973] Compiling by_dir.cc
[631/973] Compiling algorithm.cc
[632/973] Compiling asn1_gen.cc
[634/973] Emitting module ParseSwift
[635/973] Compiling ParseSwift ParseOperationIncrementDouble.swift
[636/973] Compiling ParseSwift ParseOperationRemove.swift
[637/973] Compiling ParseSwift ParseOperationRemoveRelation.swift
[638/973] Compiling ParseSwift ParseACL.swift
[639/973] Compiling ParseSwift ParseAnalytics+async.swift
[640/973] Compiling ParseSwift ParseAnalytics+combine.swift
[641/973] Compiling ParseSwift ParseAnalytics.swift
[642/973] Compiling ParseSwift ParseBytes.swift
[643/973] Compiling ParseSwift ParseCLP.swift
[644/973] Compiling ParseSwift ParseConfigCodable+async.swift
[645/973] Compiling ParseSwift ParseConfigCodable+combine.swift
[646/973] Compiling ParseSwift ParseConfigCodable.swift
[647/973] Compiling ParseSwift ParseConfiguration.swift
[648/973] Compiling ParseSwift ParseError.swift
[649/973] Compiling ParseSwift ParseField.swift
[650/973] Compiling ParseSwift ParseFieldOptions.swift
[651/973] Compiling ParseSwift ParseFile+async.swift
[652/973] Compiling ParseSwift ParseFile+combine.swift
[653/973] Compiling ParseSwift ParseFile.swift
[654/973] Compiling ParseSwift ParseFileDefaultTransfer.swift
[655/973] Compiling ParseSwift ParseAuthentication+combine.swift
[656/973] Compiling ParseSwift ParseAuthentication.swift
[657/973] Compiling ParseSwift AnyCodable.swift
[658/973] Compiling ParseSwift AnyDecodable.swift
[659/973] Compiling ParseSwift AnyEncodable.swift
[660/973] Compiling ParseSwift ParseCoding.swift
[661/973] Compiling ParseSwift ParseEncoder.swift
[662/973] Compiling ParseSwift Data.swift
[663/973] Compiling ParseSwift Date.swift
[664/973] Compiling ParseSwift Dictionary.swift
[665/973] Compiling ParseSwift Encodable.swift
[666/973] Compiling ParseSwift InputStream.swift
[667/973] Compiling ParseSwift URLCache.swift
[668/973] Compiling ParseSwift URLSession.swift
[669/973] Compiling ParseSwift BaseConfig.swift
[670/973] Compiling ParseSwift BaseParseInstallation.swift
[671/973] Compiling ParseSwift BaseParseUser.swift
[672/973] Compiling ParseSwift NoBody.swift
[673/973] Compiling ParseSwift LiveQueryConstants.swift
[674/973] Compiling ParseSwift LiveQuerySocket.swift
[675/973] Compiling ParseSwift ParseGoogle.swift
[676/973] Compiling ParseSwift ParseInstagram+async.swift
[677/973] Compiling ParseSwift ParseInstagram+combine.swift
[678/973] Compiling ParseSwift ParseInstagram.swift
[679/973] Compiling ParseSwift ParseLDAP+async.swift
[680/973] Compiling ParseSwift ParseLDAP+combine.swift
[681/973] Compiling ParseSwift ParseLDAP.swift
[682/973] Compiling ParseSwift ParseLinkedIn+async.swift
[683/973] Compiling ParseSwift ParseLinkedIn+combine.swift
[684/973] Compiling ParseSwift ParseLinkedIn.swift
[685/973] Compiling ParseSwift ParseSpotify+async.swift
[686/973] Compiling ParseSwift ParseSpotify+combine.swift
[687/973] Compiling ParseSwift ParseSpotify.swift
[688/973] Compiling ParseSwift ParseTwitter+async.swift
[689/973] Compiling ParseSwift ParseTwitter+combine.swift
[690/973] Compiling ParseSwift ParseTwitter.swift
[691/973] Compiling ParseSwift ParseAnonymous+async.swift
[692/973] Compiling ParseSwift ParseAnonymous+combine.swift
[693/973] Compiling ParseSwift ParseAnonymous.swift
[694/973] Compiling ParseSwift ParseAuthentication+async.swift
[700/973] Compiling ParseSwift ParseHookRequestable+async.swift
[701/973] Compiling ParseSwift ParseHookRequestable+combine.swift
[702/973] Compiling ParseSwift ParseHookRequestable.swift
[703/973] Compiling ParseSwift ParseHookTriggerRequestable.swift
[704/973] Compiling ParseSwift ParseHookTriggerable+async.swift
[705/973] Compiling ParseSwift ParseHookTriggerable+combine.swift
[706/973] Compiling ParseSwift ParseHookTriggerable.swift
[707/973] Compiling ParseSwift ParseHookable.swift
[708/973] Compiling ParseSwift ParseOperationable.swift
[709/973] Compiling ParseSwift ParsePointerable+async.swift
[710/973] Compiling ParseSwift ParsePointerable+combine.swift
[711/973] Compiling ParseSwift ParsePointerable.swift
[712/973] Compiling ParseSwift ParsePushApplePayloadable.swift
[713/973] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[714/973] Compiling ParseSwift ParsePushPayloadable.swift
[714/973] Compiling thread_win.cc
[715/973] Compiling thread_none.cc
[716/973] Compiling thread_pthread.cc
[717/973] Compiling a_verify.cc
[718/973] Compiling voprf.cc
[719/973] Compiling a_digest.cc
[720/973] Compiling trust_token.cc
[721/973] Compiling a_sign.cc
[722/973] Compiling pmbtoken.cc
[723/973] Compiling thread.cc
[724/973] Compiling stack.cc
[725/973] Compiling slhdsa.cc
[726/973] Compiling siphash.cc
[727/973] Compiling sha256.cc
[728/973] Compiling sha512.cc
[729/973] Compiling sha1.cc
[730/973] Compiling spake2plus.cc
[731/973] Compiling rsa_print.cc
[732/973] Compiling rsa_extra.cc
[793/973] Compiling rsa_crypt.cc
[794/973] Compiling rc4.cc
[795/973] Compiling windows.cc
[796/973] Compiling refcount.cc
[797/973] Compiling urandom.cc
[798/973] Compiling trusty.cc
[799/973] Compiling rand.cc
[800/973] Compiling rsa_asn1.cc
[801/973] Compiling poly1305_arm_asm.S
[802/973] Compiling passive.cc
[803/973] Compiling ios.cc
[804/973] Compiling getentropy.cc
[805/973] Compiling forkunsafe.cc
[806/973] Compiling fork_detect.cc
[806/973] Compiling deterministic.cc
[808/973] Compiling poly1305_vec.cc
[809/973] Compiling poly1305_arm.cc
[810/973] Compiling pool.cc
[811/973] Compiling poly1305.cc
[812/973] Compiling pkcs7.cc
[813/973] Compiling pkcs8_x509.cc
[814/973] Compiling pkcs8.cc
[815/973] Compiling p5_pbev2.cc
[816/973] Compiling pkcs7_x509.cc
[817/973] Compiling pem_xaux.cc
[818/973] Compiling pem_x509.cc
[819/973] Compiling pem_pkey.cc
[820/973] Compiling pem_pk8.cc
[821/973] Compiling pem_oth.cc
[822/973] Compiling mlkem.cc
[823/973] Compiling mldsa.cc
[824/973] Compiling obj_xref.cc
[825/973] Compiling pem_lib.cc
[826/973] Compiling pem_info.cc
[827/973] Compiling obj.cc
[828/973] Compiling mem.cc
[829/973] Compiling poly_rq_mul.S
[830/973] Compiling pem_all.cc
[831/973] Compiling fips_shared_support.cc
[832/973] Compiling md5.cc
[833/973] Compiling md4.cc
[834/973] Compiling lhash.cc
[835/973] Compiling ex_data.cc
[836/973] Compiling kyber.cc
[837/973] Compiling sign.cc
[838/973] Compiling hpke.cc
[839/973] Compiling hrss.cc
[841/973] Compiling ParseSwift ParsePushPayloadAny.swift
[842/973] Compiling ParseSwift ParsePushStatus.swift
[843/973] Compiling ParseSwift ParseRelation.swift
[844/973] Compiling ParseSwift ParseSchema+async.swift
[845/973] Compiling ParseSwift ParseSchema+combine.swift
[846/973] Compiling ParseSwift ParseSchema.swift
[847/973] Compiling ParseSwift ParseServer+async.swift
[848/973] Compiling ParseSwift ParseServer+combine.swift
[849/973] Compiling ParseSwift ParseServer.swift
[850/973] Compiling ParseSwift ParseVersion.swift
[851/973] Compiling ParseSwift Pointer+async.swift
[852/973] Compiling ParseSwift Pointer+combine.swift
[853/973] Compiling ParseSwift Pointer.swift
[854/973] Compiling ParseSwift Query+async.swift
[855/973] Compiling ParseSwift Query+combine.swift
[856/973] Compiling ParseSwift Query.swift
[857/973] Compiling ParseSwift QueryConstraint.swift
[858/973] Compiling ParseSwift QueryViewModel.swift
[859/973] Compiling ParseSwift QueryWhere.swift
[860/973] Compiling ParseSwift Utility.swift
[860/973] Compiling scrypt.cc
[861/973] Compiling pbkdf.cc
[862/973] Compiling print.cc
[863/973] Compiling p_x25519.cc
[864/973] Compiling p_x25519_asn1.cc
[865/973] Compiling p_rsa_asn1.cc
[866/973] Compiling p_ed25519.cc
[867/973] Compiling p_hkdf.cc
[868/973] Compiling p_rsa.cc
[869/973] Compiling p_ec.cc
[870/973] Compiling p_ed25519_asn1.cc
[871/973] Compiling p_ec_asn1.cc
[872/973] Compiling p_dh_asn1.cc
[873/973] Compiling p_dsa_asn1.cc
[874/973] Compiling p_dh.cc
[875/973] Compiling evp.cc
[875/973] Compiling evp_ctx.cc
[877/973] Compiling err.cc
[878/973] Compiling engine.cc
[879/973] Compiling evp_asn1.cc
[880/973] Compiling ecdsa_asn1.cc
[881/973] Compiling ecdh.cc
[882/973] Compiling hash_to_curve.cc
[883/973] Compiling ec_derive.cc
[884/973] Compiling bcm.cc
[885/973] Compiling dsa.cc
[886/973] Compiling dsa_asn1.cc
[887/973] Compiling ec_asn1.cc
[888/973] Compiling params.cc
[889/973] Compiling x25519-asm-arm.S
[890/973] Compiling digest_extra.cc
[891/973] Compiling curve25519_64_adx.cc
[892/973] Compiling des.cc
[893/973] Compiling dh_asn1.cc
[894/973] Compiling spake25519.cc
[895/973] Compiling cpu_intel.cc
[896/973] Compiling crypto.cc
[897/973] Compiling cpu_arm_freebsd.cc
[898/973] Compiling cpu_arm_linux.cc
[899/973] Compiling curve25519.cc
[900/973] Compiling cpu_aarch64_win.cc
[901/973] Compiling cpu_aarch64_sysreg.cc
[902/973] Compiling cpu_aarch64_openbsd.cc
[903/973] Compiling cpu_aarch64_linux.cc
[904/973] Compiling cpu_aarch64_fuchsia.cc
[905/973] Compiling cpu_aarch64_apple.cc
[906/973] Compiling get_cipher.cc
[907/973] Compiling tls_cbc.cc
[908/973] Compiling conf.cc
[909/973] Compiling e_tls.cc
[910/973] Compiling e_rc4.cc
[911/973] Compiling e_null.cc
[912/973] Compiling e_rc2.cc
[913/973] Compiling e_des.cc
[914/973] Compiling e_chacha20poly1305.cc
[915/973] Compiling e_aesgcmsiv.cc
[916/973] Compiling derive_key.cc
[917/973] Compiling e_aesctrhmac.cc
[918/973] Compiling chacha.cc
[919/973] Compiling unicode.cc
[920/973] Compiling ber.cc
[921/973] Compiling cbs.cc
[922/973] Compiling cbb.cc
[923/973] Compiling buf.cc
[924/973] Compiling asn1_compat.cc
[925/973] Compiling blake2.cc
[926/973] Compiling socket_helper.cc
[927/973] Compiling bn_asn1.cc
[928/973] Compiling convert.cc
[929/973] Compiling socket.cc
[930/973] Compiling printf.cc
[931/973] Compiling pair.cc
[932/973] Compiling hexdump.cc
[933/973] Compiling file.cc
[934/973] Compiling fd.cc
[935/973] Compiling errno.cc
[936/973] Compiling connect.cc
[937/973] Compiling bio_mem.cc
[938/973] Compiling bio.cc
[939/973] Compiling base64.cc
[940/973] Compiling tasn_typ.cc
[941/973] Compiling tasn_fre.cc
[942/973] Compiling tasn_enc.cc
[943/973] Compiling tasn_utl.cc
[944/973] Compiling tasn_new.cc
[945/973] Compiling f_string.cc
[946/973] Compiling posix_time.cc
[947/973] Compiling f_int.cc
[948/973] Compiling tasn_dec.cc
[949/973] Compiling asn_pack.cc
[950/973] Compiling asn1_par.cc
[951/973] Compiling asn1_lib.cc
[952/973] Compiling a_utctm.cc
[953/973] Compiling a_type.cc
[954/973] Compiling a_time.cc
[955/973] Compiling a_octet.cc
[956/973] Compiling a_strnid.cc
[957/973] Compiling a_strex.cc
[958/973] Compiling a_object.cc
[959/973] Compiling a_mbstr.cc
[960/973] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[961/973] Compiling a_int.cc
[962/973] Compiling a_i2d_fp.cc
[963/973] Compiling a_dup.cc
[964/973] Compiling a_d2i_fp.cc
[965/973] Compiling a_gentm.cc
[966/973] Compiling a_bitstr.cc
[967/973] Compiling a_bool.cc
[968/973] Compiling c-nioatomics.c
[969/973] Compiling c-atomics.c
[971/979] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[972/979] Compiling NIOConcurrencyHelpers lock.swift
[973/979] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[974/979] Emitting module NIOConcurrencyHelpers
[975/979] Compiling NIOConcurrencyHelpers NIOLock.swift
[976/979] Compiling NIOConcurrencyHelpers atomics.swift
[977/1069] Compiling NIOCore NIOAsyncSequenceProducer.swift
[978/1069] Compiling NIOCore ByteBuffer-core.swift
[979/1069] Compiling NIOCore ByteBuffer-hex.swift
[980/1071] Compiling NIOCore ByteBuffer-int.swift
[981/1071] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[982/1071] Compiling NIOCore ByteBuffer-multi-int.swift
[983/1071] Compiling NIOCore AsyncChannelHandler.swift
[984/1071] Compiling NIOCore AsyncChannelInboundStream.swift
[985/1071] Compiling NIOCore AsyncChannelOutboundWriter.swift
[986/1071] Emitting module ConsoleKitTerminal
[987/1071] Compiling NIOCore AddressedEnvelope.swift
[988/1071] Compiling NIOCore AsyncAwaitSupport.swift
[989/1071] Compiling NIOCore AsyncChannel.swift
[990/1071] Compiling NIOCore DispatchQueue+WithFuture.swift
[991/1071] Compiling NIOCore EventLoop+Deprecated.swift
[992/1071] Compiling NIOCore NIOAsyncWriter.swift
[993/1071] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[994/1071] Compiling NIOCore BSDSocketAPI.swift
[995/1071] Compiling NIOCore Codec.swift
[996/1071] Compiling NIOCore ConvenienceOptionSupport.swift
[997/1071] Compiling NIOCore DeadChannel.swift
[998/1071] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[999/1071] Compiling NIOCore ByteBuffer-views.swift
[1000/1071] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1001/1071] Compiling NIOCore ByteBuffer-aux.swift
[1002/1071] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1003/1071] Compiling NIOCore ByteBuffer-conversions.swift
[1004/1071] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1005/1071] Compiling ConsoleKitTerminal LoggerFragment.swift
[1006/1093] Compiling NIOCore Linux.swift
[1007/1093] Compiling NIOCore MarkedCircularBuffer.swift
[1008/1093] Compiling NIOCore MulticastChannel.swift
[1009/1093] Compiling NIOCore NIOAny.swift
[1010/1093] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1011/1093] Compiling NIOCore NIOCoreSendableMetatype.swift
[1012/1093] Compiling NIOCore NIOLoopBound.swift
[1013/1093] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1014/1093] Compiling NIOCore NIOScheduledCallback.swift
[1015/1093] Compiling NIOCore NIOSendable.swift
[1016/1093] Compiling NIOCore RecvByteBufferAllocator.swift
[1017/1093] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1018/1093] Compiling NIOCore SocketAddresses.swift
[1019/1099] Emitting module ConsoleKitCommands
[1020/1101] Compiling ConsoleKitCommands Flag.swift
[1021/1101] Compiling ConsoleKitCommands Option.swift
[1022/1101] Compiling ConsoleKitCommands Argument.swift
[1023/1101] Compiling ConsoleKitCommands CommandSignature.swift
[1024/1101] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1025/1101] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1026/1101] Compiling NIOCore SocketOptionProvider.swift
[1027/1101] Compiling NIOCore SystemCallHelpers.swift
[1028/1101] Compiling NIOCore TimeAmount+Duration.swift
[1029/1101] Compiling NIOCore TypeAssistedChannelHandler.swift
[1030/1101] Compiling NIOCore UniversalBootstrapSupport.swift
[1031/1101] Compiling NIOCore Utilities.swift
[1032/1101] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1033/1101] Compiling ConsoleKitCommands Utilities.swift
[1034/1101] Compiling ConsoleKitCommands Completion.swift
[1041/1101] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1042/1101] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1043/1101] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1044/1101] Compiling NIOCore EventLoopFuture.swift
[1045/1101] Compiling NIOCore FileDescriptor.swift
[1046/1101] Compiling NIOCore FileHandle.swift
[1047/1101] Compiling NIOCore FileRegion.swift
[1048/1101] Compiling NIOCore GlobalSingletons.swift
[1049/1101] Compiling NIOCore IO.swift
[1050/1101] Compiling NIOCore IOData.swift
[1051/1101] Compiling NIOCore IPProtocol.swift
[1052/1101] Compiling NIOCore IntegerBitPacking.swift
[1053/1101] Compiling NIOCore IntegerTypes.swift
[1054/1101] Compiling NIOCore Interfaces.swift
[1055/1101] Compiling NIOCore Channel.swift
[1056/1101] Compiling NIOCore ChannelHandler.swift
[1057/1101] Compiling NIOCore ChannelHandlers.swift
[1058/1101] Compiling NIOCore ChannelInvoker.swift
[1059/1101] Compiling NIOCore ChannelOption.swift
[1060/1101] Compiling NIOCore ChannelPipeline.swift
[1061/1101] Compiling NIOCore CircularBuffer.swift
[1069/1101] Compiling ConsoleKitCommands Command.swift
[1070/1101] Compiling ConsoleKitCommands CommandContext.swift
[1071/1101] Compiling ConsoleKitCommands CommandError.swift
[1072/1101] Compiling ConsoleKitCommands CommandGroup.swift
[1073/1101] Compiling ConsoleKitCommands CommandInput.swift
[1074/1101] Compiling ConsoleKitCommands ConsoleError.swift
[1076/1101] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1077/1101] Compiling ConsoleKitCommands AsyncCommand.swift
[1078/1101] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1079/1101] Compiling ConsoleKitCommands AsyncCommands.swift
[1080/1101] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1081/1101] Compiling ConsoleKitCommands AnyCommand.swift
[1082/1101] Compiling ConsoleKitCommands Commands.swift
[1083/1101] Compiling ConsoleKitCommands Console+Run.swift
[1084/1103] Emitting module ConsoleKit
[1085/1103] Compiling ConsoleKit Exports.swift
[1100/1103] Emitting module NIOCore
[1101/1159] Emitting module NIOEmbedded
[1102/1159] Compiling NIOEmbedded AsyncTestingChannel.swift
[1103/1159] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1104/1159] Compiling NIOEmbedded Embedded.swift
[1105/1159] Compiling NIOPosix System.swift
[1106/1159] Compiling NIOPosix Thread.swift
[1107/1159] Compiling NIOPosix ThreadPosix.swift
[1108/1159] Compiling NIOPosix ThreadWindows.swift
[1109/1159] Compiling NIOPosix UnsafeTransfer.swift
[1110/1164] Compiling NIOPosix PosixSingletons.swift
[1111/1164] Compiling NIOPosix RawSocketBootstrap.swift
[1112/1164] Compiling NIOPosix Resolver.swift
[1113/1164] Compiling NIOPosix Selectable.swift
[1114/1164] Compiling NIOPosix SelectableChannel.swift
[1115/1164] Compiling NIOPosix SelectableEventLoop.swift
[1116/1164] Compiling NIOPosix BSDSocketAPICommon.swift
[1117/1164] Compiling NIOPosix BSDSocketAPIPosix.swift
[1118/1164] Compiling NIOPosix BSDSocketAPIWindows.swift
[1119/1164] Compiling NIOPosix BaseSocket.swift
[1120/1164] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1121/1164] Compiling NIOPosix BaseSocketChannel.swift
[1122/1164] Emitting module NIOPosix
[1123/1164] Compiling NIOPosix LinuxCPUSet.swift
[1124/1164] Compiling NIOPosix LinuxUring.swift
[1125/1164] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1126/1164] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1127/1164] Compiling NIOPosix NIOThreadPool.swift
[1128/1164] Compiling NIOPosix NonBlockingFileIO.swift
[1129/1164] Compiling NIOPosix GetaddrinfoResolver.swift
[1130/1164] Compiling NIOPosix HappyEyeballs.swift
[1131/1164] Compiling NIOPosix IO.swift
[1132/1164] Compiling NIOPosix IntegerBitPacking.swift
[1133/1164] Compiling NIOPosix IntegerTypes.swift
[1134/1164] Compiling NIOPosix Linux.swift
[1135/1164] Compiling NIOPosix PendingDatagramWritesManager.swift
[1136/1164] Compiling NIOPosix PendingWritesManager.swift
[1137/1164] Compiling NIOPosix PipeChannel.swift
[1138/1164] Compiling NIOPosix PipePair.swift
[1139/1164] Compiling NIOPosix Pool.swift
[1140/1164] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1141/1164] Compiling NIOPosix Utilities.swift
[1142/1164] Compiling NIOPosix VsockAddress.swift
[1143/1164] Compiling NIOPosix VsockChannelEvents.swift
[1144/1164] Compiling NIOPosix Windows.swift
[1145/1164] Compiling NIOPosix resource_bundle_accessor.swift
[1146/1164] Compiling NIOPosix SelectorEpoll.swift
[1147/1164] Compiling NIOPosix SelectorGeneric.swift
[1148/1164] Compiling NIOPosix SelectorKqueue.swift
[1149/1164] Compiling NIOPosix SelectorUring.swift
[1150/1164] Compiling NIOPosix SelectorWSAPoll.swift
[1151/1164] Compiling NIOPosix ServerSocket.swift
[1152/1164] Compiling NIOPosix Socket.swift
[1153/1164] Compiling NIOPosix SocketChannel.swift
[1154/1164] Compiling NIOPosix SocketProtocols.swift
[1155/1164] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1156/1164] Compiling NIOPosix BaseStreamSocketChannel.swift
[1157/1164] Compiling NIOPosix Bootstrap.swift
[1158/1164] Compiling NIOPosix ControlMessage.swift
[1159/1164] Compiling NIOPosix DatagramVectorReadManager.swift
[1160/1164] Compiling NIOPosix Errors+Any.swift
[1161/1164] Compiling NIOPosix FileDescriptor.swift
[1162/1226] Emitting module NIO
[1163/1226] Compiling NIO Exports.swift
[1164/1226] Compiling _NIOFileSystem Array+FileSystem.swift
[1165/1226] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1166/1226] Compiling _NIOFileSystem BufferedReader.swift
[1167/1268] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1168/1268] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1169/1268] Emitting module NIOTLS
[1170/1268] Compiling NIOTLS TLSEvents.swift
[1171/1268] Emitting module _NIOFileSystem
[1172/1272] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1173/1272] Compiling NIOHTTP1 HTTPDecoder.swift
[1174/1272] Compiling NIOHTTP1 HTTPEncoder.swift
[1175/1272] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1176/1272] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1177/1272] Compiling NIOSOCKS ClientStateMachine.swift
[1178/1272] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1179/1272] Compiling NIOSOCKS SOCKSResponse.swift
[1180/1273] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1181/1273] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1182/1274] Compiling NIOSOCKS Helpers.swift
[1183/1274] Compiling NIOSOCKS Messages.swift
[1186/1274] Compiling NIOSOCKS Errors.swift
[1187/1274] Compiling NIOSOCKS SOCKSRequest.swift
[1190/1274] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1191/1274] Emitting module NIOSOCKS
[1194/1274] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1195/1274] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1196/1274] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1197/1274] Compiling NIOTLS SNIHandler.swift
[1198/1274] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1199/1274] Compiling AsyncKit Optional+StrictMap.swift
[1200/1274] Compiling AsyncKit Exports.swift
[1201/1274] Compiling _NIOFileSystem FileSystemProtocol.swift
[1202/1274] Compiling _NIOFileSystem FileType.swift
[1203/1274] Compiling _NIOFileSystem IOStrategy.swift
[1204/1274] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1205/1274] Compiling _NIOFileSystem ByteCount.swift
[1206/1274] Compiling _NIOFileSystem Convenience.swift
[1207/1274] Compiling _NIOFileSystem DirectoryEntries.swift
[1208/1274] Compiling _NIOFileSystem DirectoryEntry.swift
[1209/1274] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1210/1274] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1211/1274] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1212/1274] Compiling NIOHTTP1 HTTPTypes.swift
[1213/1305] Compiling NIOSOCKS ServerStateMachine.swift
[1214/1305] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1215/1305] Emitting module NIOFoundationCompat
[1216/1305] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1217/1305] Compiling NIOSSL SSLErrors.swift
[1218/1305] Compiling NIOSSL AndroidCABundle.swift
[1219/1305] Compiling NIOSSL CustomPrivateKey.swift
[1220/1305] Compiling NIOSSL IdentityVerification.swift
[1221/1305] Compiling NIOSSL LinuxCABundle.swift
[1222/1305] Compiling NIOSSL NIOSSLClientHandler.swift
[1223/1305] Emitting module AsyncKit
[1224/1305] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1225/1305] Compiling _NIOFileSystem OpenOptions.swift
[1226/1305] Compiling _NIOFileSystem String+FileSystem.swift
[1227/1305] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1228/1327] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1229/1327] Emitting module NIOHTTP1
[1230/1327] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1231/1327] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1232/1327] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1233/1327] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1234/1327] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1235/1327] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1236/1327] Compiling NIOTransportServices NIOTSSingletons.swift
[1237/1327] Compiling NIOTransportServices NIOTSBootstraps.swift
[1238/1327] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1239/1327] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1240/1327] Compiling NIOTransportServices StateManagedChannel.swift
[1241/1327] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1242/1327] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1244/1327] Compiling NIOTransportServices NIOTSEventLoop.swift
[1245/1327] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1246/1327] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1247/1327] Compiling NIOTransportServices NIOTSErrors.swift
[1248/1327] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1249/1327] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1250/1327] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1251/1327] Compiling NIOSSL SSLInit.swift
[1252/1327] Compiling NIOSSL SSLPKCS12Bundle.swift
[1253/1327] Compiling NIOSSL SSLPrivateKey.swift
[1254/1327] Compiling NIOSSL SafeCompare.swift
[1255/1327] Compiling NIOSSL RNG.swift
[1256/1327] Compiling _NIOFileSystem FileSystem.swift
[1257/1327] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1258/1327] Compiling _NIOFileSystem FileSystemError.swift
[1259/1398] Emitting module NIOTransportServices
[1260/1400] Compiling NIOWebSocket WebSocketOpcode.swift
[1261/1401] Compiling NIOHPACK HPACKEncoder.swift
[1262/1402] Emitting module NIOFileSystem
[1263/1402] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1264/1402] Compiling NIOHPACK IndexedHeaderTable.swift
[1265/1402] Compiling NIOHPACK IntegerCoding.swift
[1266/1402] Compiling NIOFileSystem Exports.swift
[1267/1402] Compiling NIOHPACK DynamicHeaderTable.swift
[1268/1402] Compiling NIOHPACK HPACKDecoder.swift
[1269/1404] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1270/1404] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1271/1404] Compiling NIOWebSocket SHA1.swift
[1272/1404] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1273/1404] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1274/1404] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1275/1404] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1276/1404] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1277/1404] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1278/1404] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1279/1404] Compiling MultipartKit MultipartFormData.swift
[1280/1404] Compiling MultipartKit MultipartParser.swift
[1281/1404] Compiling MultipartKit FormDataEncoder.swift
[1282/1404] Compiling MultipartKit Storage.swift
[1285/1405] Emitting module NIOSSL
[1286/1408] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1289/1408] Compiling NIOHTTPCompression HTTPDecompression.swift
[1290/1408] Compiling MultipartKit Exports.swift
[1291/1408] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1292/1408] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1293/1408] Compiling MultipartKit FormDataDecoder.swift
[1294/1408] Compiling MultipartKit MultipartPart.swift
[1295/1408] Compiling MultipartKit MultipartPartConvertible.swift
[1296/1408] Compiling NIOHPACK HeaderTables.swift
[1297/1408] Emitting module _NIOFileSystemFoundationCompat
[1298/1408] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1299/1408] Emitting module NIOHTTPCompression
[1300/1408] Compiling NIOHTTPCompression HTTPCompression.swift
[1303/1408] Compiling NIOHPACK HuffmanCoding.swift
[1304/1408] Compiling NIOHPACK HuffmanTables.swift
[1311/1408] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1312/1408] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1313/1408] Emitting module NIOWebSocket
[1316/1408] Emitting module MultipartKit
[1317/1408] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1318/1408] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1319/1408] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1320/1408] Emitting module NIOExtras
[1323/1408] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1324/1408] Compiling NIOWebSocket WebSocketFrame.swift
[1325/1408] Compiling NIOHPACK StaticHeaderTable.swift
[1326/1408] Emitting module NIOHPACK
[1327/1408] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1328/1408] Compiling NIOHPACK HPACKErrors.swift
[1329/1408] Compiling NIOHPACK HPACKHeader.swift
[1337/1408] Compiling MultipartKit MultipartSerializer.swift
[1338/1408] Compiling MultipartKit Utilities.swift
[1342/1408] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1343/1408] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1357/1470] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1358/1470] Compiling NIOHTTP2 GlitchesMonitor.swift
[1359/1470] Compiling NIOHTTP2 MaySendFrames.swift
[1360/1470] Compiling NIOHTTP2 SendingDataState.swift
[1361/1470] Compiling NIOHTTP2 SendingGoawayState.swift
[1364/1470] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1365/1470] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1366/1470] Compiling NIOHTTP2 HTTP2Error.swift
[1367/1470] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1368/1470] Compiling NIOHTTP2 SendingRstStreamState.swift
[1369/1470] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1370/1470] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1371/1470] Compiling NIOHTTP2 Error+Any.swift
[1372/1470] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1373/1470] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1374/1470] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1375/1470] Compiling NIOHTTP2 ReceivingDataState.swift
[1376/1470] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1377/1470] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1378/1470] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1379/1470] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1380/1470] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1381/1470] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1382/1470] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1383/1470] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1384/1470] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1385/1470] Compiling NIOHTTP2 MayReceiveFrames.swift
[1386/1470] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1387/1470] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1388/1470] Compiling NIOHTTP2 HasLocalSettings.swift
[1389/1470] Compiling NIOHTTP2 HasRemoteSettings.swift
[1390/1470] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1391/1470] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1392/1470] Compiling NIOExtras WritePCAPHandler.swift
[1393/1478] Compiling NIOHTTP2 HTTP2Stream.swift
[1394/1478] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1395/1478] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1396/1478] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1397/1478] Compiling NIOHTTP2 HTTP2StreamID.swift
[1398/1478] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1399/1478] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1400/1478] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1401/1478] Compiling NIOHTTP2 InboundEventBuffer.swift
[1402/1478] Compiling NIOHTTP2 InboundWindowManager.swift
[1403/1478] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1404/1478] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1405/1484] Emitting module NIOHTTP2
[1426/1484] Compiling WebSocketKit WebSocketHandler.swift
[1427/1484] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1428/1484] Compiling NIOHTTP2 StreamChannelList.swift
[1429/1484] Compiling NIOHTTP2 StreamMap.swift
[1430/1484] Compiling NIOHTTP2 StreamStateMachine.swift
[1431/1484] Compiling NIOHTTP2 UnsafeTransfer.swift
[1432/1484] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1433/1484] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1434/1484] Compiling NIOHTTP2 QuiescingState.swift
[1435/1484] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1436/1484] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1437/1484] Compiling NIOHTTP2 StateMachineResult.swift
[1438/1484] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1439/1484] Compiling NIOHTTP2 DOSHeuristics.swift
[1445/1484] Compiling NIOHTTP2 SendingHeadersState.swift
[1446/1484] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1461/1484] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1462/1484] Compiling NIOHTTP2 HTTP2Frame.swift
[1463/1484] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1464/1484] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1465/1484] Compiling NIOHTTP2 HTTP2PingData.swift
[1466/1484] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1467/1484] Compiling NIOHTTP2 HTTP2Settings.swift
[1468/1484] Compiling WebSocketKit Exports.swift
[1469/1484] Emitting module WebSocketKit
[1470/1484] Compiling WebSocketKit WebSocket.swift
[1471/1484] Compiling WebSocketKit WebSocket+Connect.swift
[1472/1484] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1473/1484] Compiling WebSocketKit WebSocket+Concurrency.swift
[1474/1484] Compiling WebSocketKit WebSocketClient.swift
[1482/1548] Compiling AsyncHTTPClient BasicAuth.swift
[1483/1548] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1484/1548] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1485/1548] Compiling AsyncHTTPClient ConnectionPool.swift
[1486/1548] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1487/1548] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1488/1548] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1489/1555] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1490/1555] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1491/1555] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1492/1555] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1493/1555] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1494/1555] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1495/1555] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1496/1555] Emitting module AsyncHTTPClient
[1497/1555] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1498/1555] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1499/1555] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1500/1555] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1501/1555] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1502/1555] Compiling AsyncHTTPClient Transaction.swift
[1503/1555] Compiling AsyncHTTPClient Base64.swift
[1504/1555] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1505/1555] Compiling AsyncHTTPClient HTTP1Connection.swift
[1506/1555] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1507/1555] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1508/1555] Compiling AsyncHTTPClient HTTP2Connection.swift
[1509/1555] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1510/1555] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1511/1555] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1512/1555] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1513/1555] Compiling AsyncHTTPClient ConnectionTarget.swift
[1514/1555] Compiling AsyncHTTPClient DeconstructedURL.swift
[1515/1555] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1516/1555] Compiling AsyncHTTPClient FoundationExtensions.swift
[1517/1555] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1518/1555] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1519/1555] Compiling AsyncHTTPClient RequestOptions.swift
[1520/1555] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1521/1555] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1522/1555] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1523/1555] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1524/1555] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1525/1555] Compiling AsyncHTTPClient SSLContextCache.swift
[1526/1555] Compiling AsyncHTTPClient Scheme.swift
[1527/1555] Compiling AsyncHTTPClient Singleton.swift
[1528/1555] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1529/1555] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1530/1555] Compiling AsyncHTTPClient TracingSupport.swift
[1531/1555] Compiling AsyncHTTPClient Utils.swift
[1532/1555] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1533/1555] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1534/1555] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1535/1555] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1536/1555] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1537/1555] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1538/1555] Compiling AsyncHTTPClient RequestBodyLength.swift
[1539/1555] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1540/1555] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1541/1555] Compiling AsyncHTTPClient HTTPClient.swift
[1542/1555] Compiling AsyncHTTPClient HTTPHandler.swift
[1543/1555] Compiling AsyncHTTPClient LRUCache.swift
[1544/1555] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1545/1555] Compiling AsyncHTTPClient NWErrorHandler.swift
[1546/1555] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1547/1555] Compiling AsyncHTTPClient TLSConfiguration.swift
[1548/1555] Compiling AsyncHTTPClient RedirectState.swift
[1549/1555] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1550/1555] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1551/1555] Compiling AsyncHTTPClient RequestBag.swift
[1552/1555] Compiling AsyncHTTPClient RequestValidation.swift
[1553/1752] Compiling Vapor PlaintextDecoder.swift
[1554/1752] Compiling Vapor PlaintextEncoder.swift
[1555/1752] Compiling Vapor URLQueryCoders.swift
[1556/1752] Compiling Vapor URLQueryContainer.swift
[1557/1752] Compiling Vapor Core.swift
[1558/1752] Compiling Vapor Running.swift
[1559/1752] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1560/1752] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1561/1752] Compiling Vapor DotEnvFile+load.swift
[1562/1752] Compiling Vapor Routes+caseInsenstive.swift
[1563/1752] Compiling Vapor Validatable+validate.swift
[1564/1752] Compiling Vapor Environment+Process.swift
[1565/1752] Compiling Vapor Environment+Secret.swift
[1566/1752] Compiling Vapor Environment.swift
[1567/1752] Compiling Vapor Abort.swift
[1568/1752] Compiling Vapor AbortError.swift
[1569/1752] Compiling Vapor DebuggableError.swift
[1570/1752] Compiling Vapor Demangler.swift
[1571/1752] Compiling Vapor ErrorSource.swift
[1572/1752] Compiling Vapor StackTrace.swift
[1573/1752] Compiling Vapor Exports.swift
[1574/1752] Compiling Vapor Application+HTTP.swift
[1575/1752] Emitting module Vapor
[1576/1752] Compiling Vapor Application.swift
[1577/1752] Compiling Vapor AuthenticationCache.swift
[1578/1752] Compiling Vapor Authenticator.swift
[1579/1752] Compiling Vapor BasicAuthorization.swift
[1580/1752] Compiling Vapor BearerAuthorization.swift
[1581/1752] Compiling Vapor GuardMiddleware.swift
[1582/1752] Compiling Vapor RedirectMiddleware.swift
[1583/1752] Compiling Vapor SessionAuthenticatable.swift
[1584/1752] Compiling Vapor Bcrypt.swift
[1585/1752] Compiling Vapor Application+Cache.swift
[1586/1752] Compiling Vapor Cache.swift
[1587/1752] Compiling Vapor CacheExpirationTime.swift
[1588/1752] Compiling Vapor MemoryCache.swift
[1589/1752] Compiling Vapor Request+Cache.swift
[1590/1752] Compiling Vapor Application+Clients.swift
[1591/1752] Compiling Vapor Client.swift
[1592/1752] Compiling Vapor ClientRequest.swift
[1593/1752] Compiling Vapor ClientResponse.swift
[1594/1752] Compiling Vapor Request+Client.swift
[1595/1752] Compiling Vapor BootCommand.swift
[1596/1752] Compiling Vapor CommandContext+Application.swift
[1597/1752] Compiling Vapor RoutesCommand.swift
[1598/1773] Compiling Vapor FormDataDecoder+Content.swift
[1599/1773] Compiling Vapor FormDataEncoder+Content.swift
[1600/1773] Compiling Vapor Application+Password.swift
[1601/1773] Compiling Vapor Application+Passwords.swift
[1602/1773] Compiling Vapor AsyncPasswordHasher.swift
[1603/1773] Compiling Vapor BcryptHasher.swift
[1604/1773] Compiling Vapor PasswordHasher.swift
[1605/1773] Compiling Vapor PlaintextHasher.swift
[1606/1773] Compiling Vapor Request+Password.swift
[1607/1773] Compiling Vapor Redirect.swift
[1608/1773] Compiling Vapor Request+Body.swift
[1609/1773] Compiling Vapor Request+BodyStream.swift
[1610/1773] Compiling Vapor Request.swift
[1611/1773] Compiling Vapor Application+Responder.swift
[1612/1773] Compiling Vapor DefaultResponder.swift
[1613/1773] Compiling Vapor Response+Body.swift
[1614/1773] Compiling Vapor Response.swift
[1615/1773] Compiling Vapor ResponseCodable.swift
[1616/1773] Compiling Vapor Application+Routes.swift
[1617/1773] Compiling Vapor Parameters+Require.swift
[1618/1773] Compiling Vapor Request+WebSocket.swift
[1619/1773] Compiling Vapor Route.swift
[1620/1773] Compiling Vapor RouteCollection.swift
[1621/1773] Compiling Vapor Routes.swift
[1622/1773] Compiling Vapor RoutesBuilder+Group.swift
[1623/1773] Compiling Vapor RoutesBuilder+Method.swift
[1624/1773] Compiling Vapor RoutesBuilder+Middleware.swift
[1625/1773] Compiling Vapor RoutesBuilder+WebSocket.swift
[1626/1773] Compiling Vapor RoutesBuilder.swift
[1627/1773] Compiling Vapor OTP.swift
[1628/1773] Compiling Vapor Application+Servers.swift
[1629/1773] Compiling Vapor Server.swift
[1630/1773] Compiling Vapor App+Service.swift
[1631/1773] Compiling Vapor Req+Service.swift
[1632/1773] Compiling Vapor Service.swift
[1633/1773] Compiling Vapor Application+Sessions.swift
[1634/1773] Compiling Vapor MemorySessions.swift
[1635/1773] Compiling Vapor Request+Session.swift
[1636/1773] Compiling Vapor Session.swift
[1637/1773] Compiling Vapor SessionCache.swift
[1638/1773] Compiling Vapor SessionData.swift
[1639/1773] Compiling Vapor SessionDriver.swift
[1640/1773] Compiling Vapor SessionsConfiguration.swift
[1641/1773] Compiling Vapor SessionsMiddleware.swift
[1642/1773] Compiling Vapor URLEncodedFormData.swift
[1643/1773] Compiling Vapor URLEncodedFormDecoder.swift
[1644/1773] Compiling Vapor URLEncodedFormEncoder.swift
[1645/1773] Compiling Vapor URLEncodedFormError.swift
[1646/1773] Compiling Vapor URLEncodedFormParser.swift
[1647/1773] Compiling Vapor URLEncodedFormSerializer.swift
[1648/1773] Compiling Vapor URLQueryFragmentConvertible.swift
[1649/1773] Compiling Vapor AnyResponse.swift
[1650/1773] Compiling Vapor Array+Random.swift
[1651/1773] Compiling Vapor Base32.swift
[1652/1773] Compiling Vapor Base64.swift
[1653/1773] Compiling Vapor BaseN.swift
[1654/1773] Compiling Vapor BasicCodingKey.swift
[1655/1773] Compiling Vapor ByteCount.swift
[1656/1773] Compiling Vapor Bytes+Hex.swift
[1657/1773] Compiling Vapor Bytes+SecureCompare.swift
[1658/1773] Compiling Vapor Collection+Safe.swift
[1659/1773] Compiling Vapor DataProtocol+Copy.swift
[1660/1773] Compiling Vapor DecoderUnwrapper.swift
[1661/1773] Compiling Vapor DirectoryConfiguration.swift
[1662/1773] Compiling Vapor DotEnv.swift
[1663/1773] Compiling Vapor Extendable.swift
[1664/1773] Compiling Vapor File.swift
[1665/1773] Compiling Vapor FileIO.swift
[1666/1773] Compiling Vapor LifecycleHandler.swift
[1667/1773] Compiling Vapor OptionalType.swift
[1668/1773] Compiling Vapor RFC1123.swift
[1669/1773] Compiling Vapor SocketAddress+Hostname.swift
[1670/1773] Compiling Vapor Storage.swift
[1671/1773] Compiling Vapor String+IsIPAddress.swift
[1672/1773] Compiling Vapor Thread.swift
[1673/1773] Compiling Vapor URI.swift
[1674/1773] Compiling Vapor VaporSendableMetadataType.swift
[1675/1773] Compiling Vapor RangeResult.swift
[1676/1773] Compiling Vapor Validatable.swift
[1677/1773] Compiling Vapor Validation.swift
[1678/1773] Compiling Vapor ValidationKey.swift
[1679/1773] Compiling Vapor Validations.swift
[1680/1773] Compiling Vapor ValidationsError.swift
[1681/1773] Compiling Vapor Validator.swift
[1682/1773] Compiling Vapor ValidatorResult.swift
[1683/1773] Compiling Vapor And.swift
[1684/1773] Compiling Vapor HTTPMediaTypePreference.swift
[1685/1773] Compiling Vapor Responder.swift
[1686/1773] Compiling Vapor Application+HTTP+Server.swift
[1687/1773] Compiling Vapor HTTPServer.swift
[1688/1773] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1689/1773] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1690/1773] Compiling Vapor HTTPServerHandler.swift
[1691/1773] Compiling Vapor HTTPServerRequestDecoder.swift
[1692/1773] Compiling Vapor HTTPServerResponseEncoder.swift
[1693/1773] Compiling Vapor HTTPServerUpgradeHandler.swift
[1694/1773] Compiling Vapor Logger+Report.swift
[1695/1773] Compiling Vapor LoggingSystem+Environment.swift
[1696/1773] Compiling Vapor Application+Middleware.swift
[1697/1773] Compiling Vapor CORSMiddleware.swift
[1698/1773] Compiling Vapor ErrorMiddleware.swift
[1699/1773] Compiling Vapor FileMiddleware.swift
[1700/1773] Compiling Vapor Middleware.swift
[1701/1773] Compiling Vapor MiddlewareConfiguration.swift
[1702/1773] Compiling Vapor ResponseCompressionMiddleware.swift
[1703/1773] Compiling Vapor RouteLoggingMiddleware.swift
[1704/1773] Compiling Vapor TracingMiddleware.swift
[1705/1773] Compiling Vapor File+Multipart.swift
[1706/1773] Compiling Vapor ServeCommand.swift
[1707/1773] Compiling Vapor AnyResponse+Concurrency.swift
[1708/1773] Compiling Vapor AsyncBasicResponder.swift
[1709/1773] Compiling Vapor AsyncMiddleware.swift
[1710/1773] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1711/1773] Compiling Vapor AsyncSessionDriver.swift
[1712/1773] Compiling Vapor Authentication+Concurrency.swift
[1713/1773] Compiling Vapor Cache+Concurrency.swift
[1714/1773] Compiling Vapor Client+Concurrency.swift
[1715/1773] Compiling Vapor RequestBody+Concurrency.swift
[1716/1773] Compiling Vapor Responder+Concurrency.swift
[1717/1773] Compiling Vapor ResponseCodable+Concurrency.swift
[1718/1773] Compiling Vapor RoutesBuilder+Concurrency.swift
[1719/1773] Compiling Vapor ViewRenderer+Concurrency.swift
[1720/1773] Compiling Vapor WebSocket+Concurrency.swift
[1721/1773] Compiling Vapor ContainerGetPathExecutor.swift
[1722/1773] Compiling Vapor Content.swift
[1723/1773] Compiling Vapor ContentCoders.swift
[1724/1773] Compiling Vapor ContentConfiguration.swift
[1725/1773] Compiling Vapor ContentContainer.swift
[1726/1773] Compiling Vapor JSONCoder+Custom.swift
[1727/1773] Compiling Vapor JSONCoders+Content.swift
[1728/1773] Compiling Vapor BasicResponder.swift
[1729/1773] Compiling Vapor BodyStream.swift
[1730/1773] Compiling Vapor Application+HTTP+Client.swift
[1731/1773] Compiling Vapor EventLoopHTTPClient.swift
[1732/1773] Compiling Vapor EndpointCache.swift
[1733/1773] Compiling Vapor HTTPMethod+String.swift
[1734/1773] Compiling Vapor HTTPStatus.swift
[1735/1773] Compiling Vapor HTTPCookies.swift
[1736/1773] Compiling Vapor HTTPHeaderCacheControl.swift
[1737/1773] Compiling Vapor HTTPHeaderExpires.swift
[1738/1773] Compiling Vapor HTTPHeaderLastModified.swift
[1739/1773] Compiling Vapor HTTPHeaders+Cache.swift
[1740/1773] Compiling Vapor HTTPHeaders+Connection.swift
[1741/1773] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1742/1773] Compiling Vapor HTTPHeaders+ContentRange.swift
[1743/1773] Compiling Vapor HTTPHeaders+Directive.swift
[1744/1773] Compiling Vapor HTTPHeaders+Forwarded.swift
[1745/1773] Compiling Vapor HTTPHeaders+Link.swift
[1746/1773] Compiling Vapor HTTPHeaders+Name.swift
[1747/1773] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1748/1773] Compiling Vapor HTTPHeaders.swift
[1749/1773] Compiling Vapor HTTPMediaType.swift
[1750/1773] Compiling Vapor Case.swift
[1751/1773] Compiling Vapor CharacterSet.swift
[1752/1773] Compiling Vapor Count.swift
[1753/1773] Compiling Vapor Custom.swift
[1754/1773] Compiling Vapor Email.swift
[1755/1773] Compiling Vapor Empty.swift
[1756/1773] Compiling Vapor In.swift
[1757/1773] Compiling Vapor Nil.swift
[1758/1773] Compiling Vapor NilIgnoring.swift
[1759/1773] Compiling Vapor Not.swift
[1760/1773] Compiling Vapor Or.swift
[1761/1773] Compiling Vapor Pattern.swift
[1762/1773] Compiling Vapor Range.swift
[1763/1773] Compiling Vapor URL.swift
[1764/1773] Compiling Vapor Valid.swift
[1765/1773] Compiling Vapor Application+Views.swift
[1766/1773] Compiling Vapor PlaintextRenderer.swift
[1767/1773] Compiling Vapor Request+View.swift
[1768/1773] Compiling Vapor View.swift
[1769/1773] Compiling Vapor ViewRenderer.swift
[1770/1773] Compiling Vapor _Deprecations.swift
[1771/1786] Compiling ParseServerSwift configure.swift
[1772/1787] Compiling ParseServerSwift ParseServerConfiguration.swift
[1773/1787] Compiling ParseServerSwift Parse.swift
[1774/1787] Compiling ParseServerSwift Constants.swift
[1775/1787] Compiling ParseServerSwift Hooks.swift
[1776/1787] Compiling ParseServerSwift FooParameters.swift
[1777/1787] Compiling ParseServerSwift Functions.swift
[1778/1787] Compiling ParseServerSwift User.swift
[1779/1787] Compiling ParseServerSwift Parse+Vapor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:11:1: warning: extension declares a conformance of imported type 'ParseHookFunctionRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
  9 | import ParseSwift
 10 |
 11 | extension ParseHookFunctionRequest: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookFunctionRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 | extension ParseHookTriggerRequest: Content {}
 13 | extension ParseHookResponse: Content {}
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:12:1: warning: extension declares a conformance of imported type 'ParseHookTriggerRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 10 |
 11 | extension ParseHookFunctionRequest: Content {}
 12 | extension ParseHookTriggerRequest: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookTriggerRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 | extension ParseHookResponse: Content {}
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:13:1: warning: extension declares a conformance of imported type 'ParseHookResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 11 | extension ParseHookFunctionRequest: Content {}
 12 | extension ParseHookTriggerRequest: Content {}
 13 | extension ParseHookResponse: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | public extension ParseHookRequestable {
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:58:1: warning: extension declares a conformance of imported type 'ParseEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 56 | }
 57 |
 58 | extension ParseEncoder: ContentEncoder {
    | |- warning: extension declares a conformance of imported type 'ParseEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 59 |
 60 |     public func encode<E>(
[1780/1787] Compiling ParseServerSwift ParseHookFunction+Vapor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:11:1: warning: extension declares a conformance of imported type 'ParseHookFunctionRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
  9 | import ParseSwift
 10 |
 11 | extension ParseHookFunctionRequest: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookFunctionRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 | extension ParseHookTriggerRequest: Content {}
 13 | extension ParseHookResponse: Content {}
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:12:1: warning: extension declares a conformance of imported type 'ParseHookTriggerRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 10 |
 11 | extension ParseHookFunctionRequest: Content {}
 12 | extension ParseHookTriggerRequest: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookTriggerRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 | extension ParseHookResponse: Content {}
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:13:1: warning: extension declares a conformance of imported type 'ParseHookResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 11 | extension ParseHookFunctionRequest: Content {}
 12 | extension ParseHookTriggerRequest: Content {}
 13 | extension ParseHookResponse: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | public extension ParseHookRequestable {
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:58:1: warning: extension declares a conformance of imported type 'ParseEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 56 | }
 57 |
 58 | extension ParseEncoder: ContentEncoder {
    | |- warning: extension declares a conformance of imported type 'ParseEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 59 |
 60 |     public func encode<E>(
[1781/1787] Emitting module ParseServerSwift
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:11:1: warning: extension declares a conformance of imported type 'ParseHookFunctionRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
  9 | import ParseSwift
 10 |
 11 | extension ParseHookFunctionRequest: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookFunctionRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 | extension ParseHookTriggerRequest: Content {}
 13 | extension ParseHookResponse: Content {}
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:12:1: warning: extension declares a conformance of imported type 'ParseHookTriggerRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 10 |
 11 | extension ParseHookFunctionRequest: Content {}
 12 | extension ParseHookTriggerRequest: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookTriggerRequest' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 | extension ParseHookResponse: Content {}
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:13:1: warning: extension declares a conformance of imported type 'ParseHookResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 11 | extension ParseHookFunctionRequest: Content {}
 12 | extension ParseHookTriggerRequest: Content {}
 13 | extension ParseHookResponse: Content {}
    | |- warning: extension declares a conformance of imported type 'ParseHookResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | public extension ParseHookRequestable {
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/Parse+Vapor.swift:58:1: warning: extension declares a conformance of imported type 'ParseEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
 56 | }
 57 |
 58 | extension ParseEncoder: ContentEncoder {
    | |- warning: extension declares a conformance of imported type 'ParseEncoder' to imported protocol 'ContentEncoder'; this will not behave correctly if the owners of 'ParseSwift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 59 |
 60 |     public func encode<E>(
[1782/1787] Compiling ParseServerSwift ParseHookTrigger+Vapor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/ParseHookTrigger+Vapor.swift:51:31: warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
  49 |             )
  50 |         } else {
  51 |             hookTrigger = try Self(
     |                               `- warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
  52 |                 trigger: trigger,
  53 |                 url: url
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/ParseHookTrigger+Vapor.swift:466:31: warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
 464 |                                url: url)
 465 |         } else {
 466 |             hookTrigger = try Self(
     |                               `- warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
 467 |                 trigger: trigger,
 468 |                 url: url
[1783/1787] Compiling ParseServerSwift GameScore.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/ParseHookTrigger+Vapor.swift:51:31: warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
  49 |             )
  50 |         } else {
  51 |             hookTrigger = try Self(
     |                               `- warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
  52 |                 trigger: trigger,
  53 |                 url: url
/Users/admin/builder/spi-builder-workspace/Sources/ParseServerSwift/Extensions/ParseHookTrigger+Vapor.swift:466:31: warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
 464 |                                url: url)
 465 |         } else {
 466 |             hookTrigger = try Self(
     |                               `- warning: 'init(trigger:url:)' is deprecated: Add "object" as the first argument
 467 |                 trigger: trigger,
 468 |                 url: url
[1784/1787] Compiling ParseServerSwift routes.swift
[1785/1789] Emitting module App
[1786/1789] Compiling App entrypoint.swift
[1786/1789] Write Objects.LinkFileList
[1787/1789] Linking App
[1788/1789] Applying App
Build complete! (67.46s)
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-http2' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-crypto' is not used by any target
warning: 'spi-builder-workspace': dependency 'async-http-client' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-asn1' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-async-algorithms' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-certificates' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-http-structured-headers' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-transport-services' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "exact" : [
          "4.117.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "parse-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.12.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/netreconlab/Parse-Swift.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "exact" : [
          "1.1.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "exact" : [
          "2.86.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "exact" : [
          "1.38.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "exact" : [
          "1.6.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "exact" : [
          "2.34.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "exact" : [
          "3.15.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "exact" : [
          "1.29.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "exact" : [
          "1.29.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "exact" : [
          "1.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "exact" : [
          "1.15.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-http-structured-headers",
      "requirement" : {
        "exact" : [
          "1.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-structured-headers.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "exact" : [
          "1.25.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "ParseServerSwift",
  "name" : "ParseServerSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ParseServerSwift",
      "targets" : [
        "ParseServerSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParseServerSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwiftTests",
      "path" : "Tests/ParseServerSwiftTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParseServerSwift",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwift",
      "path" : "Sources/ParseServerSwift",
      "product_dependencies" : [
        "Vapor",
        "ParseSwift"
      ],
      "product_memberships" : [
        "ParseServerSwift",
        "App"
      ],
      "sources" : [
        "Extensions/Parse+Vapor.swift",
        "Extensions/ParseHookFunction+Vapor.swift",
        "Extensions/ParseHookTrigger+Vapor.swift",
        "Models/GameScore.swift",
        "Models/Hooks.swift",
        "Models/Parameters/FooParameters.swift",
        "Models/User.swift",
        "Parse.swift",
        "ParseServerConfiguration.swift",
        "Utility/Constants.swift",
        "Utility/Functions.swift",
        "configure.swift",
        "routes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Done.