The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AppStoreServerLibrary, reference v5.0.0 (179b80), with Swift 6.1 for macOS (SPM) on 13 Mar 2026 04:54:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/app-store-server-library-swift.git
Reference: v5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/app-store-server-library-swift
 * tag               v5.0.0     -> FETCH_HEAD
HEAD is now at 179b802 Merge pull request #117 from alexanderjordanbaker/Release5.0.0
Cloned https://github.com/apple/app-store-server-library-swift.git
Revision (git rev-parse @):
179b802f36219b5fab11a4457fe22e347da34dbe
SUCCESS checkout https://github.com/apple/app-store-server-library-swift.git at v5.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/app-store-server-library-swift.git
https://github.com/apple/app-store-server-library-swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "AppStoreServerLibrary",
  "name" : "AppStoreServerLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreServerLibrary",
      "targets" : [
        "AppStoreServerLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStoreServerLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreServerLibraryTests",
      "path" : "Tests/AppStoreServerLibraryTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AppStoreServerLibraryTests/resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AppStoreServerAPIClientTests.swift",
        "JWSSignatureCreatorTests.swift",
        "PromotionalOfferSignatureCreatorTests.swift",
        "RealtimeResponseBodyTests.swift",
        "ReceiptUtilityTests.swift",
        "SignedDataVerifierTests.swift",
        "SignedModelTests.swift",
        "TestingUtility.swift",
        "XcodeSignedDataVerifierTests.swift"
      ],
      "target_dependencies" : [
        "AppStoreServerLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStoreServerLibrary",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreServerLibrary",
      "path" : "Sources/AppStoreServerLibrary",
      "product_dependencies" : [
        "X509",
        "Crypto",
        "SwiftASN1",
        "JWTKit",
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "AppStoreServerLibrary"
      ],
      "sources" : [
        "AppStoreServerAPIClient.swift",
        "ChainVerifier.swift",
        "JWSSignatureCreator.swift",
        "Models/AccountTenure.swift",
        "Models/AlternateProduct.swift",
        "Models/AppData.swift",
        "Models/AppStoreEnvironment.swift",
        "Models/AppTransaction.swift",
        "Models/AppTransactionInfoResponse.swift",
        "Models/AutoRenewStatus.swift",
        "Models/CheckTestNotificationResponse.swift",
        "Models/ConsumptionRequest.swift",
        "Models/ConsumptionRequestReason.swift",
        "Models/ConsumptionRequestV1.swift",
        "Models/ConsumptionStatus.swift",
        "Models/DecodedRealtimeRequestBody.swift",
        "Models/DecodedSignedData.swift",
        "Models/DefaultConfigurationRequest.swift",
        "Models/DeliveryStatus.swift",
        "Models/DeliveryStatusV1.swift",
        "Models/ErrorPayload.swift",
        "Models/ExpirationIntent.swift",
        "Models/ExtendReasonCode.swift",
        "Models/ExtendRenewalDateRequest.swift",
        "Models/ExtendRenewalDateResponse.swift",
        "Models/ExternalPurchaseToken.swift",
        "Models/GetImageListResponse.swift",
        "Models/GetImageListResponseItem.swift",
        "Models/GetMessageListResponse.swift",
        "Models/GetMessageListResponseItem.swift",
        "Models/HistoryResponse.swift",
        "Models/ImageState.swift",
        "Models/InAppOwnershipType.swift",
        "Models/JWSRenewalInfoDecodedPayload.swift",
        "Models/JWSTransactionDecodedPayload.swift",
        "Models/LastTransactionsItem.swift",
        "Models/LifetimeDollarsPurchased.swift",
        "Models/LifetimeDollarsRefunded.swift",
        "Models/MassExtendRenewalDateRequest.swift",
        "Models/MassExtendRenewalDateResponse.swift",
        "Models/MassExtendRenewalDateStatusResponse.swift",
        "Models/Message.swift",
        "Models/MessageState.swift",
        "Models/NotificationData.swift",
        "Models/NotificationHistoryRequest.swift",
        "Models/NotificationHistoryResponse.swift",
        "Models/NotificationHistoryResponseItem.swift",
        "Models/NotificationTypeV2.swift",
        "Models/OfferDiscountType.swift",
        "Models/OfferType.swift",
        "Models/OrderLookupResponse.swift",
        "Models/OrderLookupStatus.swift",
        "Models/Platform.swift",
        "Models/PlayTime.swift",
        "Models/PriceIncreaseStatus.swift",
        "Models/ProductType.swift",
        "Models/PromotionalOffer.swift",
        "Models/PromotionalOfferSignatureV1.swift",
        "Models/PurchasePlatform.swift",
        "Models/RealtimeRequestBody.swift",
        "Models/RealtimeResponseBody.swift",
        "Models/RefundHistoryResponse.swift",
        "Models/RefundPreference.swift",
        "Models/RefundPreferenceV1.swift",
        "Models/ResponseBodyV2.swift",
        "Models/ResponseBodyV2DecodedPayload.swift",
        "Models/RevocationReason.swift",
        "Models/RevocationType.swift",
        "Models/SendAttemptItem.swift",
        "Models/SendAttemptResult.swift",
        "Models/SendTestNotificationResponse.swift",
        "Models/Status.swift",
        "Models/StatusResponse.swift",
        "Models/SubscriptionGroupIdentifierItem.swift",
        "Models/Subtype.swift",
        "Models/Summary.swift",
        "Models/TransactionHistoryRequest.swift",
        "Models/TransactionInfoResponse.swift",
        "Models/TransactionReason.swift",
        "Models/UpdateAppAccountTokenRequest.swift",
        "Models/UploadMessageImage.swift",
        "Models/UploadMessageRequestBody.swift",
        "Models/UserStatus.swift",
        "PromotionalOfferSignatureCreator.swift",
        "ReceiptUtility.swift",
        "SignedDataVerifier.swift",
        "Utility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/829] Write sources
[10/829] Copying PrivacyInfo.xcprivacy
[15/829] Write sources
[41/829] Compiling CNIOWindows WSAStartup.c
[41/829] Compiling CNIOWindows shim.c
[41/829] Compiling CNIOWASI CNIOWASI.c
[44/829] Compiling CNIOLinux shim.c
[45/829] Compiling CNIOLinux liburing_shims.c
[45/829] Compiling CNIOOpenBSD shim.c
[47/829] Compiling _NumericsShims _NumericsShims.c
[48/829] Write swift-version-2F0A5646E1D333AE.txt
[49/829] Compiling fiat_p256_adx_sqr.S
[50/829] Compiling fiat_p256_adx_mul.S
[51/829] Compiling CNIOExtrasZlib empty.c
[52/829] Compiling _AtomicsShims.c
[53/829] Compiling CNIOPosix event_loop_id.c
[54/858] Compiling CNIOLLHTTP c_nio_http.c
[55/858] Compiling CNIOLLHTTP c_nio_api.c
[56/874] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/893] Compiling CNIODarwin shim.c
[58/967] Compiling CNIOBoringSSLShims shims.c
[59/967] Compiling fiat_curve25519_adx_square.S
[60/967] Compiling fiat_curve25519_adx_mul.S
[62/967] Compiling ServiceContextModule ServiceContextKey.swift
[63/967] Emitting module ServiceContextModule
[64/967] Compiling ServiceContextModule ServiceContext.swift
[65/967] Emitting module _NIOBase64
[66/967] Compiling _NIOBase64 Base64.swift
[67/967] Compiling _CertificateInternals _TinyArray.swift
[68/967] Emitting module _CertificateInternals
[69/967] Compiling RealModule Real.swift
[70/967] Compiling RealModule Float80+Real.swift
[71/967] Compiling RealModule RealFunctions.swift
[72/967] Compiling RealModule Float+Real.swift
[73/967] Compiling RealModule ElementaryFunctions.swift
[74/967] Emitting module RealModule
[75/967] Compiling RealModule AugmentedArithmetic.swift
[76/967] Compiling RealModule Double+Real.swift
[77/967] Compiling RealModule Float16+Real.swift
[78/967] Compiling Crypto AES-GCM.swift
[79/967] Compiling Crypto AES-GCM_boring.swift
[80/974] Compiling RealModule RelaxedArithmetic.swift
[81/974] Compiling Instrumentation MultiplexInstrument.swift
[82/974] Compiling Crypto HMAC.swift
[83/974] Compiling Crypto MACFunctions.swift
[84/974] Compiling Crypto ASN1BitString.swift
[85/974] Compiling Crypto Curve25519.swift
[86/974] Compiling Crypto ASN1.swift
[87/974] Compiling Crypto ASN1Any.swift
[88/974] Compiling Crypto MessageAuthenticationCode.swift
[89/974] Compiling Crypto HPKE-KexKeyDerivation.swift
[90/974] Compiling Crypto X25519Keys.swift
[91/974] Compiling Crypto SymmetricKeys.swift
[92/974] Emitting module InternalCollectionsUtilities
[95/974] Compiling Crypto Ed25519Keys.swift
[96/974] Compiling Crypto NISTCurvesKeys.swift
[97/974] Compiling Crypto Cipher.swift
[98/974] Compiling Crypto Nonces.swift
[99/974] Compiling Crypto ChaChaPoly_boring.swift
[100/974] Compiling Crypto ChaChaPoly.swift
[101/975] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[102/975] Compiling Instrumentation NoOpInstrument.swift
[103/975] Compiling Instrumentation InstrumentationSystem.swift
[104/975] Emitting module Instrumentation
[105/975] Compiling Logging MetadataProvider.swift
[106/975] Compiling Instrumentation Instrument.swift
[107/975] Compiling Instrumentation Locks.swift
[108/975] Compiling _NIODataStructures PriorityQueue.swift
[109/975] Compiling _NIODataStructures _TinyArray.swift
[110/975] Compiling _NIODataStructures Heap.swift
[111/975] Emitting module _NIODataStructures
[112/975] Emitting module Logging
[113/975] Compiling Logging Locks.swift
[114/975] Compiling Logging LogHandler.swift
[115/975] Compiling Logging Logging.swift
[116/998] Compiling ContainersPreview Inout.swift
[117/999] Compiling ContainersPreview InputSpan.swift
[118/999] Compiling ContainersPreview Borrow.swift
[119/999] Compiling ContainersPreview Box.swift
[120/999] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[121/999] Compiling ContainersPreview BorrowingSequence.swift
[122/999] Compiling ContainersPreview OutputSpan+Extras.swift
[123/999] Compiling ContainersPreview TemporaryAllocation.swift
[124/999] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[125/999] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[126/999] Compiling ContainersPreview Container.swift
[127/999] Compiling ContainersPreview ContainerAlgorithms.swift
[128/999] Compiling ContainersPreview Drain.swift
[129/999] Compiling ContainersPreview Producer.swift
[130/999] Emitting module ContainersPreview
[131/999] Compiling ContainersPreview Shared.swift
[132/999] Compiling Tracing TracingTime.swift
[133/999] Compiling Tracing TracerProtocol.swift
[133/999] Compiling tls13_server.cc
[134/999] Compiling tls_method.cc
[134/999] Compiling tls_record.cc
[134/999] Compiling tls13_enc.cc
[138/999] Compiling Tracing TracerProtocol+Legacy.swift
[139/999] Compiling Tracing Tracer.swift
[140/999] Compiling Tracing NoOpTracer.swift
[141/999] Compiling Tracing InstrumentationSystem+Tracing.swift
[142/999] Emitting module Tracing
[143/999] Compiling Tracing SpanProtocol.swift
[143/999] Compiling tls13_client.cc
[145/1040] Compiling DequeModule RigidDeque+Consumption.swift
[146/1040] Compiling DequeModule RigidDeque+Container.swift
[147/1040] Compiling DequeModule RigidDeque+Descriptions.swift
[148/1040] Compiling DequeModule RigidDeque+Equatable.swift
[149/1040] Compiling DequeModule RigidDeque+Experimental.swift
[150/1044] Compiling DequeModule UniqueDeque+Append.swift
[151/1044] Compiling DequeModule UniqueDeque+Consumption.swift
[152/1044] Compiling DequeModule UniqueDeque+Container.swift
[153/1044] Compiling DequeModule UniqueDeque+Descriptions.swift
[154/1044] Compiling DequeModule RigidDeque+Removals.swift
[155/1044] Compiling DequeModule RigidDeque+Replacements.swift
[156/1044] Compiling DequeModule RigidDeque+Testing.swift
[157/1044] Compiling DequeModule RigidDeque.swift
[158/1044] Compiling DequeModule RigidDeque+Hashable.swift
[159/1044] Compiling DequeModule RigidDeque+Initializers.swift
[160/1044] Compiling DequeModule RigidDeque+Insertions.swift
[161/1044] Compiling DequeModule RigidDeque+Prepend.swift
[162/1044] Compiling DequeModule UniqueDeque+Insertions.swift
[163/1044] Compiling DequeModule UniqueDeque+Prepend.swift
[164/1044] Compiling DequeModule UniqueDeque+Removals.swift
[165/1044] Compiling DequeModule UniqueDeque+Replacements.swift
[166/1044] Compiling DequeModule UniqueDeque+Equatable.swift
[167/1044] Compiling DequeModule UniqueDeque+Experimental.swift
[168/1044] Compiling DequeModule UniqueDeque+Hashable.swift
[169/1044] Compiling DequeModule UniqueDeque+Initializers.swift
[169/1044] Compiling tls13_both.cc
[170/1044] Compiling t1_enc.cc
[172/1044] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[173/1044] Compiling DequeModule Deque+Extras.swift
[174/1044] Compiling DequeModule Deque+Hashable.swift
[175/1044] Compiling DequeModule Deque+Testing.swift
[176/1044] Compiling DequeModule Deque._Storage.swift
[177/1044] Compiling DequeModule Deque._UnsafeHandle.swift
[178/1044] Compiling DequeModule Deque.swift
[179/1044] Compiling DequeModule _DequeBuffer.swift
[180/1044] Compiling DequeModule _DequeBufferHeader.swift
[181/1044] Compiling DequeModule RigidDeque+Append.swift
[181/1044] Compiling ssl_versions.cc
[182/1044] Compiling ssl_transcript.cc
[184/1044] Compiling DequeModule Deque+Codable.swift
[185/1044] Compiling DequeModule Deque+Collection.swift
[186/1044] Compiling DequeModule Deque+CustomReflectable.swift
[187/1044] Compiling DequeModule Deque+Descriptions.swift
[188/1044] Compiling DequeModule Deque+Equatable.swift
[188/1044] Compiling ssl_stat.cc
[190/1044] Compiling SwiftASN1 DER.swift
[190/1045] Compiling ssl_x509.cc
[196/1045] Emitting module Crypto
[197/1053] Compiling SwiftASN1 Errors.swift
[205/1053] Compiling ssl_session.cc
[208/1053] Compiling ssl_privkey.cc
[210/1053] Compiling DequeModule UniqueDeque.swift
[211/1053] Compiling DequeModule _DequeSlot.swift
[212/1053] Compiling DequeModule _UnsafeDequeHandle.swift
[213/1053] Compiling DequeModule _UnsafeDequeSegments.swift
[214/1053] Emitting module DequeModule
[215/1053] Emitting module SwiftASN1
[215/1053] Compiling ssl_lib.cc
[216/1053] Compiling ssl_key_share.cc
[217/1053] Compiling ssl_file.cc
[218/1053] Compiling ssl_credential.cc
[219/1053] Compiling ssl_cipher.cc
[220/1053] Compiling ssl_buffer.cc
[221/1053] Compiling ssl_cert.cc
[222/1053] Compiling ssl_asn1.cc
[223/1053] Compiling ssl_aead_ctx.cc
[224/1053] Compiling s3_pkt.cc
[225/1053] Compiling s3_lib.cc
[226/1053] Compiling s3_both.cc
[230/1053] Compiling Crypto RNG_boring.swift
[231/1053] Compiling Crypto SafeCompare_boring.swift
[232/1053] Compiling Crypto Zeroization_boring.swift
[233/1053] Compiling Crypto PrettyBytes.swift
[234/1053] Compiling Crypto SafeCompare.swift
[235/1053] Compiling Crypto SecureBytes.swift
[236/1053] Compiling Crypto Zeroization.swift
[237/1053] Compiling Crypto resource_bundle_accessor.swift
[255/1053] Compiling Crypto DH.swift
[256/1053] Compiling Crypto ECDH.swift
[257/1053] Compiling Crypto HKDF.swift
[258/1053] Compiling Crypto AESWrap.swift
[259/1053] Compiling Crypto AESWrap_boring.swift
[260/1053] Compiling Crypto Ed25519_boring.swift
[261/1053] Compiling Crypto NISTCurvesKeys_boring.swift
[262/1053] Compiling Crypto X25519Keys_boring.swift
[263/1053] Compiling Crypto ObjectIdentifier.swift
[264/1053] Compiling Crypto ECDSASignature.swift
[265/1053] Compiling Crypto PEMDocument.swift
[266/1053] Compiling Crypto PKCS8PrivateKey.swift
[267/1053] Compiling Crypto SEC1PrivateKey.swift
[268/1053] Compiling Crypto SubjectPublicKeyInfo.swift
[269/1053] Compiling Crypto CryptoError_boring.swift
[270/1053] Compiling Crypto CryptoKitErrors.swift
[290/1053] Compiling Crypto ASN1Null.swift
[291/1053] Compiling Crypto ASN1OctetString.swift
[292/1053] Compiling Crypto ASN1Strings.swift
[293/1053] Compiling Crypto ArraySliceBigint.swift
[294/1053] Compiling Crypto GeneralizedTime.swift
[303/1053] Compiling Crypto AES.swift
[304/1053] Compiling Crypto ECDSASignature_boring.swift
[305/1053] Compiling Crypto ECDSA_boring.swift
[306/1053] Compiling Crypto EdDSA_boring.swift
[307/1053] Compiling Crypto ECDSA.swift
[308/1053] Compiling Crypto Ed25519.swift
[309/1053] Compiling Crypto Signature.swift
[310/1053] Compiling Crypto CryptoKitErrors_boring.swift
[310/1053] Compiling handshake_server.cc
[311/1053] Compiling handshake.cc
[312/1053] Compiling handshake_client.cc
[313/1053] Compiling handoff.cc
[314/1053] Compiling md5-x86_64-linux.S
[315/1053] Compiling dtls_record.cc
[316/1053] Compiling md5-x86_64-apple.S
[317/1053] Compiling encrypted_client_hello.cc
[318/1053] Compiling md5-586-linux.S
[319/1053] Compiling extensions.cc
[320/1053] Compiling md5-586-apple.S
[321/1053] Compiling dtls_method.cc
[322/1053] Compiling chacha20_poly1305_x86_64-linux.S
[322/1053] Compiling chacha20_poly1305_x86_64-apple.S
[324/1053] Compiling chacha20_poly1305_armv8-linux.S
[325/1053] Compiling chacha20_poly1305_armv8-win.S
[326/1053] Compiling d1_srtp.cc
[327/1053] Compiling d1_pkt.cc
[328/1053] Compiling chacha-x86_64-linux.S
[329/1053] Compiling chacha-x86_64-apple.S
[330/1053] Compiling chacha-x86-linux.S
[331/1053] Compiling chacha20_poly1305_armv8-apple.S
[332/1053] Compiling chacha-x86-apple.S
[333/1053] Compiling chacha-armv8-win.S
[334/1053] Compiling chacha-armv8-linux.S
[335/1053] Compiling chacha-armv4-linux.S
[336/1053] Compiling aes128gcmsiv-x86_64-linux.S
[337/1053] Compiling chacha-armv8-apple.S
[338/1053] Compiling d1_lib.cc
[339/1053] Compiling aes128gcmsiv-x86_64-apple.S
[340/1053] Compiling x86_64-mont5-linux.S
[341/1053] Compiling x86_64-mont5-apple.S
[342/1053] Compiling x86_64-mont-linux.S
[343/1053] Compiling bio_ssl.cc
[344/1053] Compiling x86_64-mont-apple.S
[345/1053] Compiling x86-mont-linux.S
[346/1053] Compiling x86-mont-apple.S
[347/1053] Compiling vpaes-x86_64-linux.S
[348/1053] Compiling vpaes-x86_64-apple.S
[349/1053] Compiling vpaes-x86-linux.S
[350/1053] Compiling vpaes-x86-apple.S
[351/1053] Compiling err_data.cc
[352/1053] Compiling vpaes-armv8-linux.S
[353/1053] Compiling vpaes-armv8-apple.S
[353/1053] Compiling vpaes-armv8-win.S
[355/1053] Compiling vpaes-armv7-linux.S
[356/1053] Compiling sha512-x86_64-linux.S
[357/1053] Compiling sha512-x86_64-apple.S
[358/1053] Compiling sha512-armv8-win.S
[359/1053] Compiling sha512-armv8-linux.S
[360/1053] Compiling sha512-586-linux.S
[361/1053] Compiling sha512-586-apple.S
[362/1053] Compiling sha512-armv4-linux.S
[362/1053] Compiling sha512-armv8-apple.S
[364/1053] Compiling sha256-x86_64-apple.S
[364/1053] Compiling sha256-x86_64-linux.S
[364/1053] Compiling sha256-armv8-win.S
[367/1053] Compiling sha256-armv8-linux.S
[368/1053] Compiling sha256-armv8-apple.S
[369/1053] Compiling sha256-586-linux.S
[370/1053] Compiling sha256-586-apple.S
[371/1053] Compiling sha256-armv4-linux.S
[372/1053] Compiling sha1-armv8-linux.S
[373/1053] Compiling sha1-armv8-win.S
[374/1053] Compiling sha1-x86_64-linux.S
[375/1053] Compiling sha1-x86_64-apple.S
[376/1053] Compiling d1_both.cc
[377/1053] Compiling sha1-armv8-apple.S
[378/1053] Compiling sha1-586-apple.S
[379/1053] Compiling sha1-armv4-large-linux.S
[380/1053] Compiling sha1-586-linux.S
[380/1053] Compiling rsaz-avx2-apple.S
[382/1053] Compiling rsaz-avx2-linux.S
[383/1053] Compiling rdrand-x86_64-linux.S
[384/1053] Compiling p256_beeu-x86_64-asm-apple.S
[385/1053] Compiling p256_beeu-x86_64-asm-linux.S
[386/1053] Compiling rdrand-x86_64-apple.S
[387/1053] Compiling p256_beeu-armv8-asm-win.S
[388/1053] Compiling p256_beeu-armv8-asm-linux.S
[389/1053] Compiling p256-armv8-asm-win.S
[390/1053] Compiling p256-x86_64-asm-linux.S
[391/1053] Compiling p256-x86_64-asm-apple.S
[392/1053] Compiling p256_beeu-armv8-asm-apple.S
[392/1053] Compiling p256-armv8-asm-linux.S
[394/1053] Compiling ghashv8-armv8-win.S
[395/1053] Compiling ghashv8-armv8-linux.S
[396/1053] Compiling p256-armv8-asm-apple.S
[397/1053] Compiling ghashv8-armv8-apple.S
[398/1053] Compiling ghash-x86_64-linux.S
[399/1053] Compiling ghash-x86_64-apple.S
[400/1053] Compiling ghashv8-armv7-linux.S
[401/1053] Compiling ghash-x86-apple.S
[402/1053] Compiling ghash-x86-linux.S
[403/1053] Compiling ghash-ssse3-x86_64-linux.S
[404/1053] Compiling ghash-ssse3-x86_64-apple.S
[405/1053] Compiling ghash-ssse3-x86-linux.S
[406/1053] Compiling ghash-ssse3-x86-apple.S
[407/1053] Compiling ghash-neon-armv8-win.S
[408/1053] Compiling ghash-armv4-linux.S
[409/1053] Compiling ghash-neon-armv8-linux.S
[410/1053] Compiling ghash-neon-armv8-apple.S
[411/1053] Compiling co-586-linux.S
[412/1053] Compiling co-586-apple.S
[413/1053] Compiling bn-armv8-win.S
[413/1053] Compiling bsaes-armv7-linux.S
[413/1053] Compiling bn-armv8-linux.S
[416/1053] Compiling bn-armv8-apple.S
[417/1053] Compiling bn-586-linux.S
[418/1053] Compiling bn-586-apple.S
[419/1053] Compiling armv8-mont-win.S
[420/1053] Compiling armv8-mont-linux.S
[421/1053] Compiling armv8-mont-apple.S
[422/1053] Compiling armv4-mont-linux.S
[423/1053] Compiling aesv8-gcm-armv8-linux.S
[423/1053] Compiling aesv8-armv8-win.S
[423/1053] Compiling aesv8-gcm-armv8-win.S
[426/1053] Compiling aesv8-armv8-linux.S
[427/1053] Compiling aesv8-gcm-armv8-apple.S
[428/1053] Compiling aesv8-armv7-linux.S
[429/1053] Compiling aesv8-armv8-apple.S
[430/1053] Compiling aesni-x86_64-linux.S
[431/1053] Compiling aesni-x86_64-apple.S
[431/1053] Compiling aesni-x86-linux.S
[433/1053] Compiling aesni-x86-apple.S
[433/1053] Compiling aesni-gcm-x86_64-apple.S
[435/1053] Compiling aesni-gcm-x86_64-linux.S
[436/1053] Compiling aes-gcm-avx2-x86_64-linux.S
[437/1053] Compiling aes-gcm-avx2-x86_64-apple.S
[438/1053] Compiling aes-gcm-avx10-x86_64-linux.S
[439/1053] Compiling aes-gcm-avx10-x86_64-apple.S
[440/1053] Compiling x_x509a.cc
[441/1053] Compiling x_sig.cc
[442/1053] Compiling x_x509.cc
[443/1053] Compiling x_req.cc
[444/1053] Compiling x_val.cc
[445/1053] Compiling x_spki.cc
[446/1053] Compiling x_name.cc
[446/1053] Compiling x_pubkey.cc
[446/1053] Compiling x_exten.cc
[449/1053] Compiling x_crl.cc
[450/1053] Compiling x_attrib.cc
[451/1053] Compiling x_algor.cc
[452/1053] Compiling x509spki.cc
[453/1053] Compiling x_all.cc
[454/1053] Compiling x509rset.cc
[455/1053] Compiling x509name.cc
[456/1053] Compiling x509cset.cc
[457/1053] Compiling x509_v3.cc
[458/1053] Compiling x509_vpm.cc
[459/1053] Compiling x509_vfy.cc
[460/1053] Compiling x509_txt.cc
[461/1053] Compiling x509_trs.cc
[462/1053] Compiling x509_set.cc
[463/1053] Compiling x509_req.cc
[464/1053] Compiling x509_obj.cc
[465/1053] Compiling x509_def.cc
[466/1053] Compiling x509_d2.cc
[467/1053] Compiling x509_ext.cc
[468/1053] Compiling x509_lu.cc
[469/1053] Compiling x509_cmp.cc
[470/1053] Compiling x509.cc
[471/1053] Compiling x509_att.cc
[472/1053] Compiling v3_utl.cc
[473/1053] Compiling v3_prn.cc
[474/1053] Compiling v3_ocsp.cc
[475/1053] Compiling v3_skey.cc
[476/1053] Compiling v3_pmaps.cc
[477/1053] Compiling v3_pcons.cc
[478/1053] Compiling v3_purp.cc
[479/1053] Compiling v3_ncons.cc
[480/1053] Compiling v3_int.cc
[481/1053] Compiling v3_lib.cc
[482/1053] Compiling v3_info.cc
[483/1053] Compiling v3_ia5.cc
[484/1053] Compiling v3_genn.cc
[485/1053] Compiling v3_enum.cc
[486/1053] Compiling v3_extku.cc
[487/1053] Compiling v3_conf.cc
[488/1053] Compiling v3_crld.cc
[489/1053] Compiling v3_cpols.cc
[490/1053] Compiling v3_bitst.cc
[491/1053] Compiling v3_bcons.cc
[492/1053] Compiling v3_akeya.cc
[493/1053] Compiling v3_alt.cc
[494/1053] Compiling v3_akey.cc
[495/1053] Compiling t_x509a.cc
[496/1053] Compiling t_x509.cc
[497/1053] Compiling t_crl.cc
[498/1053] Compiling t_req.cc
[499/1053] Compiling rsa_pss.cc
[500/1053] Compiling i2d_pr.cc
[501/1053] Compiling name_print.cc
[502/1053] Compiling policy.cc
[503/1053] Compiling by_file.cc
[504/1053] Compiling by_dir.cc
[505/1053] Compiling a_sign.cc
[506/1053] Compiling algorithm.cc
[507/1053] Compiling a_digest.cc
[508/1053] Compiling asn1_gen.cc
[509/1053] Compiling a_verify.cc
[510/1053] Compiling voprf.cc
[511/1053] Compiling thread_win.cc
[512/1053] Compiling thread_pthread.cc
[513/1053] Compiling trust_token.cc
[514/1053] Compiling thread_none.cc
[515/1053] Compiling thread.cc
[516/1053] Compiling stack.cc
[517/1053] Compiling pmbtoken.cc
[518/1053] Compiling slhdsa.cc
[519/1053] Compiling spake2plus.cc
[520/1053] Compiling siphash.cc
[521/1053] Compiling sha512.cc
[522/1053] Compiling sha256.cc
[523/1053] Compiling sha1.cc
[524/1053] Compiling rsa_extra.cc
[525/1053] Compiling rsa_print.cc
[526/1053] Compiling rsa_crypt.cc
[527/1053] Compiling refcount.cc
[528/1053] Compiling rc4.cc
[529/1053] Compiling rsa_asn1.cc
[530/1053] Compiling urandom.cc
[531/1053] Compiling windows.cc
[532/1053] Compiling trusty.cc
[533/1053] Compiling rand.cc
[534/1053] Compiling ios.cc
[535/1053] Compiling passive.cc
[536/1053] Compiling poly1305_arm_asm.S
[537/1053] Compiling getentropy.cc
[538/1053] Compiling forkunsafe.cc
[539/1053] Compiling deterministic.cc
[540/1053] Compiling fork_detect.cc
[541/1053] Compiling poly1305_vec.cc
[542/1053] Compiling poly1305_arm.cc
[543/1053] Compiling poly1305.cc
[544/1053] Compiling pool.cc
[545/1053] Compiling pkcs8.cc
[546/1053] Compiling pkcs8_x509.cc
[547/1053] Compiling pkcs7.cc
[548/1053] Compiling p5_pbev2.cc
[549/1053] Compiling pkcs7_x509.cc
[550/1053] Compiling pem_xaux.cc
[551/1053] Compiling pem_x509.cc
[552/1053] Compiling pem_pkey.cc
[553/1053] Compiling pem_pk8.cc
[554/1053] Compiling pem_oth.cc
[555/1053] Compiling mlkem.cc
[556/1053] Compiling obj_xref.cc
[557/1053] Compiling pem_info.cc
[558/1053] Compiling pem_lib.cc
[559/1053] Compiling mldsa.cc
[560/1053] Compiling pem_all.cc
[561/1053] Compiling poly_rq_mul.S
[562/1053] Compiling fips_shared_support.cc
[563/1053] Compiling mem.cc
[564/1053] Compiling md5.cc
[565/1053] Compiling obj.cc
[566/1053] Compiling md4.cc
[567/1053] Compiling lhash.cc
[568/1053] Compiling kyber.cc
[569/1053] Compiling ex_data.cc
[570/1053] Compiling sign.cc
[571/1053] Compiling scrypt.cc
[572/1053] Compiling print.cc
[573/1053] Compiling pbkdf.cc
[574/1053] Compiling hpke.cc
[575/1053] Compiling hrss.cc
[576/1053] Compiling p_x25519_asn1.cc
[577/1053] Compiling p_x25519.cc
[578/1053] Compiling p_ed25519.cc
[579/1053] Compiling p_rsa_asn1.cc
[580/1053] Compiling p_ec.cc
[581/1053] Compiling p_rsa.cc
[582/1053] Compiling p_hkdf.cc
[583/1053] Compiling p_ed25519_asn1.cc
[584/1053] Compiling p_ec_asn1.cc
[585/1053] Compiling p_dh_asn1.cc
[586/1053] Compiling p_dh.cc
[587/1053] Compiling p_dsa_asn1.cc
[588/1053] Compiling evp_ctx.cc
[589/1053] Compiling engine.cc
[590/1053] Compiling err.cc
[591/1053] Compiling evp.cc
[592/1053] Compiling evp_asn1.cc
[593/1053] Compiling ecdsa_asn1.cc
[594/1053] Compiling ecdh.cc
[595/1053] Compiling ec_derive.cc
[596/1053] Compiling hash_to_curve.cc
[597/1053] Compiling dsa.cc
[598/1053] Compiling ec_asn1.cc
[599/1053] Compiling dsa_asn1.cc
[600/1053] Compiling params.cc
[601/1053] Compiling bcm.cc
[602/1053] Compiling x25519-asm-arm.S
[603/1053] Compiling digest_extra.cc
[604/1053] Compiling des.cc
[605/1053] Compiling dh_asn1.cc
[606/1053] Compiling curve25519_64_adx.cc
[607/1053] Compiling spake25519.cc
[608/1053] Compiling cpu_intel.cc
[609/1053] Compiling crypto.cc
[610/1053] Compiling cpu_arm_linux.cc
[611/1053] Compiling cpu_arm_freebsd.cc
[612/1053] Compiling cpu_aarch64_win.cc
[613/1053] Compiling curve25519.cc
[614/1053] Compiling cpu_aarch64_sysreg.cc
[615/1053] Compiling cpu_aarch64_openbsd.cc
[616/1053] Compiling cpu_aarch64_linux.cc
[617/1053] Compiling cpu_aarch64_fuchsia.cc
[618/1053] Compiling cpu_aarch64_apple.cc
[619/1053] Compiling get_cipher.cc
[620/1053] Compiling tls_cbc.cc
[621/1053] Compiling conf.cc
[622/1053] Compiling e_tls.cc
[623/1053] Compiling e_rc4.cc
[624/1053] Compiling e_rc2.cc
[625/1053] Compiling e_des.cc
[625/1053] Compiling e_null.cc
[627/1053] Compiling e_chacha20poly1305.cc
[628/1053] Compiling e_aesgcmsiv.cc
[628/1053] Compiling derive_key.cc
[630/1053] Compiling e_aesctrhmac.cc
[631/1053] Compiling chacha.cc
[632/1053] Compiling unicode.cc
[633/1053] Compiling cbs.cc
[634/1053] Compiling cbb.cc
[635/1053] Compiling ber.cc
[636/1053] Compiling buf.cc
[637/1053] Compiling asn1_compat.cc
[638/1053] Compiling blake2.cc
[639/1053] Compiling socket_helper.cc
[640/1053] Compiling bn_asn1.cc
[641/1053] Compiling socket.cc
[642/1053] Compiling convert.cc
[643/1053] Compiling printf.cc
[644/1053] Compiling pair.cc
[645/1053] Compiling hexdump.cc
[646/1053] Compiling file.cc
[647/1053] Compiling fd.cc
[648/1053] Compiling errno.cc
[649/1053] Compiling connect.cc
[650/1053] Compiling bio_mem.cc
[651/1053] Compiling base64.cc
[652/1053] Compiling bio.cc
[653/1053] Compiling tasn_typ.cc
[654/1053] Compiling tasn_fre.cc
[655/1053] Compiling tasn_enc.cc
[656/1053] Compiling tasn_utl.cc
[657/1053] Compiling tasn_new.cc
[658/1053] Compiling posix_time.cc
[659/1053] Compiling f_string.cc
[660/1053] Compiling f_int.cc
[660/1053] Compiling asn_pack.cc
[662/1053] Compiling tasn_dec.cc
[663/1053] Compiling asn1_par.cc
[664/1053] Compiling a_utctm.cc
[665/1053] Compiling asn1_lib.cc
[666/1053] Compiling a_type.cc
[667/1053] Compiling a_time.cc
[668/1053] Compiling a_octet.cc
[669/1053] Compiling a_strnid.cc
[670/1053] Compiling a_strex.cc
[671/1053] Compiling a_object.cc
[672/1053] Compiling a_mbstr.cc
[673/1053] Compiling a_int.cc
[674/1053] Compiling a_i2d_fp.cc
[675/1053] Compiling fiat_p256_adx_sqr.S
[676/1053] Compiling fiat_p256_adx_mul.S
[677/1053] Compiling fiat_curve25519_adx_square.S
[678/1053] Compiling a_dup.cc
[679/1053] Compiling a_d2i_fp.cc
[680/1053] Compiling a_gentm.cc
[681/1053] Compiling fiat_curve25519_adx_mul.S
[682/1053] Compiling md5-x86_64-linux.S
[683/1053] Compiling md5-x86_64-apple.S
[684/1053] Compiling md5-586-linux.S
[685/1053] Compiling md5-586-apple.S
[686/1053] Compiling chacha20_poly1305_x86_64-linux.S
[687/1053] Compiling chacha20_poly1305_x86_64-apple.S
[688/1053] Compiling a_bitstr.cc
[689/1053] Compiling chacha20_poly1305_armv8-win.S
[690/1053] Compiling chacha20_poly1305_armv8-linux.S
[691/1053] Compiling a_bool.cc
[692/1053] Compiling chacha-x86_64-linux.S
[693/1053] Compiling chacha-x86_64-apple.S
[694/1053] Compiling chacha-x86-linux.S
[695/1053] Compiling chacha20_poly1305_armv8-apple.S
[696/1053] Compiling chacha-x86-apple.S
[697/1053] Compiling chacha-armv8-win.S
[698/1053] Compiling chacha-armv8-linux.S
[699/1053] Compiling chacha-armv4-linux.S
[700/1053] Compiling chacha-armv8-apple.S
[701/1053] Compiling aes128gcmsiv-x86_64-linux.S
[702/1053] Compiling aes128gcmsiv-x86_64-apple.S
[703/1053] Compiling x86_64-mont5-linux.S
[704/1053] Compiling x86_64-mont5-apple.S
[705/1053] Compiling x86_64-mont-linux.S
[706/1053] Compiling x86_64-mont-apple.S
[707/1053] Compiling x86-mont-linux.S
[708/1053] Compiling x86-mont-apple.S
[709/1053] Compiling vpaes-x86_64-apple.S
[709/1053] Compiling vpaes-x86_64-linux.S
[711/1053] Compiling vpaes-x86-linux.S
[712/1053] Compiling vpaes-x86-apple.S
[713/1053] Compiling vpaes-armv8-win.S
[713/1053] Compiling CCryptoBoringSSLShims shims.c
[715/1053] Compiling vpaes-armv8-linux.S
[716/1053] Compiling err_data.cc
[717/1053] Compiling vpaes-armv7-linux.S
[718/1053] Compiling vpaes-armv8-apple.S
[719/1053] Compiling sha512-x86_64-linux.S
[720/1053] Compiling sha512-x86_64-apple.S
[721/1053] Compiling sha512-armv8-win.S
[722/1053] Compiling sha512-armv8-linux.S
[723/1053] Compiling sha512-armv4-linux.S
[724/1053] Compiling sha512-586-linux.S
[725/1053] Compiling sha512-586-apple.S
[725/1053] Compiling sha512-armv8-apple.S
[727/1053] Compiling sha256-x86_64-linux.S
[728/1053] Compiling sha256-x86_64-apple.S
[729/1053] Compiling sha256-armv8-win.S
[730/1053] Compiling sha256-armv8-linux.S
[731/1053] Compiling sha256-armv8-apple.S
[732/1053] Compiling sha256-586-apple.S
[733/1053] Compiling sha256-armv4-linux.S
[734/1053] Compiling sha256-586-linux.S
[734/1053] Compiling sha1-x86_64-linux.S
[736/1053] Compiling sha1-x86_64-apple.S
[737/1053] Compiling sha1-armv8-win.S
[738/1053] Compiling sha1-armv8-linux.S
[739/1053] Compiling sha1-586-linux.S
[740/1053] Compiling sha1-586-apple.S
[741/1053] Compiling sha1-armv4-large-linux.S
[742/1053] Compiling rsaz-avx2-linux.S
[743/1053] Compiling sha1-armv8-apple.S
[743/1053] Compiling rsaz-avx2-apple.S
[745/1053] Compiling rdrand-x86_64-linux.S
[746/1053] Compiling rdrand-x86_64-apple.S
[747/1053] Compiling p256_beeu-x86_64-asm-linux.S
[748/1053] Compiling p256_beeu-x86_64-asm-apple.S
[749/1053] Compiling p256_beeu-armv8-asm-linux.S
[749/1053] Compiling p256_beeu-armv8-asm-win.S
[751/1053] Compiling p256-x86_64-asm-linux.S
[751/1053] Compiling p256_beeu-armv8-asm-apple.S
[753/1053] Compiling p256-x86_64-asm-apple.S
[754/1053] Compiling p256-armv8-asm-win.S
[755/1053] Compiling p256-armv8-asm-linux.S
[756/1053] Compiling ghashv8-armv8-win.S
[757/1053] Compiling p256-armv8-asm-apple.S
[757/1053] Compiling ghashv8-armv8-linux.S
[759/1053] Compiling ghash-x86_64-linux.S
[759/1053] Compiling ghashv8-armv7-linux.S
[761/1053] Compiling ghashv8-armv8-apple.S
[762/1053] Compiling ghash-x86_64-apple.S
[763/1053] Compiling ghash-x86-linux.S
[764/1053] Compiling ghash-x86-apple.S
[765/1053] Compiling ghash-ssse3-x86_64-apple.S
[765/1053] Compiling ghash-ssse3-x86_64-linux.S
[767/1053] Compiling ghash-ssse3-x86-linux.S
[768/1053] Compiling ghash-ssse3-x86-apple.S
[768/1053] Compiling ghash-neon-armv8-win.S
[770/1053] Compiling ghash-neon-armv8-linux.S
[771/1053] Compiling ghash-neon-armv8-apple.S
[772/1053] Compiling ghash-armv4-linux.S
[773/1053] Compiling co-586-linux.S
[774/1053] Compiling co-586-apple.S
[775/1053] Compiling bsaes-armv7-linux.S
[776/1053] Compiling bn-armv8-win.S
[777/1053] Compiling bn-armv8-linux.S
[778/1053] Compiling bn-armv8-apple.S
[779/1053] Compiling bn-586-linux.S
[780/1053] Compiling bn-586-apple.S
[781/1053] Compiling armv8-mont-linux.S
[782/1053] Compiling armv8-mont-win.S
[783/1053] Compiling armv4-mont-linux.S
[784/1053] Compiling aesv8-gcm-armv8-win.S
[785/1053] Compiling armv8-mont-apple.S
[786/1053] Compiling aesv8-gcm-armv8-linux.S
[787/1053] Compiling aesv8-gcm-armv8-apple.S
[788/1053] Compiling aesv8-armv8-win.S
[789/1053] Compiling aesv8-armv8-linux.S
[790/1053] Compiling aesv8-armv8-apple.S
[791/1053] Compiling aesv8-armv7-linux.S
[791/1053] Compiling aesni-x86_64-linux.S
[793/1053] Compiling aesni-x86_64-apple.S
[794/1053] Compiling aesni-x86-linux.S
[795/1053] Compiling aesni-x86-apple.S
[796/1053] Compiling aesni-gcm-x86_64-apple.S
[797/1053] Compiling aesni-gcm-x86_64-linux.S
[798/1053] Compiling aes-gcm-avx512-x86_64-linux.S
[799/1053] Compiling aes-gcm-avx512-x86_64-apple.S
[800/1053] Compiling aes-gcm-avx2-x86_64-apple.S
[801/1053] Compiling aes-gcm-avx2-x86_64-linux.S
[802/1053] Compiling c-nioatomics.c
[803/1053] Compiling xwing.cc
[804/1053] Compiling c-atomics.c
[805/1053] Compiling x_x509a.cc
[806/1053] Compiling x_sig.cc
[806/1053] Compiling x_spki.cc
[806/1053] Compiling x_req.cc
[809/1053] Compiling x_name.cc
[810/1053] Compiling x_x509.cc
[811/1053] Compiling x_pubkey.cc
[812/1053] Compiling x_exten.cc
[813/1060] Compiling x_crl.cc
[814/1060] Compiling x509spki.cc
[815/1060] Compiling x_algor.cc
[816/1060] Compiling x509rset.cc
[818/1060] Compiling NIOConcurrencyHelpers lock.swift
[818/1060] Compiling x509name.cc
[819/1060] Compiling x_all.cc
[820/1060] Compiling x509_vpm.cc
[821/1060] Compiling x_attrib.cc
[822/1060] Compiling x509cset.cc
[824/1060] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[825/1060] Compiling NIOConcurrencyHelpers NIOLock.swift
[826/1060] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[827/1060] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[828/1060] Emitting module NIOConcurrencyHelpers
[829/1060] Compiling NIOConcurrencyHelpers atomics.swift
[829/1060] Compiling x509_vfy.cc
[830/1060] Compiling x509_txt.cc
[831/1060] Compiling x509_v3.cc
[832/1060] Compiling x509_trs.cc
[833/1060] Compiling x509_set.cc
[834/1060] Compiling x509_req.cc
[835/1060] Compiling x509_obj.cc
[836/1060] Compiling x509_lu.cc
[837/1060] Compiling x509_ext.cc
[838/1060] Compiling x509_def.cc
[839/1060] Compiling x509_d2.cc
[840/1060] Compiling x509_cmp.cc
[841/1060] Compiling x509_att.cc
[842/1060] Compiling x509.cc
[843/1060] Compiling v3_skey.cc
[844/1060] Compiling v3_utl.cc
[845/1060] Compiling v3_purp.cc
[846/1060] Compiling v3_prn.cc
[847/1060] Compiling v3_pmaps.cc
[848/1060] Compiling v3_pcons.cc
[849/1060] Compiling v3_ocsp.cc
[850/1060] Compiling v3_ncons.cc
[851/1060] Compiling v3_lib.cc
[852/1060] Compiling v3_int.cc
[853/1060] Compiling v3_info.cc
[854/1060] Compiling v3_ia5.cc
[855/1060] Compiling v3_genn.cc
[856/1060] Compiling v3_extku.cc
[857/1060] Compiling v3_enum.cc
[858/1060] Compiling v3_crld.cc
[859/1060] Compiling v3_cpols.cc
[860/1060] Compiling v3_bitst.cc
[861/1060] Compiling v3_conf.cc
[862/1060] Compiling v3_bcons.cc
[863/1060] Compiling v3_alt.cc
[864/1060] Compiling v3_akeya.cc
[865/1060] Compiling v3_akey.cc
[866/1060] Compiling t_x509a.cc
[867/1060] Compiling t_x509.cc
[868/1060] Compiling t_req.cc
[869/1060] Compiling i2d_pr.cc
[870/1060] Compiling t_crl.cc
[871/1060] Compiling name_print.cc
[872/1060] Compiling rsa_pss.cc
[873/1060] Compiling policy.cc
[874/1060] Compiling by_file.cc
[875/1060] Compiling asn1_gen.cc
[876/1060] Compiling by_dir.cc
[877/1060] Compiling algorithm.cc
[878/1060] Compiling a_verify.cc
[879/1060] Compiling thread_win.cc
[880/1060] Compiling a_digest.cc
[881/1060] Compiling a_sign.cc
[882/1060] Compiling thread_none.cc
[883/1060] Compiling thread_pthread.cc
[884/1060] Compiling trust_token.cc
[885/1060] Compiling voprf.cc
[886/1060] Compiling pmbtoken.cc
[887/1060] Compiling thread.cc
[888/1060] Compiling stack.cc
[889/1060] Compiling siphash.cc
[890/1060] Compiling sha512.cc
[891/1060] Compiling sha256.cc
[892/1060] Compiling sha1.cc
[893/1060] Compiling rsa_print.cc
[894/1060] Compiling rsa_extra.cc
[895/1060] Compiling slhdsa.cc
[896/1060] Compiling spake2plus.cc
[897/1060] Compiling rsa_crypt.cc
[898/1060] Compiling rc4.cc
[899/1060] Compiling urandom.cc
[900/1060] Compiling refcount.cc
[901/1060] Compiling trusty.cc
[902/1060] Compiling windows.cc
[903/1060] Compiling rsa_asn1.cc
[904/1060] Compiling rand.cc
[905/1060] Compiling passive.cc
[906/1060] Compiling poly1305_arm_asm.S
[907/1060] Compiling ios.cc
[908/1060] Compiling getentropy.cc
[909/1060] Compiling deterministic.cc
[910/1060] Compiling forkunsafe.cc
[911/1060] Compiling poly1305_vec.cc
[912/1060] Compiling fork_detect.cc
[913/1060] Compiling poly1305_arm.cc
[914/1060] Compiling poly1305.cc
[915/1060] Compiling pool.cc
[916/1060] Compiling pkcs8.cc
[917/1060] Compiling pkcs8_x509.cc
[918/1060] Compiling p5_pbev2.cc
[919/1060] Compiling pkcs7.cc
[920/1060] Compiling pem_xaux.cc
[921/1060] Compiling pem_x509.cc
[922/1060] Compiling pkcs7_x509.cc
[923/1060] Compiling pem_pkey.cc
[924/1060] Compiling pem_pk8.cc
[925/1060] Compiling pem_oth.cc
[926/1060] Compiling pem_info.cc
[927/1060] Compiling pem_lib.cc
[928/1060] Compiling mlkem.cc
[929/1060] Compiling pem_all.cc
[930/1060] Compiling mldsa.cc
[931/1060] Compiling obj_xref.cc
[932/1060] Compiling mem.cc
[933/1060] Compiling poly_rq_mul.S
[934/1060] Compiling fips_shared_support.cc
[935/1060] Compiling obj.cc
[936/1060] Compiling md5.cc
[937/1060] Compiling md4.cc
[938/1060] Compiling lhash.cc
[939/1060] Compiling fuzzer_mode.cc
[940/1060] Compiling ex_data.cc
[941/1060] Compiling kyber.cc
[942/1060] Compiling hpke.cc
[943/1060] Compiling scrypt.cc
[944/1060] Compiling hrss.cc
[945/1060] Compiling print.cc
[946/1060] Compiling sign.cc
[947/1060] Compiling pbkdf.cc
[948/1060] Compiling p_x25519_asn1.cc
[949/1060] Compiling p_x25519.cc
[950/1060] Compiling p_rsa_asn1.cc
[951/1060] Compiling p_hkdf.cc
[952/1060] Compiling p_ed25519_asn1.cc
[953/1060] Compiling p_rsa.cc
[954/1060] Compiling p_ed25519.cc
[955/1060] Compiling p_ec_asn1.cc
[956/1060] Compiling p_ec.cc
[957/1060] Compiling p_dsa_asn1.cc
[958/1060] Compiling p_dh_asn1.cc
[959/1060] Compiling p_dh.cc
[960/1060] Compiling err.cc
[961/1060] Compiling engine.cc
[962/1060] Compiling evp.cc
[963/1060] Compiling evp_ctx.cc
[964/1060] Compiling ecdsa_p1363.cc
[965/1060] Compiling evp_asn1.cc
[966/1060] Compiling ecdh.cc
[967/1060] Compiling ec_derive.cc
[968/1060] Compiling ecdsa_asn1.cc
[969/1060] Compiling hash_to_curve.cc
[970/1060] Compiling dsa.cc
[971/1060] Compiling dsa_asn1.cc
[972/1060] Compiling digest_extra.cc
[973/1060] Compiling params.cc
[974/1060] Compiling ec_asn1.cc
[975/1060] Compiling x25519-asm-arm.S
[976/1060] Compiling des.cc
[977/1060] Compiling dh_asn1.cc
[978/1060] Compiling curve25519_64_adx.cc
[979/1060] Compiling spake25519.cc
[980/1060] Compiling crypto.cc
[981/1060] Compiling cpu_intel.cc
[982/1060] Compiling cpu_arm_linux.cc
[983/1060] Compiling curve25519.cc
[983/1060] Compiling cpu_arm_freebsd.cc
[985/1060] Compiling cpu_aarch64_win.cc
[986/1060] Compiling cpu_aarch64_sysreg.cc
[987/1060] Compiling cpu_aarch64_openbsd.cc
[988/1060] Compiling cpu_aarch64_linux.cc
[989/1060] Compiling cpu_aarch64_fuchsia.cc
[990/1060] Compiling cpu_aarch64_apple.cc
[991/1060] Compiling tls_cbc.cc
[992/1060] Compiling conf.cc
[993/1060] Compiling get_cipher.cc
[994/1060] Compiling e_tls.cc
[995/1060] Compiling e_rc4.cc
[996/1060] Compiling cms.cc
[997/1060] Compiling e_rc2.cc
[998/1060] Compiling e_null.cc
[999/1060] Compiling e_des.cc
[1000/1060] Compiling e_chacha20poly1305.cc
[1001/1060] Compiling e_aesgcmsiv.cc
[1002/1060] Compiling e_aeseax.cc
[1003/1060] Compiling derive_key.cc
[1004/1060] Compiling e_aesctrhmac.cc
[1005/1060] Compiling chacha.cc
[1006/1060] Compiling unicode.cc
[1007/1060] Compiling cbb.cc
[1008/1060] Compiling cbs.cc
[1009/1060] Compiling buf.cc
[1010/1060] Compiling sqrt.cc
[1011/1060] Compiling ber.cc
[1012/1060] Compiling asn1_compat.cc
[1013/1060] Compiling div.cc
[1014/1060] Compiling exponentiation.cc
[1015/1060] Compiling blake2.cc
[1016/1060] Compiling printf.cc
[1017/1060] Compiling convert.cc
[1018/1060] Compiling hexdump.cc
[1019/1060] Compiling pair.cc
[1020/1060] Compiling file.cc
[1021/1060] Compiling bn_asn1.cc
[1022/1060] Compiling fd.cc
[1023/1060] Compiling errno.cc
[1024/1060] Compiling bio_mem.cc
[1025/1060] Compiling base64.cc
[1026/1060] Compiling bio.cc
[1027/1060] Compiling tasn_typ.cc
[1028/1060] Compiling tasn_fre.cc
[1029/1060] Compiling tasn_enc.cc
[1030/1060] Compiling tasn_utl.cc
[1031/1060] Compiling tasn_new.cc
[1032/1060] Compiling tasn_dec.cc
[1033/1060] Compiling posix_time.cc
[1034/1060] Compiling f_string.cc
[1035/1060] Compiling bcm.cc
[1036/1060] Compiling f_int.cc
[1037/1060] Compiling asn_pack.cc
[1038/1060] Compiling asn1_par.cc
[1039/1060] Compiling asn1_lib.cc
[1040/1060] Compiling a_utctm.cc
[1041/1060] Compiling a_type.cc
[1042/1060] Compiling a_time.cc
[1043/1060] Compiling a_octet.cc
[1044/1060] Compiling a_strnid.cc
[1045/1060] Compiling a_strex.cc
[1046/1060] Compiling a_mbstr.cc
[1047/1060] Compiling a_object.cc
[1047/1060] Write sources
[1051/1060] Compiling a_int.cc
[1052/1060] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1053/1060] Compiling a_i2d_fp.cc
[1054/1060] Compiling a_dup.cc
[1055/1060] Compiling a_d2i_fp.cc
[1056/1060] Compiling a_gentm.cc
[1057/1095] Compiling aes.cc
[1058/1105] Compiling a_bool.cc
[1059/1105] Compiling a_bitstr.cc
[1061/1105] Compiling Algorithms Suffix.swift
[1062/1105] Compiling Algorithms Trim.swift
[1063/1107] Compiling Algorithms Joined.swift
[1064/1107] Compiling Algorithms Keyed.swift
[1065/1107] Compiling Atomics AtomicInteger.swift
[1066/1107] Compiling Algorithms Partition.swift
[1067/1107] Compiling Algorithms Permutations.swift
[1068/1107] Compiling Algorithms Product.swift
[1069/1107] Compiling Algorithms Indexed.swift
[1070/1107] Compiling Algorithms Intersperse.swift
[1071/1107] Compiling Algorithms FlattenCollection.swift
[1072/1107] Compiling Algorithms Grouped.swift
[1073/1117] Compiling Atomics Unmanaged extensions.swift
[1074/1117] Compiling Algorithms EitherSequence.swift
[1075/1117] Compiling Algorithms FirstNonNil.swift
[1076/1117] Compiling Algorithms Unique.swift
[1077/1117] Compiling Algorithms Windows.swift
[1078/1117] Compiling Algorithms Combinations.swift
[1079/1117] Compiling Algorithms Compacted.swift
[1080/1117] Compiling Algorithms Cycle.swift
[1081/1117] Compiling Algorithms RandomSample.swift
[1082/1117] Compiling Algorithms Reductions.swift
[1083/1117] Compiling Algorithms Rotate.swift
[1084/1117] Compiling Algorithms Split.swift
[1085/1117] Compiling Algorithms Stride.swift
[1092/1117] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1093/1117] Compiling CryptoBoringWrapper RandomBytes.swift
[1100/1117] Compiling Algorithms Chunked.swift
[1104/1117] Compiling Algorithms AdjacentPairs.swift
[1105/1117] Compiling Algorithms Chain.swift
[1107/1117] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1108/1117] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1109/1117] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1110/1117] Compiling CryptoBoringWrapper EllipticCurve.swift
[1111/1117] Emitting module CryptoBoringWrapper
[1112/1117] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1113/1117] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1114/1117] Emitting module Atomics
[1117/1238] Emitting module Algorithms
[1118/1238] Compiling NIOCore Linux.swift
[1119/1238] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1120/1238] Compiling NIOCore NIOScheduledCallback.swift
[1121/1238] Compiling NIOCore NIOSendable.swift
[1122/1238] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1123/1238] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1124/1244] Compiling NIOCore IO.swift
[1125/1244] Compiling NIOCore IOData.swift
[1126/1244] Compiling NIOCore IPProtocol.swift
[1127/1244] Compiling NIOCore IntegerBitPacking.swift
[1128/1244] Compiling NIOCore IntegerTypes.swift
[1129/1244] Compiling NIOCore Interfaces.swift
[1131/1251] Compiling _CryptoExtras Prover.swift
[1132/1251] Compiling _CryptoExtras Verifier.swift
[1133/1251] Compiling _CryptoExtras ZKPToolbox.swift
[1134/1251] Compiling _CryptoExtras resource_bundle_accessor.swift
[1135/1251] Compiling NIOCore NIOCoreSendableMetatype.swift
[1136/1251] Compiling NIOCore NIODecodedAsyncSequence.swift
[1137/1251] Compiling NIOCore NIOLoopBound.swift
[1143/1251] Compiling _CryptoExtras ThreadWindows.swift
[1144/1251] Compiling _CryptoExtras DLEQ.swift
[1145/1251] Compiling NIOCore AddressedEnvelope.swift
[1146/1251] Compiling NIOCore AsyncAwaitSupport.swift
[1147/1251] Compiling NIOCore AsyncChannel.swift
[1148/1251] Compiling NIOCore AsyncChannelHandler.swift
[1149/1251] Compiling NIOCore AsyncChannelInboundStream.swift
[1150/1251] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1151/1251] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1152/1251] Compiling NIOCore ByteBuffer-conversions.swift
[1153/1251] Compiling NIOCore ByteBuffer-core.swift
[1154/1251] Compiling NIOCore ByteBuffer-hex.swift
[1155/1251] Compiling NIOCore ByteBuffer-int.swift
[1156/1251] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1157/1251] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1158/1251] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1159/1251] Compiling NIOCore NIOAsyncWriter.swift
[1160/1251] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1161/1251] Compiling NIOCore BSDSocketAPI.swift
[1162/1251] Compiling NIOCore ByteBuffer-aux.swift
[1163/1251] Compiling NIOCore ConvenienceOptionSupport.swift
[1164/1251] Compiling NIOCore DeadChannel.swift
[1165/1251] Compiling NIOCore DispatchQueue+WithFuture.swift
[1166/1251] Compiling NIOCore EventLoop+Deprecated.swift
[1167/1251] Compiling NIOCore EventLoop+SerialExecutor.swift
[1168/1251] Compiling NIOCore EventLoop.swift
[1169/1251] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1170/1251] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1171/1251] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1172/1251] Compiling NIOCore EventLoopFuture.swift
[1173/1251] Compiling NIOCore FileDescriptor.swift
[1174/1251] Compiling NIOCore FileHandle.swift
[1175/1251] Compiling NIOCore FileRegion.swift
[1176/1251] Compiling NIOCore GlobalSingletons.swift
[1183/1251] Emitting module _CryptoExtras
[1197/1251] Compiling NIOCore ByteBuffer-multi-int.swift
[1198/1251] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1199/1251] Compiling NIOCore ByteBuffer-views.swift
[1200/1251] Compiling NIOCore Channel.swift
[1201/1251] Compiling NIOCore ChannelHandler.swift
[1202/1251] Compiling NIOCore ChannelHandlers.swift
[1203/1251] Compiling NIOCore ChannelInvoker.swift
[1204/1251] Compiling NIOCore ChannelOption.swift
[1205/1251] Compiling NIOCore ChannelPipeline.swift
[1206/1251] Compiling NIOCore CircularBuffer.swift
[1207/1251] Compiling NIOCore Codec.swift
[1215/1251] Compiling NIOCore SocketAddresses.swift
[1216/1251] Compiling NIOCore SocketOptionProvider.swift
[1217/1251] Compiling NIOCore SystemCallHelpers.swift
[1218/1251] Compiling NIOCore TimeAmount+Duration.swift
[1219/1251] Compiling NIOCore TypeAssistedChannelHandler.swift
[1220/1251] Compiling NIOCore UniversalBootstrapSupport.swift
[1221/1251] Compiling NIOCore Utilities.swift
[1222/1350] Compiling X509 OCSPExtensionID.swift
[1223/1350] Compiling X509 OCSPNonce.swift
[1224/1350] Compiling X509 OCSPPolicy.swift
[1225/1350] Compiling X509 OCSPRequest.swift
[1226/1350] Compiling X509 OCSPResponse.swift
[1227/1350] Compiling X509 OCSPResponseBytes.swift
[1228/1350] Compiling X509 OCSPResponseData.swift
[1229/1350] Compiling X509 SubjectKeyIdentifier.swift
[1230/1350] Compiling X509 Extension.swift
[1231/1350] Compiling X509 Extensions.swift
[1232/1350] Compiling X509 ExtensionsBuilder.swift
[1233/1350] Compiling X509 GeneralName.swift
[1234/1350] Compiling X509 Lock.swift
[1235/1350] Compiling X509 LockedValueBox.swift
[1236/1350] Compiling X509 BasicOCSPResponse.swift
[1237/1350] Compiling X509 DirectoryString.swift
[1238/1350] Compiling X509 OCSPCertID.swift
[1239/1350] Compiling X509 OCSPCertStatus.swift
[1240/1360] Compiling X509 CertificatePublicKey.swift
[1241/1360] Compiling X509 CertificateSerialNumber.swift
[1242/1360] Compiling X509 CertificateVersion.swift
[1243/1360] Compiling X509 StateOrProvinceName.swift
[1244/1360] Compiling X509 StreetAddress.swift
[1245/1360] Compiling X509 Error.swift
[1246/1360] Compiling X509 AuthorityInformationAccess.swift
[1247/1360] Compiling X509 CSRAttribute.swift
[1248/1360] Compiling X509 CSRAttributes.swift
[1249/1360] Compiling X509 CSRVersion.swift
[1250/1360] Compiling X509 CertificateSigningRequest.swift
[1251/1360] Compiling X509 CertificationRequestInfo.swift
[1252/1360] Compiling X509 ExtensionRequest.swift
[1253/1360] Compiling X509 Certificate.swift
[1254/1360] Compiling X509 CertificatePrivateKey.swift
[1255/1360] Compiling X509 AuthorityKeyIdentifier.swift
[1256/1360] Compiling X509 BasicConstraints.swift
[1257/1360] Compiling X509 ExtendedKeyUsage.swift
[1258/1360] Compiling X509 ExtensionIdentifiers.swift
[1259/1360] Compiling X509 KeyUsage.swift
[1260/1360] Compiling X509 NameConstraints.swift
[1261/1360] Compiling X509 SubjectAlternativeName.swift
[1273/1360] Compiling X509 AllOfPolicies.swift
[1274/1360] Compiling X509 AnyPolicy.swift
[1275/1360] Compiling X509 CertificateStore.swift
[1276/1360] Compiling X509 CustomCertificateStore.swift
[1277/1360] Compiling X509 OneOfPolicies.swift
[1278/1360] Compiling X509 PolicyBuilder.swift
[1279/1360] Compiling X509 BasicConstraintsPolicy.swift
[1280/1360] Compiling X509 DNSNames.swift
[1281/1360] Compiling X509 DirectoryNames.swift
[1282/1360] Compiling X509 ExpiryPolicy.swift
[1283/1360] Compiling X509 IPConstraints.swift
[1284/1360] Compiling X509 CMSAttribute.swift
[1285/1360] Compiling X509 CMSContentInfo.swift
[1286/1360] Compiling X509 CMSEncapsulatedContentInfo.swift
[1287/1360] Compiling X509 CMSIssuerAndSerialNumber.swift
[1288/1360] Compiling X509 CMSOperations.swift
[1289/1360] Compiling X509 CMSSignature.swift
[1290/1360] Compiling X509 CMSSignedData.swift
[1291/1360] Compiling X509 CMSSignerIdentifier.swift
[1292/1360] Compiling X509 CMSSignerInfo.swift
[1293/1360] Compiling X509 CMSVersion.swift
[1294/1360] Compiling X509 Curve25519+DER.swift
[1302/1360] Compiling X509 OCSPResponseStatus.swift
[1303/1360] Compiling X509 OCSPSignature.swift
[1304/1360] Compiling X509 OCSPSingleRequest.swift
[1305/1360] Compiling X509 OCSPSingleResponse.swift
[1317/1360] Emitting module NIOCore
[1318/1360] Compiling X509 OCSPTBSRequest.swift
[1319/1360] Compiling X509 OCSPVersion.swift
[1320/1360] Compiling X509 PKCS8PrivateKey.swift
[1321/1360] Compiling X509 PromiseAndFuture.swift
[1322/1360] Compiling X509 RDNAttribute.swift
[1323/1360] Compiling X509 RandomNumberGenerator+bytes.swift
[1324/1360] Compiling X509 RelativeDistinguishedName.swift
[1325/1360] Compiling X509 SEC1PrivateKey.swift
[1326/1360] Compiling X509 SecKeyWrapper.swift
[1327/1360] Compiling X509 Signature.swift
[1328/1360] Compiling X509 SignatureAlgorithm.swift
[1329/1360] Compiling X509 CustomPrivateKey.swift
[1330/1360] Compiling X509 Digests.swift
[1331/1360] Compiling X509 DistinguishedName.swift
[1332/1360] Compiling X509 CommonName.swift
[1333/1360] Compiling X509 CountryName.swift
[1334/1360] Compiling X509 DNBuilder.swift
[1335/1360] Compiling X509 DomainComponent.swift
[1336/1360] Compiling X509 EmailAddress.swift
[1337/1360] Compiling X509 LocalityName.swift
[1338/1360] Compiling X509 OrganizationName.swift
[1339/1360] Compiling X509 OrganizationalUnitName.swift
[1340/1360] Compiling X509 NameConstraintsPolicy.swift
[1341/1360] Compiling X509 RFC5280Policy.swift
[1342/1360] Compiling X509 URIConstraints.swift
[1343/1360] Compiling X509 VersionPolicy.swift
[1344/1360] Compiling X509 ServerIdentityPolicy.swift
[1345/1360] Compiling X509 TrustRootLoading.swift
[1346/1360] Compiling X509 UnverifiedChain.swift
[1347/1360] Compiling X509 ValidatedCertificateChain.swift
[1348/1360] Compiling X509 VerificationDiagnostic.swift
[1349/1360] Compiling X509 Verifier.swift
[1350/1416] Compiling X509 VerifierPolicy.swift
[1351/1416] Compiling X509 AlgorithmIdentifier.swift
[1352/1416] Compiling X509 ECDSASignature.swift
[1353/1416] Compiling X509 RSAPKCS1PublicKey.swift
[1354/1416] Compiling X509 SubjectPublicKeyInfo.swift
[1355/1416] Compiling X509 TBSCertificate.swift
[1356/1416] Compiling X509 Time.swift
[1357/1416] Compiling X509 TimeCalculations.swift
[1358/1416] Compiling X509 Validity.swift
[1359/1416] Compiling X509 X509SendableMetatype.swift
[1360/1416] Emitting module X509
[1361/1476] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1362/1476] Compiling NIOEmbedded AsyncTestingChannel.swift
[1363/1476] Emitting module NIOEmbedded
[1364/1476] Compiling NIOEmbedded Embedded.swift
[1365/1476] Compiling JWTKit SubjectClaim.swift
[1366/1476] Compiling JWTKit TenantIDClaim.swift
[1367/1476] Compiling JWTKit RSAError.swift
[1368/1476] Compiling JWTKit RSASigner.swift
[1369/1476] Compiling JWTKit Base64URL.swift
[1370/1476] Compiling JWTKit CryptoSigner.swift
[1371/1481] Compiling JWTKit JWTPayload.swift
[1372/1481] Compiling JWTKit EdDSASigner.swift
[1373/1481] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1374/1481] Compiling JWTKit HMAC.swift
[1375/1481] Compiling JWTKit HMACError.swift
[1376/1481] Compiling JWTKit HMACSigner.swift
[1377/1481] Compiling JWTKit AudienceClaim.swift
[1378/1481] Compiling JWTKit BoolClaim.swift
[1379/1481] Compiling JWTKit ExpirationClaim.swift
[1380/1481] Compiling JWTKit GoogleHostedDomainClaim.swift
[1381/1481] Compiling JWTKit IDClaim.swift
[1382/1481] Compiling JWTKit IssuedAtClaim.swift
[1383/1481] Compiling NIOPosix Utilities.swift
[1384/1481] Compiling NIOPosix VsockAddress.swift
[1385/1481] Compiling NIOPosix VsockChannelEvents.swift
[1386/1481] Compiling NIOPosix Windows.swift
[1387/1481] Compiling NIOPosix resource_bundle_accessor.swift
[1388/1481] Compiling JWTKit JWTKeyCollection+RSA.swift
[1389/1481] Compiling JWTKit RSA.swift
[1390/1481] Compiling JWTKit ECDSA.swift
[1391/1481] Compiling JWTKit ECDSACurve.swift
[1392/1481] Compiling JWTKit ECDSACurveType.swift
[1393/1481] Compiling JWTKit ECDSAError.swift
[1394/1481] Compiling JWTKit ECDSAKeyTypes.swift
[1395/1481] Compiling JWTKit ECDSASigner.swift
[1396/1481] Compiling JWTKit ECDSASigningAlgorithm.swift
[1397/1481] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1398/1481] Emitting module NIOPosix
[1399/1481] Compiling JWTKit P256+CurveType.swift
[1400/1481] Compiling JWTKit P384+CurveType.swift
[1401/1481] Compiling JWTKit P521+CurveType.swift
[1402/1481] Compiling JWTKit EdDSA.swift
[1403/1481] Compiling JWTKit EdDSACurve.swift
[1404/1481] Compiling JWTKit EdDSAError.swift
[1405/1481] Compiling JWTKit JWTHeader+CommonFields.swift
[1406/1481] Compiling JWTKit JWTHeader.swift
[1407/1481] Compiling JWTKit JWTHeaderField.swift
[1408/1481] Compiling JWTKit JWTKeyCollection.swift
[1409/1481] Compiling JWTKit JWTParser.swift
[1410/1481] Compiling JWTKit CustomizedJSONCoders.swift
[1411/1481] Compiling JWTKit Utilities.swift
[1412/1481] Compiling JWTKit JWTSerializer.swift
[1413/1481] Compiling JWTKit JWTSigner.swift
[1414/1481] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1415/1481] Compiling JWTKit UnsecuredNoneSigner.swift
[1416/1481] Compiling JWTKit IssuerClaim.swift
[1417/1481] Compiling JWTKit JWTClaim.swift
[1418/1481] Compiling JWTKit JWTMultiValueClaim.swift
[1419/1481] Compiling JWTKit JWTUnixEpochClaim.swift
[1420/1481] Compiling JWTKit LocaleClaim.swift
[1421/1481] Compiling JWTKit NotBeforeClaim.swift
[1422/1483] Compiling NIO Exports.swift
[1423/1483] Emitting module NIO
[1424/1523] Compiling NIOTLS TLSEvents.swift
[1425/1523] Compiling NIOSOCKS Helpers.swift
[1426/1524] Compiling NIOSOCKS Errors.swift
[1427/1524] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1428/1524] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1429/1524] Compiling NIOSOCKS SOCKSResponse.swift
[1430/1524] Compiling NIOHTTP1 HTTPEncoder.swift
[1431/1524] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1432/1524] Compiling NIOSOCKS ClientStateMachine.swift
[1433/1524] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1434/1524] Compiling NIOSOCKS Messages.swift
[1435/1524] Compiling NIOSOCKS SOCKSRequest.swift
[1436/1524] Emitting module NIOSOCKS
[1437/1524] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1438/1524] Compiling NIOHTTP1 HTTPDecoder.swift
[1439/1524] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1440/1524] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1441/1524] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1442/1524] Emitting module NIOTLS
[1443/1524] Compiling NIOTLS SNIHandler.swift
[1444/1524] Compiling NIOSOCKS ServerStateMachine.swift
[1445/1524] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1446/1525] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1447/1525] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1448/1525] Emitting module NIOFoundationCompat
[1449/1525] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1450/1556] Compiling NIOSSL CustomPrivateKey.swift
[1451/1556] Compiling NIOSSL IdentityVerification.swift
[1452/1556] Compiling NIOSSL LinuxCABundle.swift
[1453/1556] Compiling NIOSSL NIOSSLClientHandler.swift
[1454/1556] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1455/1556] Compiling NIOSSL NIOSSLHandler.swift
[1456/1556] Compiling NIOSSL ObjectIdentifier.swift
[1457/1556] Compiling NIOSSL PosixPort.swift
[1458/1578] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1459/1578] Compiling NIOTransportServices StateManagedChannel.swift
[1460/1578] Emitting module NIOHTTP1
[1461/1578] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1462/1578] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1463/1578] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1464/1578] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1465/1578] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1466/1596] Emitting module NIOTransportServices
[1467/1598] Emitting module JWTKit
[1468/1604] Compiling NIOTransportServices NIOTSEventLoop.swift
[1470/1604] Compiling NIOTransportServices AcceptHandler.swift
[1471/1604] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1472/1604] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1473/1604] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1474/1604] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1475/1604] Compiling NIOHPACK DynamicHeaderTable.swift
[1476/1604] Compiling NIOHPACK HPACKDecoder.swift
[1477/1604] Compiling NIOHTTPCompression HTTPCompression.swift
[1478/1604] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1479/1604] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1480/1604] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1481/1604] Compiling NIOHTTPCompression HTTPDecompression.swift
[1482/1604] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1483/1604] Emitting module NIOHTTPCompression
[1484/1604] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1485/1604] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1486/1604] Emitting module NIOSSL
[1487/1607] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1488/1607] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1489/1607] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1490/1607] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1491/1607] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1492/1607] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1493/1607] Compiling NIOTransportServices NIOTSSingletons.swift
[1496/1607] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1497/1607] Compiling NIOSSL SubjectAlternativeName.swift
[1498/1607] Compiling NIOSSL NIOSSLSecureBytes.swift
[1504/1607] Compiling NIOTransportServices NIOTSErrors.swift
[1505/1607] Compiling NIOTransportServices NIOTSBootstraps.swift
[1513/1607] Compiling NIOHPACK IntegerCoding.swift
[1514/1607] Compiling NIOHPACK HuffmanTables.swift
[1515/1607] Compiling NIOHPACK IndexedHeaderTable.swift
[1516/1607] Compiling NIOHPACK HuffmanCoding.swift
[1517/1607] Compiling NIOHPACK HPACKErrors.swift
[1518/1607] Compiling NIOHPACK HeaderTables.swift
[1519/1608] Compiling NIOHPACK StaticHeaderTable.swift
[1522/1608] Compiling NIOHPACK HPACKEncoder.swift
[1523/1608] Compiling NIOHPACK HPACKHeader.swift
[1524/1608] Emitting module NIOHPACK
[1525/1608] Compiling NIOSSL RNG.swift
[1526/1608] Compiling NIOSSL SafeCompare.swift
[1527/1608] Compiling NIOSSL Zeroization.swift
[1528/1608] Compiling NIOSSL TLSConfiguration.swift
[1529/1608] Compiling NIOSSL UniversalBootstrapSupport.swift
[1530/1608] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1531/1608] Compiling NIOSSL resource_bundle_accessor.swift
[1570/1608] Compiling JWTKit JWKSigner.swift
[1571/1608] Compiling JWTKit JWTAlgorithm.swift
[1572/1608] Compiling JWTKit JWTError.swift
[1573/1672] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1574/1672] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1575/1672] Compiling NIOHTTP2 HTTP2Error.swift
[1576/1672] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1577/1672] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1578/1672] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1579/1672] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1580/1672] Compiling NIOHTTP2 MayReceiveFrames.swift
[1581/1672] Compiling NIOHTTP2 ReceivingDataState.swift
[1582/1672] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1583/1672] Compiling NIOHTTP2 HTTP2Stream.swift
[1584/1672] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1585/1672] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1586/1672] Compiling NIOHTTP2 QuiescingState.swift
[1587/1672] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1588/1672] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1589/1672] Compiling NIOHTTP2 StateMachineResult.swift
[1590/1672] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1591/1672] Compiling NIOHTTP2 DOSHeuristics.swift
[1592/1679] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1593/1679] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1594/1679] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1595/1679] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1596/1679] Compiling NIOHTTP2 GlitchesMonitor.swift
[1597/1679] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1598/1679] Compiling NIOHTTP2 SendingRstStreamState.swift
[1599/1679] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1600/1679] Compiling NIOHTTP2 HasLocalSettings.swift
[1601/1679] Compiling NIOHTTP2 HasRemoteSettings.swift
[1602/1679] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1603/1679] Compiling NIOHTTP2 Error+Any.swift
[1604/1679] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1605/1679] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1606/1679] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1607/1679] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1608/1679] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1609/1679] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1614/1679] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1615/1679] Compiling NIOHTTP2 StreamChannelList.swift
[1618/1679] Compiling NIOHTTP2 StreamMap.swift
[1619/1679] Compiling NIOHTTP2 StreamStateMachine.swift
[1620/1679] Compiling NIOHTTP2 Timer.swift
[1621/1679] Compiling NIOHTTP2 UnsafeTransfer.swift
[1622/1679] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1623/1679] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1624/1679] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1625/1679] Compiling NIOHTTP2 MaySendFrames.swift
[1626/1679] Compiling NIOHTTP2 SendingDataState.swift
[1627/1679] Compiling NIOHTTP2 SendingGoawayState.swift
[1628/1679] Compiling NIOHTTP2 SendingHeadersState.swift
[1629/1679] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1630/1679] Emitting module NIOHTTP2
[1633/1679] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1634/1679] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1635/1679] Compiling NIOHTTP2 HTTP2StreamID.swift
[1636/1679] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1637/1679] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1638/1679] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1639/1679] Compiling NIOHTTP2 InboundEventBuffer.swift
[1640/1679] Compiling NIOHTTP2 InboundWindowManager.swift
[1641/1679] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1642/1679] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1643/1679] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1644/1679] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1645/1679] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1646/1679] Compiling NIOHTTP2 HTTP2Frame.swift
[1647/1679] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1648/1679] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1649/1679] Compiling NIOHTTP2 HTTP2PingData.swift
[1650/1679] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1651/1679] Compiling NIOHTTP2 HTTP2Settings.swift
[1680/1744] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1681/1744] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1682/1744] Compiling AsyncHTTPClient ConnectionPool.swift
[1683/1744] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1684/1744] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1685/1744] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1686/1744] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1687/1751] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1688/1751] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1689/1751] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1690/1751] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1691/1751] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1692/1751] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1693/1751] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1694/1751] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1695/1751] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1696/1751] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1697/1751] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1698/1751] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1699/1751] Compiling AsyncHTTPClient Transaction.swift
[1700/1751] Compiling AsyncHTTPClient Base64.swift
[1701/1751] Compiling AsyncHTTPClient BasicAuth.swift
[1702/1751] Compiling AsyncHTTPClient HTTP1Connection.swift
[1703/1751] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1704/1751] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1705/1751] Compiling AsyncHTTPClient HTTP2Connection.swift
[1706/1751] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1707/1751] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1708/1751] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1709/1751] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1710/1751] Compiling AsyncHTTPClient TLSConfiguration.swift
[1711/1751] Compiling AsyncHTTPClient RedirectState.swift
[1712/1751] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1713/1751] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1714/1751] Compiling AsyncHTTPClient RequestBag.swift
[1715/1751] Compiling AsyncHTTPClient RequestValidation.swift
[1716/1751] Compiling AsyncHTTPClient SSLContextCache.swift
[1717/1751] Compiling AsyncHTTPClient Scheme.swift
[1718/1751] Compiling AsyncHTTPClient Singleton.swift
[1719/1751] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1720/1751] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1721/1751] Compiling AsyncHTTPClient TracingSupport.swift
[1722/1751] Compiling AsyncHTTPClient Utils.swift
[1723/1751] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1724/1751] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1725/1751] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1726/1751] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1727/1751] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1728/1751] Compiling AsyncHTTPClient RequestBodyLength.swift
[1729/1751] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1730/1751] Compiling AsyncHTTPClient RequestOptions.swift
[1731/1751] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1732/1751] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1733/1751] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1734/1751] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1735/1751] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1736/1751] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1737/1751] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1738/1751] Compiling AsyncHTTPClient ConnectionTarget.swift
[1739/1751] Compiling AsyncHTTPClient DeconstructedURL.swift
[1740/1751] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1741/1751] Compiling AsyncHTTPClient FoundationExtensions.swift
[1742/1751] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1743/1751] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1744/1751] Emitting module AsyncHTTPClient
[1745/1751] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1746/1751] Compiling AsyncHTTPClient HTTPClient.swift
[1747/1751] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1748/1751] Compiling AsyncHTTPClient HTTPHandler.swift
[1749/1751] Compiling AsyncHTTPClient LRUCache.swift
[1750/1751] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1751/1751] Compiling AsyncHTTPClient NWErrorHandler.swift
[1752/1831] Compiling AppStoreServerLibrary NotificationHistoryResponse.swift
[1753/1831] Compiling AppStoreServerLibrary NotificationHistoryResponseItem.swift
[1754/1831] Compiling AppStoreServerLibrary NotificationTypeV2.swift
[1755/1831] Compiling AppStoreServerLibrary OfferDiscountType.swift
[1756/1831] Compiling AppStoreServerLibrary OfferType.swift
[1757/1831] Compiling AppStoreServerLibrary OrderLookupResponse.swift
[1758/1831] Compiling AppStoreServerLibrary OrderLookupStatus.swift
[1759/1831] Compiling AppStoreServerLibrary Platform.swift
[1760/1831] Compiling AppStoreServerLibrary PlayTime.swift
[1761/1839] Compiling AppStoreServerLibrary RefundPreferenceV1.swift
[1762/1839] Compiling AppStoreServerLibrary ResponseBodyV2.swift
[1763/1839] Compiling AppStoreServerLibrary ResponseBodyV2DecodedPayload.swift
[1764/1839] Compiling AppStoreServerLibrary RevocationReason.swift
[1765/1839] Compiling AppStoreServerLibrary RevocationType.swift
[1766/1839] Compiling AppStoreServerLibrary SendAttemptItem.swift
[1767/1839] Compiling AppStoreServerLibrary SendAttemptResult.swift
[1768/1839] Compiling AppStoreServerLibrary SendTestNotificationResponse.swift
[1769/1839] Compiling AppStoreServerLibrary Status.swift
[1770/1839] Compiling AppStoreServerLibrary StatusResponse.swift
[1771/1839] Compiling AppStoreServerLibrary SubscriptionGroupIdentifierItem.swift
[1772/1839] Compiling AppStoreServerLibrary Subtype.swift
[1773/1839] Compiling AppStoreServerLibrary Summary.swift
[1774/1839] Compiling AppStoreServerLibrary TransactionHistoryRequest.swift
[1775/1839] Compiling AppStoreServerLibrary TransactionInfoResponse.swift
[1776/1839] Compiling AppStoreServerLibrary TransactionReason.swift
[1777/1839] Compiling AppStoreServerLibrary PriceIncreaseStatus.swift
[1778/1839] Compiling AppStoreServerLibrary ProductType.swift
[1779/1839] Compiling AppStoreServerLibrary PromotionalOffer.swift
[1780/1839] Compiling AppStoreServerLibrary PromotionalOfferSignatureV1.swift
[1781/1839] Compiling AppStoreServerLibrary PurchasePlatform.swift
[1782/1839] Compiling AppStoreServerLibrary RealtimeRequestBody.swift
[1783/1839] Compiling AppStoreServerLibrary RealtimeResponseBody.swift
[1784/1839] Compiling AppStoreServerLibrary RefundHistoryResponse.swift
[1785/1839] Compiling AppStoreServerLibrary RefundPreference.swift
[1786/1839] Compiling AppStoreServerLibrary DeliveryStatus.swift
[1787/1839] Compiling AppStoreServerLibrary DeliveryStatusV1.swift
[1788/1839] Compiling AppStoreServerLibrary ErrorPayload.swift
[1789/1839] Compiling AppStoreServerLibrary ExpirationIntent.swift
[1790/1839] Compiling AppStoreServerLibrary ExtendReasonCode.swift
[1791/1839] Compiling AppStoreServerLibrary ExtendRenewalDateRequest.swift
[1792/1839] Compiling AppStoreServerLibrary ExtendRenewalDateResponse.swift
[1793/1839] Compiling AppStoreServerLibrary ExternalPurchaseToken.swift
[1794/1839] Compiling AppStoreServerLibrary GetImageListResponse.swift
[1795/1839] Compiling AppStoreServerLibrary LifetimeDollarsPurchased.swift
[1796/1839] Compiling AppStoreServerLibrary LifetimeDollarsRefunded.swift
[1797/1839] Compiling AppStoreServerLibrary MassExtendRenewalDateRequest.swift
[1798/1839] Compiling AppStoreServerLibrary MassExtendRenewalDateResponse.swift
[1799/1839] Compiling AppStoreServerLibrary MassExtendRenewalDateStatusResponse.swift
[1800/1839] Compiling AppStoreServerLibrary Message.swift
[1801/1839] Compiling AppStoreServerLibrary MessageState.swift
[1802/1839] Compiling AppStoreServerLibrary NotificationData.swift
[1803/1839] Compiling AppStoreServerLibrary NotificationHistoryRequest.swift
[1804/1839] Compiling AppStoreServerLibrary AutoRenewStatus.swift
[1805/1839] Compiling AppStoreServerLibrary CheckTestNotificationResponse.swift
[1806/1839] Compiling AppStoreServerLibrary ConsumptionRequest.swift
[1807/1839] Compiling AppStoreServerLibrary ConsumptionRequestReason.swift
[1808/1839] Compiling AppStoreServerLibrary ConsumptionRequestV1.swift
[1809/1839] Compiling AppStoreServerLibrary ConsumptionStatus.swift
[1810/1839] Compiling AppStoreServerLibrary DecodedRealtimeRequestBody.swift
[1811/1839] Compiling AppStoreServerLibrary DecodedSignedData.swift
[1812/1839] Compiling AppStoreServerLibrary DefaultConfigurationRequest.swift
[1813/1839] Emitting module AppStoreServerLibrary
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
[1814/1839] Compiling AppStoreServerLibrary GetImageListResponseItem.swift
[1815/1839] Compiling AppStoreServerLibrary GetMessageListResponse.swift
[1816/1839] Compiling AppStoreServerLibrary GetMessageListResponseItem.swift
[1817/1839] Compiling AppStoreServerLibrary HistoryResponse.swift
[1818/1839] Compiling AppStoreServerLibrary ImageState.swift
[1819/1839] Compiling AppStoreServerLibrary InAppOwnershipType.swift
[1820/1839] Compiling AppStoreServerLibrary JWSRenewalInfoDecodedPayload.swift
[1821/1839] Compiling AppStoreServerLibrary JWSTransactionDecodedPayload.swift
[1822/1839] Compiling AppStoreServerLibrary LastTransactionsItem.swift
[1823/1839] Compiling AppStoreServerLibrary UpdateAppAccountTokenRequest.swift
[1824/1839] Compiling AppStoreServerLibrary UploadMessageImage.swift
[1825/1839] Compiling AppStoreServerLibrary UploadMessageRequestBody.swift
[1826/1839] Compiling AppStoreServerLibrary UserStatus.swift
[1827/1839] Compiling AppStoreServerLibrary PromotionalOfferSignatureCreator.swift
[1828/1839] Compiling AppStoreServerLibrary ReceiptUtility.swift
[1829/1839] Compiling AppStoreServerLibrary SignedDataVerifier.swift
[1830/1839] Compiling AppStoreServerLibrary Utility.swift
[1831/1839] Compiling AppStoreServerLibrary AppStoreServerAPIClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1832/1839] Compiling AppStoreServerLibrary ChainVerifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1833/1839] Compiling AppStoreServerLibrary JWSSignatureCreator.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1834/1839] Compiling AppStoreServerLibrary AccountTenure.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1835/1839] Compiling AppStoreServerLibrary AlternateProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1836/1839] Compiling AppStoreServerLibrary AppData.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1837/1839] Compiling AppStoreServerLibrary AppStoreEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1838/1839] Compiling AppStoreServerLibrary AppTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
[1839/1839] Compiling AppStoreServerLibrary AppTransactionInfoResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:99:144: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
 97 |     }
 98 |
 99 |     func verifyChain(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                `- note: use 'CertificateValidationResult' instead
100 |         if online {
101 |             if let cachedResult = verifiedPublicKeyCache[CacheKey(leaf: leaf, intermediate: intermediate)] {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:125:170: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
123 |     }
124 |
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
    |                                                                                                                                                                          |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                                                                                                                                                                          `- note: use 'CertificateValidationResult' instead
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:145:25: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
143 | struct CacheValue {
144 |     let expirationTime: Date
145 |     let publicKey: X509.VerificationResult
    |                         |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
    |                         `- note: use 'CertificateValidationResult' instead
146 | }
147 |
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:127:13: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
125 |     nonisolated func verifyChainWithoutCaching(leaf: Certificate, intermediate: Certificate, online: Bool, validationTime: Date, currentTime: Date = .now) async -> X509.VerificationResult {
126 |         var verifier = Verifier(rootCertificates: self.store) {
127 |             RFC5280Policy(validationTime: validationTime)
    |             `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:130:17: warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
128 |             AppStoreOIDPolicy()
129 |             if online {
130 |                 OCSPVerifierPolicy(failureMode: .hard, requester: requester, validationTime: currentTime)
    |                 `- warning: 'init(failureMode:requester:validationTime:)' is deprecated: Use init(failureMode:requester:) to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(failureMode:requester:fixedExpiryValidationTime:).
131 |             }
132 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AppStoreServerLibrary/ChainVerifier.swift:134:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
132 |         }
133 |         let intermediateStore = CertificateStore([intermediate])
134 |         return await verifier.validate(leafCertificate: leaf, intermediates: intermediateStore)
    |                               |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
    |                               `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
135 |     }
136 | }
Build complete! (94.73s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/2171] Fetching swift-docc-plugin
[88/9296] Fetching swift-docc-plugin, swift-certificates
[291/18829] Fetching swift-docc-plugin, swift-certificates, jwt-kit
Fetched https://github.com/apple/swift-certificates.git from cache (1.28s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
[4386/9533] Fetching jwt-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.53s)
Fetched https://github.com/vapor/jwt-kit.git from cache (3.87s)
Fetched https://github.com/apple/swift-asn1.git from cache (3.89s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.92s)
Fetched https://github.com/apple/swift-nio from cache (3.99s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (0.49s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.26s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.58s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.49s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (0.48s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
[1/5691] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.84s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.11s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.11s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.11s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.20s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.20s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.73s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.48s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.97s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.54s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2662] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.76s)
[694/8890] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.98s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.01s)
[1371/6228] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.22s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.96.0 (1.88s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.54s)
Fetched https://github.com/apple/swift-collections.git from cache (1.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (2.07s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.55s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.49s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (0.61s)
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.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.5.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
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.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.96.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.2.0
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.1.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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.6.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.4.0
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.32.1
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.26.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.10.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "AppStoreServerLibrary",
  "name" : "AppStoreServerLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreServerLibrary",
      "targets" : [
        "AppStoreServerLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStoreServerLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreServerLibraryTests",
      "path" : "Tests/AppStoreServerLibraryTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AppStoreServerLibraryTests/resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AppStoreServerAPIClientTests.swift",
        "JWSSignatureCreatorTests.swift",
        "PromotionalOfferSignatureCreatorTests.swift",
        "RealtimeResponseBodyTests.swift",
        "ReceiptUtilityTests.swift",
        "SignedDataVerifierTests.swift",
        "SignedModelTests.swift",
        "TestingUtility.swift",
        "XcodeSignedDataVerifierTests.swift"
      ],
      "target_dependencies" : [
        "AppStoreServerLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStoreServerLibrary",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreServerLibrary",
      "path" : "Sources/AppStoreServerLibrary",
      "product_dependencies" : [
        "X509",
        "Crypto",
        "SwiftASN1",
        "JWTKit",
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "AppStoreServerLibrary"
      ],
      "sources" : [
        "AppStoreServerAPIClient.swift",
        "ChainVerifier.swift",
        "JWSSignatureCreator.swift",
        "Models/AccountTenure.swift",
        "Models/AlternateProduct.swift",
        "Models/AppData.swift",
        "Models/AppStoreEnvironment.swift",
        "Models/AppTransaction.swift",
        "Models/AppTransactionInfoResponse.swift",
        "Models/AutoRenewStatus.swift",
        "Models/CheckTestNotificationResponse.swift",
        "Models/ConsumptionRequest.swift",
        "Models/ConsumptionRequestReason.swift",
        "Models/ConsumptionRequestV1.swift",
        "Models/ConsumptionStatus.swift",
        "Models/DecodedRealtimeRequestBody.swift",
        "Models/DecodedSignedData.swift",
        "Models/DefaultConfigurationRequest.swift",
        "Models/DeliveryStatus.swift",
        "Models/DeliveryStatusV1.swift",
        "Models/ErrorPayload.swift",
        "Models/ExpirationIntent.swift",
        "Models/ExtendReasonCode.swift",
        "Models/ExtendRenewalDateRequest.swift",
        "Models/ExtendRenewalDateResponse.swift",
        "Models/ExternalPurchaseToken.swift",
        "Models/GetImageListResponse.swift",
        "Models/GetImageListResponseItem.swift",
        "Models/GetMessageListResponse.swift",
        "Models/GetMessageListResponseItem.swift",
        "Models/HistoryResponse.swift",
        "Models/ImageState.swift",
        "Models/InAppOwnershipType.swift",
        "Models/JWSRenewalInfoDecodedPayload.swift",
        "Models/JWSTransactionDecodedPayload.swift",
        "Models/LastTransactionsItem.swift",
        "Models/LifetimeDollarsPurchased.swift",
        "Models/LifetimeDollarsRefunded.swift",
        "Models/MassExtendRenewalDateRequest.swift",
        "Models/MassExtendRenewalDateResponse.swift",
        "Models/MassExtendRenewalDateStatusResponse.swift",
        "Models/Message.swift",
        "Models/MessageState.swift",
        "Models/NotificationData.swift",
        "Models/NotificationHistoryRequest.swift",
        "Models/NotificationHistoryResponse.swift",
        "Models/NotificationHistoryResponseItem.swift",
        "Models/NotificationTypeV2.swift",
        "Models/OfferDiscountType.swift",
        "Models/OfferType.swift",
        "Models/OrderLookupResponse.swift",
        "Models/OrderLookupStatus.swift",
        "Models/Platform.swift",
        "Models/PlayTime.swift",
        "Models/PriceIncreaseStatus.swift",
        "Models/ProductType.swift",
        "Models/PromotionalOffer.swift",
        "Models/PromotionalOfferSignatureV1.swift",
        "Models/PurchasePlatform.swift",
        "Models/RealtimeRequestBody.swift",
        "Models/RealtimeResponseBody.swift",
        "Models/RefundHistoryResponse.swift",
        "Models/RefundPreference.swift",
        "Models/RefundPreferenceV1.swift",
        "Models/ResponseBodyV2.swift",
        "Models/ResponseBodyV2DecodedPayload.swift",
        "Models/RevocationReason.swift",
        "Models/RevocationType.swift",
        "Models/SendAttemptItem.swift",
        "Models/SendAttemptResult.swift",
        "Models/SendTestNotificationResponse.swift",
        "Models/Status.swift",
        "Models/StatusResponse.swift",
        "Models/SubscriptionGroupIdentifierItem.swift",
        "Models/Subtype.swift",
        "Models/Summary.swift",
        "Models/TransactionHistoryRequest.swift",
        "Models/TransactionInfoResponse.swift",
        "Models/TransactionReason.swift",
        "Models/UpdateAppAccountTokenRequest.swift",
        "Models/UploadMessageImage.swift",
        "Models/UploadMessageRequestBody.swift",
        "Models/UserStatus.swift",
        "PromotionalOfferSignatureCreator.swift",
        "ReceiptUtility.swift",
        "SignedDataVerifier.swift",
        "Utility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.