The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of hummingbird-auth, reference 2.0.2 (8630a4), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 02:21:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-auth.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hummingbird-project/hummingbird-auth
 * tag               2.0.2      -> FETCH_HEAD
HEAD is now at 8630a49 Update from hummingbird-project-template c77fc90235989fe91ad9e969da24dcf098d3b979 (#81)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
8630a49acca3b38c50e29d61ab263cb7edf0b06d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-auth.git at 2.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-auth.git
https://github.com/hummingbird-project/hummingbird-auth.git
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.63.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    }
  ],
  "manifest_display_name" : "hummingbird-auth",
  "name" : "hummingbird-auth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdAuth",
      "targets" : [
        "HummingbirdAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBasicAuth",
      "targets" : [
        "HummingbirdBasicAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBcrypt",
      "targets" : [
        "HummingbirdBcrypt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdOTP",
      "targets" : [
        "HummingbirdOTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdAuthTesting",
      "targets" : [
        "HummingbirdAuthTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdOTP",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdOTP",
      "path" : "Sources/HummingbirdOTP",
      "product_dependencies" : [
        "Crypto",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdOTP"
      ],
      "sources" : [
        "OTP.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBcrypt",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBcrypt",
      "path" : "Sources/HummingbirdBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "Bcrypt.swift"
      ],
      "target_dependencies" : [
        "CBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBasicAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBasicAuth",
      "path" : "Sources/HummingbirdBasicAuth",
      "product_dependencies" : [
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdBasicAuth"
      ],
      "sources" : [
        "BasicAuthenticator.swift",
        "PasswordVerifier.swift",
        "UserPasswordRepository.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTests",
      "path" : "Tests/HummingbirdAuthTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "NIOPosix"
      ],
      "sources" : [
        "AuthTests.swift",
        "BcryptTests.swift",
        "OTPTests.swift",
        "SessionTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt",
        "HummingbirdOTP",
        "HummingbirdAuthTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdAuthTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTesting",
      "path" : "Sources/HummingbirdAuthTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "TestClient+Auth.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuth",
      "path" : "Sources/HummingbirdAuth",
      "product_dependencies" : [
        "Hummingbird",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "Authenticator/AuthRequestContext.swift",
        "Authenticator/Authenticator.swift",
        "Authenticator/ClosureAuthenticator.swift",
        "BasicAuthentication.swift",
        "BearerAuthentication.swift",
        "Deprecated.swift",
        "Middleware/IsAuthenticatedMiddleware.swift",
        "Sessions/SessionAuthenticator.swift",
        "Sessions/SessionContext.swift",
        "Sessions/SessionMiddleware.swift",
        "Sessions/SessionStorage.swift",
        "Sessions/UserSessionRepository.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CBcrypt",
      "module_type" : "ClangTarget",
      "name" : "CBcrypt",
      "path" : "Sources/CBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "bcrypt.c",
        "blf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/473] Write sources
[9/473] Copying PrivacyInfo.xcprivacy
[10/473] Write sources
[50/473] Compiling CNIOWindows WSAStartup.c
[51/473] Compiling CNIOWindows shim.c
[51/473] Compiling CNIOWASI CNIOWASI.c
[53/473] Compiling CNIOLinux shim.c
[54/473] Compiling CNIOLinux liburing_shims.c
[55/473] Compiling _NumericsShims _NumericsShims.c
[56/473] Write swift-version-2F0A5646E1D333AE.txt
[57/473] Compiling fiat_p256_adx_mul.S
[58/473] Compiling fiat_p256_adx_sqr.S
[59/473] Compiling CNIOExtrasZlib empty.c
[60/473] Compiling fiat_curve25519_adx_square.S
[61/473] Compiling _AtomicsShims.c
[62/484] Compiling CNIOLLHTTP c_nio_http.c
[63/492] Compiling CNIOLLHTTP c_nio_api.c
[64/515] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/527] Compiling CNIODarwin shim.c
[66/600] Compiling CNIOBoringSSLShims shims.c
[68/603] Emitting module ServiceContextModule
[69/603] Compiling ServiceContextModule ServiceContextKey.swift
[70/603] Compiling ServiceContextModule ServiceContext.swift
[71/603] Compiling RealModule Real.swift
[72/603] Compiling RealModule Float80+Real.swift
[73/604] Emitting module RealModule
[74/604] Compiling RealModule AlgebraicField.swift
[75/604] Compiling RealModule ApproximateEquality.swift
[76/604] Compiling RealModule RealFunctions.swift
[77/604] Compiling RealModule Float16+Real.swift
[78/604] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[79/604] Compiling Crypto Digests.swift
[80/604] Compiling Crypto HashFunctions.swift
[81/605] Compiling RealModule AugmentedArithmetic.swift
[82/605] Compiling RealModule Double+Real.swift
[83/608] Compiling RealModule ElementaryFunctions.swift
[84/608] Compiling RealModule Float+Real.swift
[85/608] Emitting module _NIOBase64
[86/608] Compiling _NIOBase64 Base64.swift
[86/608] Compiling fiat_curve25519_adx_mul.S
[88/608] Compiling Crypto HPKE-Ciphersuite.swift
[89/608] Compiling Crypto HPKE-KDF.swift
[90/614] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/614] Compiling Crypto Cipher.swift
[92/614] Compiling Crypto Nonces.swift
[93/614] Emitting module InternalCollectionsUtilities
[94/614] Compiling Crypto ChaChaPoly_boring.swift
[95/614] Compiling Crypto ChaChaPoly.swift
[96/614] Compiling Crypto Digest_boring.swift
[97/614] Compiling Crypto Digest.swift
[98/614] Compiling Crypto ASN1.swift
[99/614] Compiling Crypto ASN1Any.swift
[100/614] Compiling Crypto AES-GCM.swift
[101/614] Compiling Crypto AES-GCM_boring.swift
[102/614] Compiling Crypto HashFunctions_SHA2.swift
[103/614] Compiling Crypto HPKE-AEAD.swift
[104/614] Compiling _NIODataStructures _TinyArray.swift
[105/614] Compiling _NIODataStructures PriorityQueue.swift
[106/614] Compiling Instrumentation MultiplexInstrument.swift
[107/614] Compiling Instrumentation NoOpInstrument.swift
[108/614] Compiling Logging MetadataProvider.swift
[109/614] Compiling HTTPTypes ISOLatin1String.swift
[110/614] Compiling HTTPTypes HTTPResponse.swift
[111/614] Compiling HTTPTypes NIOLock.swift
[112/614] Compiling _NIODataStructures Heap.swift
[113/614] Emitting module _NIODataStructures
[114/614] Emitting module Instrumentation
[115/614] Compiling Instrumentation InstrumentationSystem.swift
[116/614] Compiling Instrumentation Instrument.swift
[117/614] Compiling HTTPTypes HTTPParsedFields.swift
[118/614] Compiling HTTPTypes HTTPRequest.swift
[119/614] Compiling Instrumentation Locks.swift
[120/614] Compiling HTTPTypes HTTPField.swift
[121/614] Compiling HTTPTypes HTTPFieldName.swift
[122/614] Emitting module HTTPTypes
[123/614] Compiling HTTPTypes HTTPFields.swift
[124/614] Compiling Logging LogHandler.swift
[125/614] Compiling Logging Locks.swift
[126/614] Compiling Logging Logging.swift
[127/614] Emitting module Logging
[128/614] Emitting module CoreMetrics
[129/614] Compiling CoreMetrics Locks.swift
[130/614] Compiling CoreMetrics Metrics.swift
[131/833] Compiling ConcurrencyHelpers LockedValueBox.swift
[132/833] Emitting module ConcurrencyHelpers
[133/833] Compiling ConcurrencyHelpers Lock.swift
[134/833] Compiling Tracing TracingTime.swift
[135/833] Compiling HeapModule _HeapNode.swift
[136/833] Emitting module Tracing
[137/833] Compiling Tracing TracerProtocol.swift
[138/835] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[139/835] Compiling HashTreeCollections TreeDictionary+Merge.swift
[140/835] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[141/835] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[142/835] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[143/835] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[144/841] Compiling HeapModule Heap.swift
[145/841] Compiling HeapModule Heap+Invariants.swift
[146/841] Compiling HeapModule Heap+UnsafeHandle.swift
[147/841] Compiling HashTreeCollections _HashNode.swift
[148/841] Compiling HashTreeCollections _HashNodeHeader.swift
[149/841] Compiling HashTreeCollections _HashSlot.swift
[150/841] Compiling HashTreeCollections _HashStack.swift
[151/841] Compiling HashTreeCollections _HashTreeIterator.swift
[152/841] Compiling HashTreeCollections _HashTreeStatistics.swift
[153/841] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[154/841] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[155/841] Compiling HashTreeCollections TreeDictionary+Filter.swift
[156/841] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[157/841] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[158/841] Compiling HashTreeCollections TreeDictionary+Keys.swift
[159/841] Compiling HeapModule Heap+Descriptions.swift
[160/841] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[161/841] Emitting module HeapModule
[161/844] Compiling tls_record.cc
[163/844] Compiling HashTreeCollections _HashNode+Initializers.swift
[164/844] Compiling HashTreeCollections _HashNode+Invariants.swift
[165/844] Compiling HashTreeCollections _HashNode+Lookups.swift
[166/844] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[167/844] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[168/844] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[168/844] Compiling tls_method.cc
[170/844] Compiling HashTreeCollections TreeSet+Hashable.swift
[171/844] Compiling HashTreeCollections TreeSet+Sendable.swift
[172/844] Compiling HashTreeCollections TreeSet+Sequence.swift
[173/844] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[174/844] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[175/844] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[176/844] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[177/844] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[178/844] Compiling HashTreeCollections TreeSet+Equatable.swift
[179/844] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[180/844] Compiling HashTreeCollections TreeSet+Extras.swift
[181/844] Compiling HashTreeCollections TreeSet+Filter.swift
[182/860] Compiling Tracing SpanProtocol.swift
[183/860] Compiling Tracing NoOpTracer.swift
[184/860] Compiling Tracing InstrumentationSystem+Tracing.swift
[185/860] Compiling Tracing Tracer.swift
[186/860] Compiling Tracing TracerProtocol+Legacy.swift
[187/860] Compiling DequeModule Deque+CustomReflectable.swift
[188/860] Compiling DequeModule Deque+Descriptions.swift
[189/860] Compiling DequeModule Deque._UnsafeHandle.swift
[190/860] Compiling DequeModule Deque.swift
[192/860] Compiling HashTreeCollections _HashNode+Storage.swift
[193/860] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[194/860] Compiling HashTreeCollections _HashNode+Structural filter.swift
[198/867] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[199/867] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[200/867] Compiling HashTreeCollections _RawHashNode.swift
[201/867] Compiling HashTreeCollections _UnmanagedHashNode.swift
[202/867] Compiling HashTreeCollections _UnsafePath.swift
[203/867] Compiling HashTreeCollections TreeDictionary+Codable.swift
[204/867] Compiling HashTreeCollections TreeDictionary+Collection.swift
[205/867] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[206/867] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[207/867] Compiling DequeModule _DequeBufferHeader.swift
[208/868] Compiling DequeModule _DequeSlot.swift
[209/868] Compiling DequeModule _DequeBuffer.swift
[210/868] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[211/868] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[212/868] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[213/868] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[214/868] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[215/868] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[216/868] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[217/868] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[225/868] Compiling _RopeModule Rope+Remove.swift
[226/868] Compiling _RopeModule Rope+RemoveSubrange.swift
[227/868] Compiling _RopeModule Rope+Split.swift
[228/868] Compiling _RopeModule Optional Utilities.swift
[229/868] Compiling _RopeModule String Utilities.swift
[230/868] Compiling _RopeModule String.Index+ABI.swift
[231/868] Compiling _RopeModule _CharacterRecognizer.swift
[232/868] Compiling HashTreeCollections TreeSet+Descriptions.swift
[233/876] Compiling OrderedCollections OrderedSet+SubSequence.swift
[234/876] Compiling OrderedCollections OrderedSet+Testing.swift
[235/876] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[236/876] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[237/876] Compiling OrderedCollections OrderedSet.swift
[238/876] Compiling OrderedCollections _UnsafeBitset.swift
[240/876] Emitting module UnixSignals
[241/876] Compiling UnixSignals UnixSignal.swift
[242/876] Compiling UnixSignals UnixSignalsSequence.swift
[259/876] Compiling DequeModule _UnsafeWrappedBuffer.swift
[260/876] Compiling DequeModule Deque+Equatable.swift
[261/876] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[262/876] Compiling DequeModule Deque+Codable.swift
[263/876] Compiling DequeModule Deque+Collection.swift
[264/876] Compiling DequeModule Deque+Testing.swift
[265/876] Compiling DequeModule Deque._Storage.swift
[266/876] Compiling DequeModule Deque+Extras.swift
[274/876] Compiling DequeModule Deque+Hashable.swift
[275/876] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[276/876] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[277/876] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[278/876] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[279/876] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[280/876] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[281/876] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[282/876] Compiling HashTreeCollections TreeSet.swift
[328/876] Emitting module Crypto
[344/884] Emitting module DequeModule
[347/884] Emitting module OrderedCollections
[347/884] Compiling tls13_server.cc
[348/884] Compiling tls13_enc.cc
[350/884] Emitting module _RopeModule
[354/884] Compiling Crypto RNG_boring.swift
[355/884] Compiling Crypto SafeCompare_boring.swift
[356/884] Compiling Crypto Zeroization_boring.swift
[357/884] Compiling Crypto PrettyBytes.swift
[397/884] Compiling tls13_client.cc
[398/884] Compiling t1_enc.cc
[399/884] Compiling tls13_both.cc
[401/884] Compiling Metrics Metrics.swift
[402/884] Emitting module Metrics
[474/884] Compiling ssl_versions.cc
[476/884] Emitting module HashTreeCollections
[476/884] Compiling ssl_x509.cc
[482/884] Compiling Crypto SafeCompare.swift
[483/884] Compiling Crypto SecureBytes.swift
[484/884] Compiling Crypto Zeroization.swift
[485/884] Compiling Crypto resource_bundle_accessor.swift
[485/884] Compiling ssl_stat.cc
[486/884] Compiling ssl_transcript.cc
[487/884] Compiling ssl_privkey.cc
[488/884] Compiling ssl_session.cc
[489/884] Compiling ssl_file.cc
[490/884] Compiling ssl_key_share.cc
[491/884] Compiling ssl_cipher.cc
[492/884] Compiling ssl_credential.cc
[493/884] Compiling ssl_buffer.cc
[494/884] Compiling ssl_lib.cc
[495/884] Compiling ssl_cert.cc
[497/884] Compiling ExtrasBase64 Base32.swift
[498/884] Emitting module ExtrasBase64
[499/884] Compiling ExtrasBase64 Base64.swift
[499/884] Compiling ssl_asn1.cc
[500/884] Compiling ssl_aead_ctx.cc
[501/884] Compiling s3_pkt.cc
[502/884] Compiling s3_lib.cc
[503/884] Compiling s3_both.cc
[504/886] Compiling handshake_server.cc
[505/886] Compiling handshake_client.cc
[506/886] Compiling handshake.cc
[507/886] Compiling handoff.cc
[508/886] Compiling extensions.cc
[509/886] Compiling md5-x86_64-linux.S
[510/886] Compiling md5-x86_64-apple.S
[511/886] Compiling md5-586-linux.S
[512/886] Compiling encrypted_client_hello.cc
[513/886] Compiling md5-586-apple.S
[514/886] Compiling dtls_method.cc
[515/886] Compiling dtls_record.cc
[516/886] Compiling chacha20_poly1305_x86_64-apple.S
[517/886] Compiling chacha20_poly1305_x86_64-linux.S
[518/886] Compiling chacha20_poly1305_armv8-win.S
[519/886] Compiling d1_srtp.cc
[520/886] Compiling chacha20_poly1305_armv8-linux.S
[521/886] Compiling bio_ssl.cc
[522/886] Compiling chacha-x86_64-linux.S
[523/886] Compiling chacha20_poly1305_armv8-apple.S
[524/886] Compiling chacha-x86_64-apple.S
[525/886] Compiling chacha-x86-apple.S
[525/886] Compiling chacha-x86-linux.S
[527/886] Compiling chacha-armv8-win.S
[528/886] Compiling chacha-armv8-linux.S
[529/886] Compiling aes128gcmsiv-x86_64-linux.S
[529/886] Compiling chacha-armv4-linux.S
[531/886] Compiling d1_pkt.cc
[532/886] Compiling chacha-armv8-apple.S
[533/886] Compiling aes128gcmsiv-x86_64-apple.S
[534/886] Compiling x86_64-mont5-linux.S
[535/886] Compiling d1_lib.cc
[536/886] Compiling x86_64-mont5-apple.S
[537/886] Compiling x86_64-mont-linux.S
[538/886] Compiling x86_64-mont-apple.S
[539/886] Compiling x86-mont-linux.S
[540/886] Compiling x86-mont-apple.S
[541/886] Compiling vpaes-x86_64-linux.S
[542/886] Compiling vpaes-x86_64-apple.S
[543/886] Compiling vpaes-x86-apple.S
[543/886] Compiling vpaes-x86-linux.S
[545/886] Compiling vpaes-armv8-win.S
[545/886] Compiling err_data.cc
[547/886] Compiling vpaes-armv8-linux.S
[548/886] Compiling d1_both.cc
[549/886] Compiling vpaes-armv7-linux.S
[550/886] Compiling vpaes-armv8-apple.S
[551/886] Compiling sha512-armv8-win.S
[552/886] Compiling sha512-x86_64-apple.S
[552/886] Compiling sha512-x86_64-linux.S
[554/886] Compiling sha512-armv8-linux.S
[555/886] Compiling sha512-armv8-apple.S
[556/886] Compiling sha512-armv4-linux.S
[557/886] Compiling sha512-586-linux.S
[558/886] Compiling sha512-586-apple.S
[559/886] Compiling sha256-x86_64-linux.S
[560/886] Compiling sha256-armv8-win.S
[561/886] Compiling sha256-x86_64-apple.S
[561/886] Compiling sha256-armv8-linux.S
[563/886] Compiling sha256-armv8-apple.S
[564/886] Compiling sha256-armv4-linux.S
[565/886] Compiling sha256-586-linux.S
[566/886] Compiling sha256-586-apple.S
[566/886] Compiling sha1-x86_64-apple.S
[568/886] Compiling sha1-x86_64-linux.S
[569/886] Compiling sha1-armv8-linux.S
[570/886] Compiling sha1-armv8-win.S
[571/886] Compiling sha1-armv4-large-linux.S
[572/886] Compiling sha1-armv8-apple.S
[573/886] Compiling sha1-586-linux.S
[574/886] Compiling sha1-586-apple.S
[575/886] Compiling rsaz-avx2-linux.S
[576/886] Compiling rsaz-avx2-apple.S
[576/886] Compiling rdrand-x86_64-linux.S
[578/886] Compiling rdrand-x86_64-apple.S
[579/886] Compiling p256_beeu-x86_64-asm-linux.S
[580/886] Compiling p256_beeu-armv8-asm-win.S
[581/886] Compiling p256_beeu-x86_64-asm-apple.S
[582/886] Compiling p256_beeu-armv8-asm-linux.S
[583/886] Compiling p256_beeu-armv8-asm-apple.S
[584/886] Compiling p256-x86_64-asm-linux.S
[585/886] Compiling p256-armv8-asm-win.S
[585/886] Compiling p256-x86_64-asm-apple.S
[587/886] Compiling p256-armv8-asm-linux.S
[588/886] Compiling p256-armv8-asm-apple.S
[589/886] Compiling ghashv8-armv8-win.S
[590/886] Compiling ghashv8-armv8-linux.S
[590/886] Compiling ghashv8-armv7-linux.S
[592/886] Compiling ghashv8-armv8-apple.S
[593/886] Compiling ghash-x86_64-apple.S
[594/886] Compiling ghash-x86-linux.S
[595/886] Compiling ghash-x86_64-linux.S
[596/886] Compiling ghash-x86-apple.S
[597/886] Compiling ghash-ssse3-x86_64-linux.S
[598/886] Compiling ghash-ssse3-x86_64-apple.S
[599/886] Compiling ghash-ssse3-x86-apple.S
[600/886] Compiling ghash-ssse3-x86-linux.S
[600/886] Compiling ghash-neon-armv8-win.S
[602/886] Compiling ghash-neon-armv8-linux.S
[603/886] Compiling ghash-armv4-linux.S
[604/886] Compiling ghash-neon-armv8-apple.S
[605/886] Compiling co-586-linux.S
[606/886] Compiling co-586-apple.S
[607/886] Compiling bn-armv8-win.S
[608/886] Compiling bn-armv8-linux.S
[609/886] Compiling bsaes-armv7-linux.S
[610/886] Compiling bn-armv8-apple.S
[611/886] Compiling bn-586-apple.S
[611/886] Compiling bn-586-linux.S
[613/886] Compiling armv8-mont-win.S
[614/886] Compiling armv8-mont-linux.S
[615/886] Compiling armv8-mont-apple.S
[616/886] Compiling armv4-mont-linux.S
[617/886] Compiling aesv8-gcm-armv8-linux.S
[618/886] Compiling aesv8-gcm-armv8-win.S
[619/886] Compiling aesv8-gcm-armv8-apple.S
[620/886] Compiling aesv8-armv8-linux.S
[621/886] Compiling aesv8-armv8-win.S
[622/886] Compiling aesv8-armv8-apple.S
[623/886] Compiling aesv8-armv7-linux.S
[624/886] Compiling aesni-x86_64-linux.S
[625/886] Compiling aesni-x86_64-apple.S
[626/886] Compiling aesni-x86-apple.S
[627/886] Compiling aesni-x86-linux.S
[628/886] Compiling aesni-gcm-x86_64-linux.S
[629/886] Compiling aesni-gcm-x86_64-apple.S
[630/886] Compiling aes-gcm-avx2-x86_64-linux.S
[631/886] Compiling aes-gcm-avx2-x86_64-apple.S
[632/886] Compiling aes-gcm-avx10-x86_64-linux.S
[633/886] Compiling aes-gcm-avx10-x86_64-apple.S
[634/886] Compiling x_sig.cc
[635/886] Compiling x_val.cc
[636/886] Compiling x_x509a.cc
[637/886] Compiling x_req.cc
[638/886] Compiling x_pubkey.cc
[639/886] Compiling x_spki.cc
[640/886] Compiling x_x509.cc
[641/886] Compiling x_exten.cc
[642/886] Compiling x_name.cc
[643/886] Compiling x_algor.cc
[644/886] Compiling x509spki.cc
[645/886] Compiling x_attrib.cc
[646/886] Compiling x_crl.cc
[647/886] Compiling x509name.cc
[648/886] Compiling x_all.cc
[649/886] Compiling x509rset.cc
[650/886] Compiling x509cset.cc
[651/886] Compiling x509_vpm.cc
[652/886] Compiling x509_txt.cc
[653/886] Compiling x509_trs.cc
[654/886] Compiling x509_v3.cc
[655/886] Compiling x509_set.cc
[656/886] Compiling x509_vfy.cc
[657/886] Compiling x509_obj.cc
[658/886] Compiling x509_req.cc
[659/886] Compiling x509_ext.cc
[660/886] Compiling x509_lu.cc
[661/886] Compiling x509_def.cc
[662/886] Compiling x509_d2.cc
[663/886] Compiling x509_cmp.cc
[664/886] Compiling x509.cc
[665/886] Compiling x509_att.cc
[666/886] Compiling v3_skey.cc
[667/886] Compiling v3_prn.cc
[668/886] Compiling v3_purp.cc
[669/886] Compiling v3_utl.cc
[671/886] Emitting module HummingbirdOTP
[672/886] Compiling HummingbirdOTP OTP.swift
[672/886] Compiling v3_pmaps.cc
[673/886] Compiling v3_pcons.cc
[673/886] Compiling v3_ocsp.cc
[675/886] Compiling v3_int.cc
[676/886] Compiling v3_ncons.cc
[677/886] Compiling v3_lib.cc
[678/886] Compiling v3_info.cc
[679/886] Compiling v3_ia5.cc
[680/886] Compiling v3_genn.cc
[681/886] Compiling v3_extku.cc
[682/886] Compiling v3_enum.cc
[683/886] Compiling v3_cpols.cc
[684/886] Compiling v3_crld.cc
[685/886] Compiling v3_bitst.cc
[686/886] Compiling v3_conf.cc
[687/886] Compiling v3_bcons.cc
[688/886] Compiling v3_akey.cc
[689/886] Compiling v3_akeya.cc
[690/886] Compiling v3_alt.cc
[691/886] Compiling t_x509a.cc
[692/886] Compiling i2d_pr.cc
[693/886] Compiling t_x509.cc
[694/886] Compiling t_crl.cc
[695/886] Compiling t_req.cc
[696/886] Compiling rsa_pss.cc
[697/886] Compiling name_print.cc
[698/886] Compiling policy.cc
[699/886] Compiling by_file.cc
[700/886] Compiling by_dir.cc
[701/886] Compiling asn1_gen.cc
[702/886] Compiling thread_win.cc
[703/886] Compiling thread_pthread.cc
[704/886] Compiling algorithm.cc
[705/886] Compiling thread_none.cc
[706/886] Compiling voprf.cc
[707/886] Compiling a_digest.cc
[708/886] Compiling trust_token.cc
[709/886] Compiling a_verify.cc
[709/886] Compiling a_sign.cc
[711/886] Compiling pmbtoken.cc
[712/886] Compiling thread.cc
[713/886] Compiling stack.cc
[714/886] Compiling sha256.cc
[715/886] Compiling siphash.cc
[716/886] Compiling sha512.cc
[717/886] Compiling sha1.cc
[718/886] Compiling rsa_extra.cc
[719/886] Compiling rsa_print.cc
[720/886] Compiling spake2plus.cc
[721/886] Compiling slhdsa.cc
[722/886] Compiling rsa_crypt.cc
[723/886] Compiling rc4.cc
[724/886] Compiling urandom.cc
[725/886] Compiling refcount.cc
[726/886] Compiling windows.cc
[726/886] Compiling trusty.cc
[728/886] Compiling rand.cc
[729/886] Compiling rsa_asn1.cc
[730/886] Compiling passive.cc
[731/886] Compiling ios.cc
[732/886] Compiling poly1305_arm_asm.S
[733/886] Compiling getentropy.cc
[734/886] Compiling deterministic.cc
[735/886] Compiling forkunsafe.cc
[736/886] Compiling fork_detect.cc
[737/886] Compiling poly1305_vec.cc
[738/886] Compiling poly1305_arm.cc
[739/886] Compiling poly1305.cc
[740/886] Compiling pool.cc
[741/886] Compiling pkcs8.cc
[742/886] Compiling pkcs8_x509.cc
[743/886] Compiling pkcs7.cc
[744/886] Compiling p5_pbev2.cc
[745/886] Compiling pem_xaux.cc
[746/886] Compiling pem_x509.cc
[747/886] Compiling pkcs7_x509.cc
[748/886] Compiling pem_pkey.cc
[749/886] Compiling pem_pk8.cc
[750/886] Compiling pem_oth.cc
[751/886] Compiling pem_lib.cc
[752/886] Compiling pem_info.cc
[753/886] Compiling mlkem.cc
[754/886] Compiling obj_xref.cc
[755/886] Compiling mldsa.cc
[756/886] Compiling poly_rq_mul.S
[757/886] Compiling mem.cc
[758/886] Compiling md5.cc
[759/886] Compiling fips_shared_support.cc
[760/886] Compiling pem_all.cc
[761/886] Compiling md4.cc
[762/886] Compiling obj.cc
[763/886] Compiling lhash.cc
[764/886] Compiling ex_data.cc
[765/886] Compiling sign.cc
[766/886] Compiling kyber.cc
[767/886] Compiling scrypt.cc
[768/886] Compiling hpke.cc
[769/886] Compiling print.cc
[770/886] Compiling hrss.cc
[771/886] Compiling pbkdf.cc
[772/886] Compiling p_x25519_asn1.cc
[773/886] Compiling p_x25519.cc
[774/886] Compiling p_ed25519.cc
[775/886] Compiling p_rsa_asn1.cc
[776/886] Compiling p_ec.cc
[777/886] Compiling p_rsa.cc
[778/886] Compiling p_hkdf.cc
[779/886] Compiling p_ed25519_asn1.cc
[780/886] Compiling p_ec_asn1.cc
[781/886] Compiling p_dh_asn1.cc
[782/886] Compiling p_dh.cc
[783/886] Compiling p_dsa_asn1.cc
[784/886] Compiling evp_ctx.cc
[785/886] Compiling err.cc
[786/886] Compiling evp.cc
[787/886] Compiling engine.cc
[788/886] Compiling evp_asn1.cc
[789/886] Compiling ecdsa_asn1.cc
[790/886] Compiling ecdh.cc
[791/886] Compiling hash_to_curve.cc
[792/886] Compiling ec_derive.cc
[793/886] Compiling dsa.cc
[794/886] Compiling dsa_asn1.cc
[795/886] Compiling ec_asn1.cc
[796/886] Compiling bcm.cc
[797/886] Compiling x25519-asm-arm.S
[798/886] Compiling digest_extra.cc
[799/886] Compiling params.cc
[800/886] Compiling des.cc
[801/886] Compiling dh_asn1.cc
[802/886] Compiling curve25519_64_adx.cc
[803/886] Compiling spake25519.cc
[804/886] Compiling crypto.cc
[805/886] Compiling cpu_intel.cc
[806/886] Compiling cpu_arm_linux.cc
[807/886] Compiling cpu_arm_freebsd.cc
[808/886] Compiling cpu_aarch64_win.cc
[809/886] Compiling curve25519.cc
[810/886] Compiling cpu_aarch64_sysreg.cc
[811/886] Compiling cpu_aarch64_openbsd.cc
[812/886] Compiling cpu_aarch64_linux.cc
[813/886] Compiling cpu_aarch64_fuchsia.cc
[814/886] Compiling cpu_aarch64_apple.cc
[815/886] Compiling conf.cc
[816/886] Compiling get_cipher.cc
[817/886] Compiling tls_cbc.cc
[818/886] Compiling e_rc4.cc
[819/886] Compiling e_tls.cc
[820/886] Compiling e_rc2.cc
[821/886] Compiling e_null.cc
[822/886] Compiling e_des.cc
[823/886] Compiling e_chacha20poly1305.cc
[824/886] Compiling derive_key.cc
[824/886] Compiling e_aesgcmsiv.cc
[826/886] Compiling e_aesctrhmac.cc
[827/886] Compiling chacha.cc
[828/886] Compiling unicode.cc
[829/886] Compiling cbs.cc
[830/886] Compiling cbb.cc
[831/886] Compiling ber.cc
[832/886] Compiling asn1_compat.cc
[833/886] Compiling buf.cc
[834/886] Compiling blake2.cc
[835/886] Compiling socket_helper.cc
[836/886] Compiling bn_asn1.cc
[837/886] Compiling convert.cc
[838/886] Compiling socket.cc
[839/886] Compiling printf.cc
[840/886] Compiling pair.cc
[841/886] Compiling hexdump.cc
[842/886] Compiling file.cc
[843/886] Compiling fd.cc
[844/886] Compiling errno.cc
[845/886] Compiling connect.cc
[846/886] Compiling bio_mem.cc
[847/886] Compiling base64.cc
[848/886] Compiling bio.cc
[849/886] Compiling tasn_typ.cc
[850/886] Compiling tasn_fre.cc
[851/886] Compiling tasn_utl.cc
[852/886] Compiling tasn_enc.cc
[853/886] Compiling tasn_new.cc
[854/886] Compiling posix_time.cc
[855/886] Compiling f_string.cc
[856/886] Compiling f_int.cc
[857/886] Compiling tasn_dec.cc
[858/886] Compiling asn_pack.cc
[859/886] Compiling asn1_par.cc
[860/886] Compiling a_utctm.cc
[861/886] Compiling a_type.cc
[862/886] Compiling asn1_lib.cc
[863/886] Compiling a_time.cc
[864/886] Compiling a_octet.cc
[865/886] Compiling a_strnid.cc
[866/886] Compiling a_strex.cc
[867/886] Compiling a_mbstr.cc
[868/886] Compiling a_object.cc
[869/886] Compiling a_int.cc
[870/886] Compiling a_i2d_fp.cc
[871/886] Compiling a_dup.cc
[871/886] Write sources
[877/886] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[878/886] Compiling a_d2i_fp.cc
[879/886] Compiling a_gentm.cc
[880/886] Compiling a_bitstr.cc
[881/886] Compiling a_bool.cc
[883/1032] Compiling Algorithms MinMax.swift
[884/1032] Compiling Algorithms RandomSample.swift
[885/1032] Compiling Algorithms Joined.swift
[886/1032] Compiling Algorithms Keyed.swift
[887/1034] Compiling Algorithms Combinations.swift
[888/1034] Compiling Algorithms Compacted.swift
[889/1034] Compiling Algorithms Cycle.swift
[890/1034] Compiling Algorithms Split.swift
[891/1034] Compiling Algorithms Stride.swift
[892/1034] Compiling Algorithms Grouped.swift
[893/1039] Compiling Algorithms Chunked.swift
[894/1039] Compiling Algorithms Partition.swift
[895/1039] Compiling Algorithms Permutations.swift
[896/1039] Compiling Algorithms Product.swift
[897/1039] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[898/1039] Compiling BitCollections BitSet+CustomReflectable.swift
[899/1039] Compiling BitCollections BitSet+CustomStringConvertible.swift
[900/1039] Compiling BitCollections BitSet+Equatable.swift
[901/1039] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[902/1039] Compiling BitCollections BitSet+Extras.swift
[902/1039] Compiling CBcrypt blf.c
[904/1039] Compiling Algorithms Indexed.swift
[905/1039] Compiling Algorithms Intersperse.swift
[906/1039] Compiling Algorithms AdjacentPairs.swift
[907/1039] Compiling Algorithms Chain.swift
[910/1039] Emitting module BitCollections
[911/1039] Compiling Atomics IntegerOperations.swift
[912/1039] Compiling Atomics Unmanaged extensions.swift
[916/1039] Compiling CBcrypt bcrypt.c
[918/1041] Compiling BitCollections BitSet.swift
[919/1041] Compiling BitCollections Range+Utilities.swift
[920/1041] Compiling BitCollections Slice+Utilities.swift
[921/1041] Compiling BitCollections UInt+Tricks.swift
[922/1041] Compiling BitCollections _Word.swift
[923/1041] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[924/1041] Compiling AsyncAlgorithms CombineLatestStorage.swift
[925/1041] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[926/1041] Compiling AsyncAlgorithms DebounceStateMachine.swift
[927/1041] Compiling AsyncAlgorithms DebounceStorage.swift
[928/1041] Compiling AsyncAlgorithms Dictionary.swift
[929/1041] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[930/1041] Compiling AsyncAlgorithms Rethrow.swift
[931/1041] Compiling AsyncAlgorithms SetAlgebra.swift
[932/1041] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[933/1041] Compiling BitCollections BitArray+RandomBits.swift
[934/1041] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[935/1041] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[936/1041] Compiling AsyncAlgorithms Locking.swift
[937/1041] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[938/1041] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[939/1041] Compiling AsyncAlgorithms MergeStateMachine.swift
[940/1041] Compiling AsyncAlgorithms MergeStorage.swift
[941/1041] Emitting module AsyncAlgorithms
[950/1048] Compiling Algorithms Trim.swift
[951/1048] Compiling Algorithms Unique.swift
[952/1048] Compiling Algorithms Windows.swift
[953/1048] Compiling AsyncAlgorithms ChannelStorage.swift
[954/1048] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[955/1048] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[964/1048] Compiling Algorithms EitherSequence.swift
[965/1048] Compiling Algorithms FirstNonNil.swift
[966/1048] Compiling Algorithms FlattenCollection.swift
[967/1048] Compiling Algorithms Suffix.swift
[990/1048] Emitting module HummingbirdBcrypt
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[991/1048] Compiling HummingbirdBcrypt Bcrypt.swift
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[1010/1050] Emitting module Collections
[1011/1050] Compiling Collections Collections.swift
[1032/1050] Emitting module Atomics
[1032/1050] Compiling c-nioatomics.c
[1034/1050] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1035/1050] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1036/1050] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1037/1050] Compiling AsyncAlgorithms ZipStateMachine.swift
[1038/1050] Compiling AsyncAlgorithms ZipStorage.swift
[1049/1059] Emitting module Algorithms
[1049/1059] Compiling c-atomics.c
[1051/1065] Compiling ServiceLifecycle ServiceRunnerError.swift
[1052/1065] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1053/1065] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1054/1065] Emitting module NIOConcurrencyHelpers
[1055/1065] Compiling NIOConcurrencyHelpers lock.swift
[1056/1065] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1057/1065] Compiling NIOConcurrencyHelpers NIOLock.swift
[1058/1065] Compiling NIOConcurrencyHelpers atomics.swift
[1059/1065] Compiling ServiceLifecycle Service.swift
[1060/1065] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1061/1065] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1062/1065] Compiling ServiceLifecycle GracefulShutdown.swift
[1063/1065] Compiling ServiceLifecycle CancellationWaiter.swift
[1064/1065] Emitting module ServiceLifecycle
[1065/1065] Compiling ServiceLifecycle ServiceGroup.swift
[1066/1126] Compiling NIOCore AddressedEnvelope.swift
[1067/1126] Compiling NIOCore AsyncAwaitSupport.swift
[1068/1126] Compiling NIOCore AsyncChannel.swift
[1069/1126] Compiling NIOCore AsyncChannelHandler.swift
[1070/1126] Compiling NIOCore AsyncChannelInboundStream.swift
[1071/1126] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1072/1126] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1073/1132] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1074/1132] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1075/1132] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1076/1132] Compiling NIOCore EventLoopFuture.swift
[1077/1132] Compiling NIOCore FileDescriptor.swift
[1078/1132] Compiling NIOCore FileHandle.swift
[1079/1132] Compiling NIOCore FileRegion.swift
[1080/1132] Compiling NIOCore Interfaces.swift
[1081/1132] Compiling NIOCore Linux.swift
[1082/1132] Compiling NIOCore MarkedCircularBuffer.swift
[1083/1132] Compiling NIOCore MulticastChannel.swift
[1084/1132] Compiling NIOCore NIOAny.swift
[1085/1132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1086/1132] Compiling NIOCore SocketOptionProvider.swift
[1087/1132] Compiling NIOCore SystemCallHelpers.swift
[1088/1132] Compiling NIOCore TimeAmount+Duration.swift
[1089/1132] Compiling NIOCore TypeAssistedChannelHandler.swift
[1090/1132] Compiling NIOCore UniversalBootstrapSupport.swift
[1091/1132] Compiling NIOCore Utilities.swift
[1092/1132] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1093/1132] Compiling NIOCore NIOAsyncWriter.swift
[1094/1132] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1095/1132] Compiling NIOCore BSDSocketAPI.swift
[1096/1132] Compiling NIOCore ByteBuffer-aux.swift
[1097/1132] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1098/1132] Compiling NIOCore ByteBuffer-conversions.swift
[1099/1132] Compiling NIOCore Channel.swift
[1100/1132] Compiling NIOCore ChannelHandler.swift
[1101/1132] Compiling NIOCore ChannelHandlers.swift
[1102/1132] Compiling NIOCore ChannelInvoker.swift
[1103/1132] Compiling NIOCore ChannelOption.swift
[1104/1132] Compiling NIOCore ChannelPipeline.swift
[1105/1132] Compiling NIOCore CircularBuffer.swift
[1106/1132] Compiling NIOCore NIOLoopBound.swift
[1107/1132] Compiling NIOCore NIOScheduledCallback.swift
[1108/1132] Compiling NIOCore NIOSendable.swift
[1109/1132] Compiling NIOCore RecvByteBufferAllocator.swift
[1110/1132] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1111/1132] Compiling NIOCore SocketAddresses.swift
[1112/1132] Compiling NIOCore Codec.swift
[1113/1132] Compiling NIOCore ConvenienceOptionSupport.swift
[1114/1132] Compiling NIOCore DeadChannel.swift
[1115/1132] Compiling NIOCore DispatchQueue+WithFuture.swift
[1116/1132] Compiling NIOCore EventLoop+Deprecated.swift
[1117/1132] Compiling NIOCore EventLoop+SerialExecutor.swift
[1118/1132] Compiling NIOCore EventLoop.swift
[1119/1132] Compiling NIOCore GlobalSingletons.swift
[1120/1132] Compiling NIOCore IO.swift
[1121/1132] Compiling NIOCore IOData.swift
[1122/1132] Compiling NIOCore IPProtocol.swift
[1123/1132] Compiling NIOCore IntegerBitPacking.swift
[1124/1132] Compiling NIOCore IntegerTypes.swift
[1125/1132] Compiling NIOCore ByteBuffer-core.swift
[1126/1132] Compiling NIOCore ByteBuffer-hex.swift
[1127/1132] Compiling NIOCore ByteBuffer-int.swift
[1128/1132] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1129/1132] Compiling NIOCore ByteBuffer-multi-int.swift
[1130/1132] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1131/1132] Compiling NIOCore ByteBuffer-views.swift
[1132/1132] Emitting module NIOCore
[1133/1187] Emitting module NIOHTTPTypes
[1134/1187] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1135/1187] Emitting module NIOEmbedded
[1136/1187] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1137/1187] Compiling NIOEmbedded AsyncTestingChannel.swift
[1138/1187] Compiling NIOEmbedded Embedded.swift
[1139/1187] Compiling NIOPosix Selectable.swift
[1140/1187] Compiling NIOPosix SelectableChannel.swift
[1141/1187] Compiling NIOPosix SelectableEventLoop.swift
[1142/1187] Compiling NIOPosix SelectorEpoll.swift
[1143/1187] Compiling NIOPosix SelectorGeneric.swift
[1144/1187] Compiling NIOPosix SelectorKqueue.swift
[1145/1187] Compiling NIOPosix SelectorUring.swift
[1146/1187] Compiling NIOPosix ServerSocket.swift
[1147/1187] Compiling NIOPosix Socket.swift
[1148/1187] Compiling NIOPosix SocketChannel.swift
[1149/1187] Compiling NIOPosix SocketProtocols.swift
[1150/1187] Compiling NIOPosix System.swift
[1151/1187] Compiling NIOPosix Thread.swift
[1152/1187] Compiling NIOPosix ThreadPosix.swift
[1153/1187] Compiling NIOPosix ThreadWindows.swift
[1154/1192] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1155/1192] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1156/1192] Compiling NIOPosix PosixSingletons.swift
[1157/1192] Compiling NIOPosix RawSocketBootstrap.swift
[1158/1192] Compiling NIOPosix Resolver.swift
[1159/1192] Compiling NIOPosix BSDSocketAPICommon.swift
[1160/1192] Compiling NIOPosix BSDSocketAPIPosix.swift
[1161/1192] Compiling NIOPosix BSDSocketAPIWindows.swift
[1162/1192] Compiling NIOPosix BaseSocket.swift
[1163/1192] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1164/1192] Compiling NIOPosix BaseSocketChannel.swift
[1165/1192] Compiling NIOPosix LinuxCPUSet.swift
[1166/1192] Compiling NIOPosix LinuxUring.swift
[1167/1192] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1168/1192] Compiling NIOPosix NIOThreadPool.swift
[1169/1192] Compiling NIOPosix NonBlockingFileIO.swift
[1170/1192] Compiling NIOPosix GetaddrinfoResolver.swift
[1171/1192] Compiling NIOPosix HappyEyeballs.swift
[1172/1192] Compiling NIOPosix IO.swift
[1173/1192] Compiling NIOPosix IntegerBitPacking.swift
[1174/1192] Compiling NIOPosix IntegerTypes.swift
[1175/1192] Compiling NIOPosix Linux.swift
[1176/1192] Compiling NIOPosix PendingDatagramWritesManager.swift
[1177/1192] Compiling NIOPosix PendingWritesManager.swift
[1178/1192] Compiling NIOPosix PipeChannel.swift
[1179/1192] Compiling NIOPosix PipePair.swift
[1180/1192] Compiling NIOPosix Pool.swift
[1181/1192] Emitting module NIOPosix
[1182/1192] Compiling NIOPosix BaseStreamSocketChannel.swift
[1183/1192] Compiling NIOPosix Bootstrap.swift
[1184/1192] Compiling NIOPosix ControlMessage.swift
[1185/1192] Compiling NIOPosix DatagramVectorReadManager.swift
[1186/1192] Compiling NIOPosix Errors+Any.swift
[1187/1192] Compiling NIOPosix FileDescriptor.swift
[1188/1192] Compiling NIOPosix UnsafeTransfer.swift
[1189/1192] Compiling NIOPosix Utilities.swift
[1190/1192] Compiling NIOPosix VsockAddress.swift
[1191/1192] Compiling NIOPosix VsockChannelEvents.swift
[1192/1192] Compiling NIOPosix resource_bundle_accessor.swift
[1193/1194] Compiling NIO Exports.swift
[1194/1194] Emitting module NIO
[1195/1234] Compiling NIOTLS TLSEvents.swift
[1196/1234] Compiling NIOSOCKS Helpers.swift
[1197/1234] Compiling NIOSOCKS Errors.swift
[1198/1234] Compiling NIOSOCKS Messages.swift
[1199/1235] Compiling NIOSOCKS ClientStateMachine.swift
[1200/1235] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1201/1235] Compiling NIOSOCKS SOCKSResponse.swift
[1202/1235] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1203/1235] Compiling NIOSOCKS AuthenticationMethod.swift
[1204/1235] Compiling NIOSOCKS ClientGreeting.swift
[1205/1235] Compiling NIOSOCKS SOCKSRequest.swift
[1206/1235] Emitting module NIOSOCKS
[1207/1235] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1208/1235] Compiling NIOHTTP1 HTTPDecoder.swift
[1209/1235] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1210/1235] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1211/1235] Emitting module NIOTLS
[1212/1235] Compiling NIOTLS SNIHandler.swift
[1213/1235] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1214/1235] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1215/1235] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1216/1236] Compiling NIOSOCKS ServerStateMachine.swift
[1217/1236] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1218/1236] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1219/1236] Emitting module NIOFoundationCompat
[1220/1236] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1221/1236] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1222/1236] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1223/1236] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1224/1236] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1225/1236] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1226/1236] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1229/1288] Emitting module NIOHTTP1
[1230/1288] Compiling NIOTransportServices NIOTSBootstraps.swift
[1231/1288] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1232/1288] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1233/1288] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1234/1288] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1235/1288] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1236/1288] Compiling NIOTransportServices NIOTSSingletons.swift
[1237/1329] Emitting module NIOTransportServices
[1238/1331] Compiling NIOHPACK IndexedHeaderTable.swift
[1239/1331] Compiling NIOHPACK IntegerCoding.swift
[1240/1332] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1241/1332] Compiling NIOExtras UnsafeTransfer.swift
[1242/1333] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1243/1333] Emitting module NIOHTTPTypesHTTP1
[1244/1333] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1245/1333] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1246/1333] Compiling NIOExtras NIOExtrasError.swift
[1247/1333] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1248/1333] Compiling NIOExtras NIORequestIdentifiable.swift
[1249/1333] Compiling NIOExtras PCAPRingBuffer.swift
[1250/1333] Compiling NIOExtras QuiescingHelper.swift
[1251/1333] Compiling NIOExtras RequestResponseHandler.swift
[1252/1333] Emitting module NIOSSL
[1253/1336] Compiling NIOHPACK HeaderTables.swift
[1254/1336] Compiling NIOHPACK HuffmanTables.swift
[1255/1336] Compiling NIOHPACK HuffmanCoding.swift
[1256/1336] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1257/1336] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1258/1336] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1259/1336] Compiling NIOHTTPCompression HTTPDecompression.swift
[1260/1336] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1261/1336] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1262/1336] Compiling NIOHTTPCompression HTTPCompression.swift
[1263/1336] Emitting module NIOHTTPCompression
[1264/1336] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1265/1336] Compiling NIOHPACK StaticHeaderTable.swift
[1266/1336] Compiling NIOExtras LineBasedFrameDecoder.swift
[1267/1336] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1268/1336] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1269/1336] Compiling NIOExtras JSONRPCFraming.swift
[1270/1336] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1271/1336] Compiling NIOExtras LengthFieldPrepender.swift
[1272/1336] Compiling NIOExtras DebugInboundEventsHandler.swift
[1273/1336] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1274/1336] Emitting module NIOExtras
[1275/1336] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1276/1336] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1277/1336] Compiling NIOHPACK HPACKErrors.swift
[1278/1336] Emitting module NIOHPACK
[1281/1336] Compiling NIOHPACK HPACKEncoder.swift
[1282/1336] Compiling NIOHPACK HPACKHeader.swift
[1289/1336] Compiling NIOTransportServices StateManagedChannel.swift
[1305/1336] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1306/1336] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1311/1336] Compiling NIOSSL UniversalBootstrapSupport.swift
[1312/1336] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1313/1336] Compiling NIOSSL resource_bundle_accessor.swift
[1314/1396] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1315/1396] Compiling NIOHTTP2 Error+Any.swift
[1316/1396] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1317/1396] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1318/1396] Compiling NIOHTTP2 InboundEventBuffer.swift
[1319/1396] Compiling NIOHTTP2 InboundWindowManager.swift
[1320/1396] Compiling NIOHTTP2 DOSHeuristics.swift
[1321/1396] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1322/1396] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1323/1396] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1324/1396] Compiling NIOHTTP2 StateMachineResult.swift
[1325/1396] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1326/1396] Compiling NIOHTTP2 SendingGoawayState.swift
[1327/1396] Compiling NIOHTTP2 SendingHeadersState.swift
[1328/1396] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1329/1396] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1330/1396] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1331/1396] Compiling NIOHTTP2 MayReceiveFrames.swift
[1332/1396] Compiling NIOHTTP2 ReceivingDataState.swift
[1333/1396] Compiling NIOExtras WritePCAPHandler.swift
[1334/1396] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1335/1396] Compiling NIOHTTP2 QuiescingState.swift
[1336/1396] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1337/1396] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1338/1396] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1339/1396] Compiling NIOHTTP2 MaySendFrames.swift
[1340/1396] Compiling NIOHTTP2 SendingDataState.swift
[1344/1402] Compiling NIOHTTP2 SendingRstStreamState.swift
[1345/1402] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1346/1402] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1347/1402] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1348/1402] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1349/1402] Compiling NIOHTTP2 HasLocalSettings.swift
[1350/1402] Compiling NIOHTTP2 HasRemoteSettings.swift
[1351/1427] Emitting module NIOHTTP2
[1352/1427] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1353/1427] Compiling HummingbirdCore BindAddress.swift
[1354/1427] Compiling HummingbirdCore HTTP1Channel.swift
[1355/1427] Compiling HummingbirdCore HTTPChannelHandler.swift
[1356/1427] Compiling HummingbirdCore HTTPServerBuilder.swift
[1357/1427] Compiling HummingbirdCore Deprecations.swift
[1358/1427] Compiling HummingbirdCore Request.swift
[1359/1427] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1360/1427] Compiling NIOHTTP2 StreamChannelList.swift
[1361/1427] Compiling NIOHTTP2 StreamMap.swift
[1362/1427] Compiling NIOHTTP2 StreamStateMachine.swift
[1363/1427] Compiling NIOHTTP2 UnsafeTransfer.swift
[1364/1427] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1365/1427] Compiling HummingbirdCore ServerChildChannel.swift
[1366/1427] Compiling HummingbirdCore Response.swift
[1367/1427] Compiling HummingbirdCore ResponseBody.swift
[1368/1427] Compiling HummingbirdCore ResponseBodyWriter.swift
[1369/1427] Compiling HummingbirdCore ServerConfiguration.swift
[1370/1427] Compiling HummingbirdCore TSTLSOptions.swift
[1371/1427] Compiling HummingbirdCore ResponseWriter.swift
[1372/1427] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1373/1427] Compiling NIOHTTP2 HTTP2Frame.swift
[1374/1427] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1375/1427] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1376/1427] Compiling NIOHTTP2 HTTP2PingData.swift
[1377/1427] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1380/1427] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1381/1427] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1382/1427] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1383/1427] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1384/1427] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1385/1427] Compiling NIOHTTP2 HTTP2Settings.swift
[1386/1427] Compiling NIOHTTP2 HTTP2Stream.swift
[1387/1427] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1388/1427] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1389/1427] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1390/1427] Compiling NIOHTTP2 HTTP2StreamID.swift
[1391/1427] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1392/1427] Compiling HummingbirdCore HBParser.swift
[1393/1427] Compiling HummingbirdCore OutputBuffer.swift
[1397/1427] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1398/1427] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1399/1427] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1400/1427] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1401/1427] Compiling NIOHTTP2 HTTP2Error.swift
[1402/1427] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1403/1488] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1404/1488] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1405/1488] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1406/1488] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1407/1488] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1408/1488] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1409/1488] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1410/1494] Emitting module AsyncHTTPClient
[1411/1494] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1412/1494] Compiling AsyncHTTPClient ConnectionTarget.swift
[1413/1494] Compiling AsyncHTTPClient DeconstructedURL.swift
[1414/1494] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1415/1494] Compiling AsyncHTTPClient FoundationExtensions.swift
[1416/1494] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1417/1494] Compiling AsyncHTTPClient SSLContextCache.swift
[1418/1494] Compiling AsyncHTTPClient Scheme.swift
[1419/1494] Compiling AsyncHTTPClient Singleton.swift
[1420/1494] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1421/1494] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1422/1494] Compiling AsyncHTTPClient Utils.swift
[1423/1494] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1424/1494] Compiling AsyncHTTPClient TLSConfiguration.swift
[1425/1494] Compiling AsyncHTTPClient RedirectState.swift
[1426/1494] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1427/1494] Compiling AsyncHTTPClient RequestBag.swift
[1428/1494] Compiling AsyncHTTPClient RequestValidation.swift
[1429/1494] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1430/1494] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1431/1494] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1432/1494] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1433/1494] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1434/1494] Compiling AsyncHTTPClient RequestBodyLength.swift
[1435/1494] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1436/1494] Compiling AsyncHTTPClient HTTP1Connection.swift
[1437/1494] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1438/1494] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1439/1494] Compiling AsyncHTTPClient HTTP2Connection.swift
[1440/1494] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1441/1494] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1442/1494] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1443/1494] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1444/1494] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1445/1494] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1446/1494] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1447/1494] Compiling AsyncHTTPClient Transaction.swift
[1448/1494] Compiling AsyncHTTPClient Base64.swift
[1449/1494] Compiling AsyncHTTPClient BasicAuth.swift
[1450/1494] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1451/1494] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1452/1494] Compiling AsyncHTTPClient ConnectionPool.swift
[1453/1494] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1454/1494] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1455/1494] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1456/1494] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1457/1494] Compiling AsyncHTTPClient RequestOptions.swift
[1458/1494] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1459/1494] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1460/1494] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1461/1494] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1462/1494] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1463/1494] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1464/1494] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1465/1494] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1466/1494] Compiling AsyncHTTPClient HTTPClient.swift
[1467/1494] Compiling AsyncHTTPClient HTTPHandler.swift
[1468/1494] Compiling AsyncHTTPClient LRUCache.swift
[1469/1494] Compiling AsyncHTTPClient NWErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1494/1496] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1495/1496] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1496/1496] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1497/1562] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1498/1562] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1499/1562] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1500/1562] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1501/1562] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1502/1562] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1503/1562] Compiling Hummingbird _SpreadMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1504/1569] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1505/1569] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1506/1569] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1507/1569] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1508/1569] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1509/1569] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1510/1569] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1511/1569] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1512/1569] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1513/1569] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1514/1569] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1515/1569] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1516/1569] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1517/1569] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1518/1569] Compiling Hummingbird TracingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1519/1569] Compiling Hummingbird EndpointResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1520/1569] Compiling Hummingbird Parameters+UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1521/1569] Compiling Hummingbird Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1522/1569] Compiling Hummingbird ResponseGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1523/1569] Compiling Hummingbird RouteCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1524/1569] Compiling Hummingbird Router+validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1525/1569] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1526/1569] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1527/1569] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1528/1569] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1529/1569] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1530/1569] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1531/1569] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1532/1569] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1533/1569] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1534/1569] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1535/1569] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1536/1569] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1537/1569] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1538/1569] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1539/1569] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1540/1569] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1541/1569] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1542/1569] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1543/1569] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1544/1569] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1545/1569] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1546/1569] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1547/1569] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1548/1569] Compiling Hummingbird Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1549/1569] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1550/1569] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1551/1569] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1552/1569] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1553/1569] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1554/1569] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1555/1569] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1556/1569] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1557/1569] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1558/1569] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1559/1569] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1560/1569] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1561/1569] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1562/1569] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1563/1569] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1564/1569] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1565/1569] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1566/1569] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1567/1569] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1568/1569] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1569/1569] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1570/1591] Compiling HummingbirdAuth SessionAuthenticator.swift
[1571/1591] Compiling HummingbirdAuth SessionStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:103:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
101 |         let sessionId = Self.createSessionId()
102 |         // prefix with "hbs."
103 |         try await self.storage.set(
    |                                `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
104 |             key: "hbs.\(sessionId)",
105 |             value: session,
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:119:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
117 |         }
118 |         // prefix with "hbs."
119 |         try await self.storage.set(
    |                                `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
120 |             key: "hbs.\(sessionId)",
121 |             value: session,
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:134:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
132 |         }
133 |         // prefix with "hbs."
134 |         try await self.storage.set(
    |                                `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
135 |             key: "hbs.\(sessionId)",
136 |             value: session,
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:148:43: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
146 |         do {
147 |             // prefix with "hbs."
148 |             return try await self.storage.get(
    |                                           `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
149 |                 key: "hbs.\(sessionId)",
150 |                 as: SessionType.self
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:180:16: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
178 |     static func createSessionId() -> String {
179 |         let bytes: [UInt8] = (0..<32).map { _ in UInt8.random(in: 0...255) }
180 |         return String(base64Encoding: bytes)
    |                `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
181 |     }
182 |
[1572/1592] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1573/1592] Compiling HummingbirdAuth SessionContext.swift
[1574/1592] Compiling HummingbirdAuth Deprecated.swift
[1575/1592] Compiling HummingbirdAuth BearerAuthentication.swift
[1576/1592] Compiling HummingbirdAuth ClosureAuthenticator.swift
[1577/1592] Compiling HummingbirdAuth BasicAuthentication.swift
[1578/1592] Compiling HummingbirdAuth AuthRequestContext.swift
[1579/1592] Compiling HummingbirdAuth Authenticator.swift
[1580/1592] Emitting module HummingbirdAuth
[1581/1592] Compiling HummingbirdAuth SessionMiddleware.swift
[1582/1592] Compiling HummingbirdAuth UserSessionRepository.swift
[1583/1592] Compiling HummingbirdTesting TestApplication.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1584/1592] Compiling HummingbirdTesting TestClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1585/1592] Compiling HummingbirdTesting TestClient+types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1586/1596] Compiling HummingbirdTesting RouterTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1587/1596] Compiling HummingbirdTesting LiveTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1588/1596] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1589/1596] Emitting module HummingbirdBasicAuth
[1590/1596] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[1591/1596] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[1592/1596] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[1593/1596] Compiling HummingbirdTesting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1594/1596] Compiling HummingbirdTesting ApplicationTester.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1595/1596] Compiling HummingbirdTesting Application+Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1596/1596] Emitting module HummingbirdTesting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1597/1598] Compiling HummingbirdAuthTesting TestClient+Auth.swift
/Users/admin/builder/spi-builder-workspace/Sources/HummingbirdAuthTesting/TestClient+Auth.swift:47:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
 45 |             var headers = headers
 46 |             let usernamePassword = "\(username):\(password)"
 47 |             let authorization = "Basic \(String(base64Encoding: usernamePassword.utf8))"
    |                                          `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
 48 |             headers[.authorization] = authorization
 49 |             return (uri: uri, method: method, headers: headers, body: body)
[1598/1598] Emitting module HummingbirdAuthTesting
Build complete! (77.02s)
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
[1/833] Fetching swift-extras-base64
Fetched https://github.com/apple/swift-nio.git from cache (0.83s)
[1/24423] Fetching hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.75s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.75s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (2.66s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.47s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/swift-server/async-http-client.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
[1/4974] Fetching swift-distributed-tracing
[101/7368] Fetching swift-distributed-tracing, swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.69s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.83s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.84s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.84s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.84s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.11s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.11s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.71s)
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetched https://github.com/apple/swift-collections.git from cache (0.81s)
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.04s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.68s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.09s)
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.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.44s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.83s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.29s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.48s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.05s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.95s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.01s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.18s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.63.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    }
  ],
  "manifest_display_name" : "hummingbird-auth",
  "name" : "hummingbird-auth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdAuth",
      "targets" : [
        "HummingbirdAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBasicAuth",
      "targets" : [
        "HummingbirdBasicAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBcrypt",
      "targets" : [
        "HummingbirdBcrypt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdOTP",
      "targets" : [
        "HummingbirdOTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdAuthTesting",
      "targets" : [
        "HummingbirdAuthTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdOTP",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdOTP",
      "path" : "Sources/HummingbirdOTP",
      "product_dependencies" : [
        "Crypto",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdOTP"
      ],
      "sources" : [
        "OTP.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBcrypt",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBcrypt",
      "path" : "Sources/HummingbirdBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "Bcrypt.swift"
      ],
      "target_dependencies" : [
        "CBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBasicAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBasicAuth",
      "path" : "Sources/HummingbirdBasicAuth",
      "product_dependencies" : [
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdBasicAuth"
      ],
      "sources" : [
        "BasicAuthenticator.swift",
        "PasswordVerifier.swift",
        "UserPasswordRepository.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTests",
      "path" : "Tests/HummingbirdAuthTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "NIOPosix"
      ],
      "sources" : [
        "AuthTests.swift",
        "BcryptTests.swift",
        "OTPTests.swift",
        "SessionTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt",
        "HummingbirdOTP",
        "HummingbirdAuthTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdAuthTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTesting",
      "path" : "Sources/HummingbirdAuthTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "TestClient+Auth.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuth",
      "path" : "Sources/HummingbirdAuth",
      "product_dependencies" : [
        "Hummingbird",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "Authenticator/AuthRequestContext.swift",
        "Authenticator/Authenticator.swift",
        "Authenticator/ClosureAuthenticator.swift",
        "BasicAuthentication.swift",
        "BearerAuthentication.swift",
        "Deprecated.swift",
        "Middleware/IsAuthenticatedMiddleware.swift",
        "Sessions/SessionAuthenticator.swift",
        "Sessions/SessionContext.swift",
        "Sessions/SessionMiddleware.swift",
        "Sessions/SessionStorage.swift",
        "Sessions/UserSessionRepository.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CBcrypt",
      "module_type" : "ClangTarget",
      "name" : "CBcrypt",
      "path" : "Sources/CBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "bcrypt.c",
        "blf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.