The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-app-store-receipt-validation, reference 0.1.1 (979127), with Swift 6.1 for Android on 27 May 2025 21:38:42 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/slashmo/swift-app-store-receipt-validation.git
Reference: 0.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/slashmo/swift-app-store-receipt-validation
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 979127f Run CI with latest versions of Xcode & Swift (#4)
Cloned https://github.com/slashmo/swift-app-store-receipt-validation.git
Revision (git rev-parse @):
979127f0a68f2977f7b84c0138fdea456ff7c609
SUCCESS checkout https://github.com/slashmo/swift-app-store-receipt-validation.git at 0.1.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/slashmo/swift-app-store-receipt-validation.git
https://github.com/slashmo/swift-app-store-receipt-validation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "swift-app-store-receipt-validation",
  "name" : "swift-app-store-receipt-validation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreReceiptValidation",
      "targets" : [
        "AppStoreReceiptValidation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStoreReceiptValidationTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreReceiptValidationTests",
      "path" : "Tests/AppStoreReceiptValidationTests",
      "sources" : [
        "AppStoreClientTests.swift"
      ],
      "target_dependencies" : [
        "AppStoreReceiptValidation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStoreReceiptValidation",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreReceiptValidation",
      "path" : "Sources/AppStoreReceiptValidation",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIO",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "AppStoreReceiptValidation"
      ],
      "sources" : [
        "Client.swift",
        "Receipt.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/14014] Fetching async-http-client
[4626/90069] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (5.25s)
Fetched https://github.com/apple/swift-nio.git from cache (5.35s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (5.91s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1710] Fetching swift-atomics
[2/7624] Fetching swift-atomics, swift-nio-extras
[749/11460] Fetching swift-atomics, swift-nio-extras, swift-log
[750/14127] Fetching swift-atomics, swift-nio-extras, swift-log, swift-nio-transport-services
[2539/25654] Fetching swift-atomics, swift-nio-extras, swift-log, swift-nio-transport-services, swift-nio-http2
[4666/31613] Fetching swift-atomics, swift-nio-extras, swift-log, swift-nio-transport-services, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.62s)
Fetching https://github.com/apple/swift-nio-ssl.git
[15415/23944] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-nio-http2
[23945/38787] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.17s)
Fetched https://github.com/apple/swift-log.git from cache (1.17s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.18s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.19s)
[1930/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.78s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.88s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
[1826/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.57s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[282/3330] Fetching swift-http-types, swift-service-lifecycle
[572/4471] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[2865/6061] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[3979/12216] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-certificates
[5207/17201] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.46s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.31s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.85s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.11s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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.8.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.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.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Building for debugging...
[0/440] Write sources
[22/440] Compiling CNIOWindows shim.c
[23/440] Compiling _NumericsShims _NumericsShims.c
[24/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[25/440] Compiling CNIOWindows WSAStartup.c
[26/440] Compiling _AtomicsShims.c
[27/440] Compiling CNIOWASI CNIOWASI.c
[28/440] Compiling CNIOLinux liburing_shims.c
[29/440] Compiling CNIOLLHTTP c_nio_http.c
[30/440] Compiling CNIOExtrasZlib empty.c
[31/440] Compiling CNIODarwin shim.c
[32/440] Compiling fiat_p256_adx_mul.S
[33/440] Compiling fiat_p256_adx_sqr.S
[34/440] Compiling fiat_curve25519_adx_square.S
[34/440] Compiling CNIOLinux shim.c
[36/440] Compiling CNIOLLHTTP c_nio_api.c
[37/440] Compiling fiat_curve25519_adx_mul.S
[38/440] Write swift-version-24593BA9C3E375BF.txt
[39/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/440] Compiling CNIOBoringSSLShims shims.c
[41/446] Compiling tls_record.cc
[42/446] Compiling tls_method.cc
[43/446] Compiling tls13_enc.cc
[44/475] Compiling tls13_client.cc
[45/475] Compiling tls13_server.cc
[46/475] Compiling tls13_both.cc
[47/475] Compiling ssl_x509.cc
[49/475] Compiling RealModule Float80+Real.swift
[50/476] Compiling _NIODataStructures _TinyArray.swift
[51/476] Compiling _NIODataStructures PriorityQueue.swift
[52/476] Emitting module _NIODataStructures
[53/476] Compiling _NIODataStructures Heap.swift
[54/476] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/476] Compiling InternalCollectionsUtilities Debugging.swift
[56/478] Compiling RealModule Float16+Real.swift
[57/478] Compiling RealModule Real.swift
[58/478] Emitting module RealModule
[59/478] Compiling Logging LogHandler.swift
[60/478] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/478] Compiling InternalCollectionsUtilities Integer rank.swift
[61/478] Compiling t1_enc.cc
[63/478] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/478] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/478] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/478] Compiling _NIOBase64 Base64.swift
[70/478] Emitting module _NIOBase64
[71/479] Compiling InternalCollectionsUtilities Descriptions.swift
[72/479] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/479] Emitting module InternalCollectionsUtilities
[76/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/479] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/479] Compiling RealModule Float+Real.swift
[81/479] Compiling RealModule ElementaryFunctions.swift
[82/479] Compiling RealModule RealFunctions.swift
[82/480] Compiling ssl_versions.cc
[86/480] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/481] Compiling ssl_transcript.cc
[89/496] Compiling DequeModule _DequeBuffer.swift
[90/496] Compiling DequeModule _DequeBufferHeader.swift
[91/498] Compiling DequeModule Deque+CustomReflectable.swift
[92/498] Compiling DequeModule Deque+Descriptions.swift
[93/498] Compiling DequeModule Deque+Equatable.swift
[94/498] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/498] Compiling ssl_stat.cc
[96/498] Compiling DequeModule Deque._UnsafeHandle.swift
[97/498] Compiling DequeModule Deque.swift
[98/498] Compiling DequeModule Deque+Testing.swift
[99/498] Compiling DequeModule Deque._Storage.swift
[100/498] Compiling DequeModule Deque+Extras.swift
[101/498] Compiling DequeModule Deque+Hashable.swift
[102/498] Compiling DequeModule _DequeSlot.swift
[103/498] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/498] Compiling ssl_privkey.cc
[104/498] Compiling ssl_key_share.cc
[106/498] Compiling DequeModule Deque+Codable.swift
[107/498] Compiling DequeModule Deque+Collection.swift
[107/498] Compiling ssl_session.cc
[109/498] Emitting module DequeModule
[110/498] Compiling Logging MetadataProvider.swift
[111/499] Compiling ssl_file.cc
[113/499] Emitting module Logging
[114/499] Compiling Logging Locks.swift
[114/499] Compiling ssl_lib.cc
[115/499] Compiling ssl_cert.cc
[116/499] Compiling Logging Logging.swift
[117/500] Compiling ssl_buffer.cc
[119/500] Compiling ssl_cipher.cc
[120/500] Compiling ssl_credential.cc
[121/500] Compiling ssl_asn1.cc
[122/500] Compiling ssl_aead_ctx.cc
[123/500] Compiling s3_pkt.cc
[124/500] Compiling s3_both.cc
[125/500] Compiling s3_lib.cc
[126/500] Compiling handshake_client.cc
[127/500] Compiling handshake_server.cc
[128/500] Compiling extensions.cc
[129/500] Compiling handshake.cc
[130/500] Compiling handoff.cc
[131/500] Compiling encrypted_client_hello.cc
[132/500] Compiling d1_srtp.cc
[133/500] Compiling md5-x86_64-linux.S
[134/500] Compiling md5-x86_64-apple.S
[135/500] Compiling md5-586-linux.S
[136/500] Compiling md5-586-apple.S
[137/500] Compiling dtls_record.cc
[138/500] Compiling chacha20_poly1305_x86_64-linux.S
[139/500] Compiling chacha20_poly1305_x86_64-apple.S
[140/500] Compiling chacha20_poly1305_armv8-win.S
[141/500] Compiling chacha20_poly1305_armv8-apple.S
[142/500] Compiling chacha20_poly1305_armv8-linux.S
[143/500] Compiling bio_ssl.cc
[144/500] Compiling dtls_method.cc
[145/500] Compiling chacha-x86_64-linux.S
[146/500] Compiling chacha-x86_64-apple.S
[147/500] Compiling chacha-x86-linux.S
[148/500] Compiling d1_both.cc
[149/500] Compiling chacha-x86-apple.S
[150/500] Compiling chacha-armv8-apple.S
[151/500] Compiling chacha-armv8-win.S
[152/500] Compiling chacha-armv4-linux.S
[153/500] Compiling aes128gcmsiv-x86_64-apple.S
[154/500] Compiling aes128gcmsiv-x86_64-linux.S
[155/500] Compiling chacha-armv8-linux.S
[156/500] Compiling x86_64-mont5-linux.S
[157/500] Compiling d1_pkt.cc
[158/500] Compiling x86_64-mont5-apple.S
[159/500] Compiling x86_64-mont-apple.S
[160/500] Compiling x86_64-mont-linux.S
[161/500] Compiling x86-mont-linux.S
[162/500] Compiling vpaes-x86_64-linux.S
[163/500] Compiling x86-mont-apple.S
[164/500] Compiling vpaes-x86_64-apple.S
[165/500] Compiling vpaes-x86-linux.S
[166/500] Compiling vpaes-x86-apple.S
[167/500] Compiling vpaes-armv8-win.S
[168/500] Compiling vpaes-armv8-linux.S
[169/500] Compiling vpaes-armv8-apple.S
[170/500] Compiling vpaes-armv7-linux.S
[171/500] Compiling sha512-x86_64-linux.S
[172/500] Compiling sha512-x86_64-apple.S
[173/500] Compiling err_data.cc
[174/500] Compiling sha512-armv8-win.S
[175/500] Compiling sha512-armv8-apple.S
[176/500] Compiling sha512-586-linux.S
[177/500] Compiling sha512-armv4-linux.S
[177/500] Compiling sha512-586-apple.S
[179/500] Compiling sha512-armv8-linux.S
[180/500] Compiling sha256-x86_64-apple.S
[181/500] Compiling sha256-armv8-apple.S
[182/500] Compiling sha256-armv8-win.S
[183/500] Compiling sha256-x86_64-linux.S
[184/500] Compiling d1_lib.cc
[185/500] Compiling sha256-armv4-linux.S
[186/500] Compiling sha256-armv8-linux.S
[187/500] Compiling sha1-x86_64-apple.S
[187/500] Compiling sha256-586-linux.S
[189/500] Compiling sha1-armv8-win.S
[189/500] Compiling sha1-x86_64-linux.S
[191/500] Compiling sha256-586-apple.S
[192/500] Compiling sha1-armv8-linux.S
[193/500] Compiling sha1-armv8-apple.S
[194/500] Compiling sha1-586-linux.S
[195/500] Compiling sha1-armv4-large-linux.S
[196/500] Compiling rsaz-avx2-linux.S
[197/500] Compiling rdrand-x86_64-linux.S
[198/500] Compiling sha1-586-apple.S
[199/500] Compiling rsaz-avx2-apple.S
[200/500] Compiling p256_beeu-armv8-asm-win.S
[201/500] Compiling p256_beeu-x86_64-asm-apple.S
[202/500] Compiling rdrand-x86_64-apple.S
[203/500] Compiling p256_beeu-armv8-asm-apple.S
[204/500] Compiling p256_beeu-x86_64-asm-linux.S
[205/500] Compiling p256_beeu-armv8-asm-linux.S
[206/500] Compiling p256-armv8-asm-win.S
[207/500] Compiling p256-x86_64-asm-linux.S
[208/500] Compiling p256-x86_64-asm-apple.S
[209/500] Compiling ghashv8-armv8-win.S
[210/500] Compiling p256-armv8-asm-linux.S
[211/500] Compiling ghashv8-armv8-apple.S
[212/500] Compiling p256-armv8-asm-apple.S
[213/500] Compiling ghashv8-armv8-linux.S
[214/500] Compiling ghashv8-armv7-linux.S
[215/500] Compiling ghash-x86_64-linux.S
[216/500] Compiling ghash-x86_64-apple.S
[217/500] Compiling ghash-ssse3-x86_64-apple.S
[218/500] Compiling ghash-ssse3-x86-linux.S
[219/500] Compiling ghash-ssse3-x86_64-linux.S
[220/500] Compiling ghash-x86-apple.S
[221/500] Compiling ghash-x86-linux.S
[222/500] Compiling ghash-neon-armv8-win.S
[223/500] Compiling ghash-neon-armv8-linux.S
[224/500] Compiling ghash-ssse3-x86-apple.S
[225/500] Compiling ghash-neon-armv8-apple.S
[226/500] Compiling ghash-armv4-linux.S
[227/500] Compiling co-586-linux.S
[228/500] Compiling co-586-apple.S
[229/500] Compiling bsaes-armv7-linux.S
[230/500] Compiling bn-armv8-linux.S
[231/500] Compiling bn-armv8-apple.S
[232/500] Compiling bn-armv8-win.S
[233/500] Compiling armv8-mont-linux.S
[233/500] Compiling aesv8-gcm-armv8-win.S
[235/500] Compiling armv8-mont-apple.S
[236/500] Compiling bn-586-apple.S
[237/500] Compiling armv4-mont-linux.S
[237/500] Compiling bn-586-linux.S
[238/500] Compiling armv8-mont-win.S
[240/500] Compiling aesv8-gcm-armv8-linux.S
[241/500] Compiling aesv8-armv8-apple.S
[242/500] Compiling aesv8-gcm-armv8-apple.S
[243/500] Compiling aesv8-armv8-win.S
[244/500] Compiling aesv8-armv7-linux.S
[245/500] Compiling aesni-x86_64-linux.S
[246/500] Compiling aesni-x86_64-apple.S
[247/500] Compiling aesv8-armv8-linux.S
[248/500] Compiling aesni-x86-linux.S
[249/500] Compiling aesni-x86-apple.S
[250/500] Compiling aesni-gcm-x86_64-linux.S
[251/500] Compiling aes-gcm-avx2-x86_64-linux.S
[252/500] Compiling aesni-gcm-x86_64-apple.S
[253/500] Compiling aes-gcm-avx10-x86_64-apple.S
[254/500] Compiling aes-gcm-avx10-x86_64-linux.S
[255/500] Compiling aes-gcm-avx2-x86_64-apple.S
[256/500] Compiling x_sig.cc
[257/500] Compiling x_x509a.cc
[258/500] Compiling x_val.cc
[259/500] Compiling x_spki.cc
[260/500] Compiling x_req.cc
[261/500] Compiling x_pubkey.cc
[262/500] Compiling x_name.cc
[263/500] Compiling x_x509.cc
[264/500] Compiling x_exten.cc
[265/500] Compiling x_crl.cc
[266/500] Compiling x509rset.cc
[267/500] Compiling x509spki.cc
[268/500] Compiling x509name.cc
[269/500] Compiling x_algor.cc
[270/500] Compiling x_attrib.cc
[271/500] Compiling x_all.cc
[272/500] Compiling x509cset.cc
[273/500] Compiling x509_txt.cc
[274/500] Compiling x509_trs.cc
[275/500] Compiling x509_vpm.cc
[276/500] Compiling x509_vfy.cc
[277/500] Compiling x509_v3.cc
[278/500] Compiling x509_req.cc
[279/500] Compiling x509_set.cc
[280/500] Compiling x509_lu.cc
[281/500] Compiling x509_def.cc
[282/500] Compiling x509_obj.cc
[283/500] Compiling x509_ext.cc
[284/500] Compiling x509_d2.cc
[285/500] Compiling x509_att.cc
[286/500] Compiling v3_skey.cc
[287/500] Compiling x509.cc
[288/500] Compiling x509_cmp.cc
[289/500] Compiling v3_purp.cc
[290/500] Compiling v3_utl.cc
[291/500] Compiling v3_prn.cc
[292/500] Compiling v3_pmaps.cc
[293/500] Compiling v3_int.cc
[294/500] Compiling v3_ocsp.cc
[295/500] Compiling v3_lib.cc
[296/500] Compiling v3_pcons.cc
[297/500] Compiling v3_ncons.cc
[298/500] Compiling v3_ia5.cc
[299/500] Compiling v3_extku.cc
[300/500] Compiling v3_info.cc
[301/500] Compiling v3_genn.cc
[302/500] Compiling v3_bitst.cc
[303/500] Compiling v3_enum.cc
[304/500] Compiling v3_conf.cc
[305/500] Compiling v3_crld.cc
[306/500] Compiling v3_cpols.cc
[307/500] Compiling v3_alt.cc
[308/500] Compiling v3_bcons.cc
[309/500] Compiling v3_akeya.cc
[310/500] Compiling v3_akey.cc
[311/500] Compiling t_x509a.cc
[312/500] Compiling t_x509.cc
[313/500] Compiling t_req.cc
[314/500] Compiling t_crl.cc
[315/500] Compiling i2d_pr.cc
[316/500] Compiling policy.cc
[317/500] Compiling rsa_pss.cc
[318/500] Compiling name_print.cc
[319/500] Compiling algorithm.cc
[320/500] Compiling by_file.cc
[321/500] Compiling a_verify.cc
[322/500] Compiling by_dir.cc
[323/500] Compiling asn1_gen.cc
[324/500] Compiling a_sign.cc
[325/500] Compiling a_digest.cc
[326/500] Compiling thread_pthread.cc
[327/500] Compiling pmbtoken.cc
[328/500] Compiling thread_win.cc
[329/500] Compiling thread_none.cc
[330/500] Compiling voprf.cc
[331/500] Compiling stack.cc
[332/500] Compiling thread.cc
[333/500] Compiling trust_token.cc
[334/500] Compiling siphash.cc
[335/500] Compiling spake2plus.cc
[336/500] Compiling slhdsa.cc
[337/500] Compiling sha512.cc
[338/500] Compiling rsa_extra.cc
[339/500] Compiling sha256.cc
[340/500] Compiling sha1.cc
[341/500] Compiling rsa_crypt.cc
[342/500] Compiling rc4.cc
[343/500] Compiling rsa_print.cc
[344/500] Compiling refcount.cc
[345/500] Compiling windows.cc
[346/500] Compiling urandom.cc
[347/500] Compiling rsa_asn1.cc
[348/500] Compiling rand.cc
[349/500] Compiling trusty.cc
[350/500] Compiling forkunsafe.cc
[351/500] Compiling ios.cc
[352/500] Compiling poly1305_arm_asm.S
[353/500] Compiling getentropy.cc
[354/500] Compiling passive.cc
[355/500] Compiling deterministic.cc
[356/500] Compiling poly1305_vec.cc
[357/500] Compiling pool.cc
[358/500] Compiling fork_detect.cc
[359/500] Compiling poly1305_arm.cc
[360/500] Compiling poly1305.cc
[361/500] Compiling pkcs7_x509.cc
[362/500] Compiling pkcs7.cc
[363/500] Compiling p5_pbev2.cc
[364/500] Compiling pkcs8.cc
[365/500] Compiling pkcs8_x509.cc
[366/500] Compiling pem_x509.cc
[367/500] Compiling pem_pk8.cc
[368/500] Compiling pem_xaux.cc
[369/500] Compiling pem_pkey.cc
[370/500] Compiling mlkem.cc
[371/500] Compiling obj_xref.cc
[372/500] Compiling pem_oth.cc
[373/500] Compiling obj.cc
[374/500] Compiling mldsa.cc
[375/500] Compiling pem_info.cc
[376/500] Compiling pem_lib.cc
[377/500] Compiling pem_all.cc
[378/500] Compiling poly_rq_mul.S
[379/500] Compiling fips_shared_support.cc
[380/500] Compiling lhash.cc
[381/500] Compiling mem.cc
[382/500] Compiling md5.cc
[383/500] Compiling md4.cc
[384/500] Compiling ex_data.cc
[385/500] Compiling kyber.cc
[386/500] Compiling sign.cc
[387/500] Compiling hpke.cc
[387/500] Compiling hrss.cc
[389/500] Compiling scrypt.cc
[390/500] Compiling print.cc
[391/500] Compiling pbkdf.cc
[392/500] Compiling p_x25519_asn1.cc
[393/500] Compiling p_hkdf.cc
[394/500] Compiling p_x25519.cc
[395/500] Compiling p_rsa_asn1.cc
[396/500] Compiling p_ed25519.cc
[397/500] Compiling p_rsa.cc
[398/500] Compiling p_ed25519_asn1.cc
[399/500] Compiling p_ec_asn1.cc
[400/500] Compiling p_dh_asn1.cc
[401/500] Compiling evp_ctx.cc
[402/500] Compiling p_ec.cc
[403/500] Compiling evp.cc
[404/500] Compiling p_dh.cc
[405/500] Compiling p_dsa_asn1.cc
[406/500] Compiling err.cc
[407/500] Compiling engine.cc
[408/500] Compiling ecdh.cc
[409/500] Compiling ec_derive.cc
[410/500] Compiling evp_asn1.cc
[411/500] Compiling ecdsa_asn1.cc
[412/500] Compiling hash_to_curve.cc
[413/500] Compiling dh_asn1.cc
[414/500] Compiling dsa_asn1.cc
[415/500] Compiling params.cc
[416/500] Compiling dsa.cc
[417/500] Compiling x25519-asm-arm.S
[418/500] Compiling digest_extra.cc
[419/500] Compiling bcm.cc
[420/500] Compiling ec_asn1.cc
[421/500] Compiling des.cc
[422/500] Compiling curve25519_64_adx.cc
[423/500] Compiling cpu_intel.cc
[424/500] Compiling curve25519.cc
[425/500] Compiling crypto.cc
[426/500] Compiling spake25519.cc
[427/500] Compiling cpu_aarch64_sysreg.cc
[428/500] Compiling cpu_arm_linux.cc
[429/500] Compiling cpu_aarch64_win.cc
[430/500] Compiling cpu_aarch64_openbsd.cc
[431/500] Compiling cpu_aarch64_linux.cc
[432/500] Compiling cpu_arm_freebsd.cc
[433/500] Compiling cpu_aarch64_apple.cc
[434/500] Compiling e_tls.cc
[435/500] Compiling e_rc2.cc
[436/500] Compiling e_rc4.cc
[437/500] Compiling cpu_aarch64_fuchsia.cc
[438/500] Compiling get_cipher.cc
[439/500] Compiling tls_cbc.cc
[440/500] Compiling e_null.cc
[441/500] Compiling conf.cc
[442/500] Compiling e_aesgcmsiv.cc
[443/500] Compiling e_des.cc
[444/500] Compiling e_chacha20poly1305.cc
[445/500] Compiling e_aesctrhmac.cc
[446/500] Compiling chacha.cc
[447/500] Compiling derive_key.cc
[448/500] Compiling unicode.cc
[449/500] Compiling cbs.cc
[450/500] Compiling ber.cc
[451/500] Compiling cbb.cc
[452/500] Compiling buf.cc
[453/500] Compiling asn1_compat.cc
[454/500] Compiling socket.cc
[455/500] Compiling blake2.cc
[456/500] Compiling convert.cc
[457/500] Compiling bn_asn1.cc
[458/500] Compiling pair.cc
[459/500] Compiling printf.cc
[460/500] Compiling socket_helper.cc
[461/500] Compiling hexdump.cc
[462/500] Compiling connect.cc
[463/500] Compiling errno.cc
[464/500] Compiling file.cc
[465/500] Compiling fd.cc
[466/500] Compiling bio_mem.cc
[467/500] Compiling bio.cc
[468/500] Compiling base64.cc
[469/500] Compiling tasn_fre.cc
[470/500] Compiling tasn_utl.cc
[471/500] Compiling tasn_typ.cc
[472/500] Compiling posix_time.cc
[473/500] Compiling f_string.cc
[474/500] Compiling tasn_enc.cc
[475/500] Compiling asn_pack.cc
[476/500] Compiling f_int.cc
[477/500] Compiling tasn_new.cc
[478/500] Compiling asn1_par.cc
[479/500] Compiling tasn_dec.cc
[480/500] Compiling a_strex.cc
[481/500] Compiling a_utctm.cc
[482/500] Compiling asn1_lib.cc
[483/500] Compiling a_octet.cc
[484/500] Compiling a_time.cc
[485/500] Compiling a_strnid.cc
[486/500] Compiling a_type.cc
[487/500] Compiling a_dup.cc
[488/500] Compiling a_object.cc
[489/500] Compiling a_d2i_fp.cc
[490/500] Compiling a_i2d_fp.cc
[491/500] Write sources
[492/500] Compiling a_mbstr.cc
[492/500] Write sources
[494/500] Compiling a_gentm.cc
[495/520] Compiling a_int.cc
[496/544] Compiling a_bitstr.cc
[498/544] Compiling Algorithms MinMax.swift
[499/544] Compiling Algorithms Partition.swift
[500/544] Compiling Algorithms Permutations.swift
[501/544] Compiling Algorithms Product.swift
[501/546] Compiling a_bool.cc
[503/546] Compiling Algorithms Joined.swift
[504/546] Compiling Algorithms Keyed.swift
[505/546] Compiling Atomics IntegerOperations.swift
[506/546] Compiling Atomics Unmanaged extensions.swift
[507/546] Compiling Algorithms Combinations.swift
[508/546] Compiling Algorithms FlattenCollection.swift
[509/546] Compiling Algorithms Grouped.swift
[510/546] Compiling Algorithms Cycle.swift
[511/546] Compiling Algorithms EitherSequence.swift
[512/546] Compiling Algorithms FirstNonNil.swift
[513/546] Compiling Algorithms Split.swift
[514/546] Compiling Algorithms Stride.swift
[515/546] Compiling Algorithms Suffix.swift
[518/549] Compiling Algorithms Rotate.swift
[519/549] Emitting module Algorithms
[520/549] Compiling Algorithms AdjacentPairs.swift
[521/549] Compiling Algorithms Chain.swift
[522/549] Compiling Algorithms Chunked.swift
[530/549] Compiling Algorithms Compacted.swift
[536/549] Compiling Algorithms Indexed.swift
[537/549] Compiling Algorithms Intersperse.swift
[538/549] Compiling Algorithms Trim.swift
[539/549] Compiling Algorithms Unique.swift
[540/549] Compiling Algorithms Windows.swift
[542/550] Emitting module Atomics
[542/550] Compiling c-atomics.c
[543/550] Compiling c-nioatomics.c
[552/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[553/557] Compiling NIOConcurrencyHelpers lock.swift
[554/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[555/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[556/557] Compiling NIOConcurrencyHelpers atomics.swift
[557/557] Emitting module NIOConcurrencyHelpers
[559/618] Compiling NIOCore MulticastChannel.swift
[560/618] Compiling NIOCore NIOAny.swift
[561/618] Compiling NIOCore NIOCloseOnErrorHandler.swift
[562/618] Compiling NIOCore NIOLoopBound.swift
[563/618] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[564/618] Compiling NIOCore NIOScheduledCallback.swift
[565/618] Compiling NIOCore NIOSendable.swift
[566/618] Compiling NIOCore RecvByteBufferAllocator.swift
[567/626] Compiling NIOCore IO.swift
[568/626] Compiling NIOCore IOData.swift
[569/626] Compiling NIOCore IPProtocol.swift
[570/626] Compiling NIOCore IntegerBitPacking.swift
[571/626] Compiling NIOCore IntegerTypes.swift
[572/626] Compiling NIOCore Interfaces.swift
[573/626] Compiling NIOCore Linux.swift
[574/626] Compiling NIOCore MarkedCircularBuffer.swift
[575/626] Compiling NIOCore CircularBuffer.swift
[576/626] Compiling NIOCore Codec.swift
[577/626] Compiling NIOCore ConvenienceOptionSupport.swift
[578/626] Compiling NIOCore DeadChannel.swift
[579/626] Compiling NIOCore DispatchQueue+WithFuture.swift
[580/626] Compiling NIOCore EventLoop+Deprecated.swift
[581/626] Compiling NIOCore EventLoop+SerialExecutor.swift
[582/626] Compiling NIOCore EventLoop.swift
[583/626] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[584/626] Compiling NIOCore EventLoopFuture+Deprecated.swift
[585/626] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[586/626] Compiling NIOCore EventLoopFuture.swift
[587/626] Compiling NIOCore FileDescriptor.swift
[588/626] Compiling NIOCore FileHandle.swift
[589/626] Compiling NIOCore FileRegion.swift
[590/626] Compiling NIOCore GlobalSingletons.swift
[591/626] Compiling NIOCore AddressedEnvelope.swift
[592/626] Compiling NIOCore AsyncAwaitSupport.swift
[593/626] Compiling NIOCore AsyncChannel.swift
[594/626] Compiling NIOCore AsyncChannelHandler.swift
[595/626] Compiling NIOCore AsyncChannelInboundStream.swift
[596/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[597/626] Compiling NIOCore NIOAsyncSequenceProducer.swift
[598/626] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[599/626] Compiling NIOCore NIOAsyncWriter.swift
[600/626] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[601/626] Compiling NIOCore BSDSocketAPI.swift
[602/626] Compiling NIOCore ByteBuffer-aux.swift
[603/626] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[604/626] Compiling NIOCore ByteBuffer-conversions.swift
[605/626] Compiling NIOCore ByteBuffer-core.swift
[606/626] Compiling NIOCore ByteBuffer-hex.swift
[607/626] Compiling NIOCore ByteBuffer-int.swift
[608/626] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[609/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[610/626] Compiling NIOCore SocketAddresses.swift
[611/626] Compiling NIOCore SocketOptionProvider.swift
[612/626] Compiling NIOCore SystemCallHelpers.swift
[613/626] Compiling NIOCore TimeAmount+Duration.swift
[614/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[615/626] Compiling NIOCore UniversalBootstrapSupport.swift
[616/626] Compiling NIOCore Utilities.swift
[617/626] Compiling NIOCore ByteBuffer-multi-int.swift
[618/626] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[619/626] Compiling NIOCore ByteBuffer-views.swift
[620/626] Compiling NIOCore Channel.swift
[621/626] Compiling NIOCore ChannelHandler.swift
[622/626] Compiling NIOCore ChannelHandlers.swift
[623/626] Compiling NIOCore ChannelInvoker.swift
[624/626] Compiling NIOCore ChannelOption.swift
[625/626] Compiling NIOCore ChannelPipeline.swift
[626/626] Emitting module NIOCore
[628/677] Compiling NIOEmbedded Embedded.swift
[629/677] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/677] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[631/677] Emitting module NIOEmbedded
[633/678] Compiling NIOPosix Pool.swift
[634/678] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[635/678] Compiling NIOPosix PosixSingletons.swift
[636/678] Compiling NIOPosix RawSocketBootstrap.swift
[637/678] Compiling NIOPosix Resolver.swift
[638/678] Compiling NIOPosix Selectable.swift
[639/678] Compiling NIOPosix SelectableChannel.swift
[640/678] Compiling NIOPosix SelectableEventLoop.swift
[641/678] Compiling NIOPosix SelectorEpoll.swift
[642/678] Compiling NIOPosix SelectorGeneric.swift
[643/678] Compiling NIOPosix SelectorKqueue.swift
[644/678] Compiling NIOPosix SelectorUring.swift
[645/684] Compiling NIOPosix ThreadPosix.swift
[646/684] Compiling NIOPosix ThreadWindows.swift
[647/684] Compiling NIOPosix UnsafeTransfer.swift
[648/684] Compiling NIOPosix Utilities.swift
[649/684] Compiling NIOPosix VsockAddress.swift
[650/684] Compiling NIOPosix VsockChannelEvents.swift
[651/684] Compiling NIOPosix ServerSocket.swift
[652/684] Compiling NIOPosix Socket.swift
[653/684] Compiling NIOPosix SocketChannel.swift
[654/684] Compiling NIOPosix SocketProtocols.swift
[655/684] Compiling NIOPosix System.swift
[656/684] Compiling NIOPosix Thread.swift
[657/684] Compiling NIOPosix NIOThreadPool.swift
[658/684] Compiling NIOPosix NonBlockingFileIO.swift
[659/684] Compiling NIOPosix PendingDatagramWritesManager.swift
[660/684] Compiling NIOPosix PendingWritesManager.swift
[661/684] Compiling NIOPosix PipeChannel.swift
[662/684] Compiling NIOPosix PipePair.swift
[663/684] Compiling NIOPosix IO.swift
[664/684] Compiling NIOPosix IntegerBitPacking.swift
[665/684] Compiling NIOPosix IntegerTypes.swift
[666/684] Compiling NIOPosix Linux.swift
[667/684] Compiling NIOPosix LinuxCPUSet.swift
[668/684] Compiling NIOPosix LinuxUring.swift
[669/684] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[670/684] Compiling NIOPosix BSDSocketAPICommon.swift
[671/684] Compiling NIOPosix BSDSocketAPIPosix.swift
[672/684] Compiling NIOPosix BSDSocketAPIWindows.swift
[673/684] Compiling NIOPosix BaseSocket.swift
[674/684] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[675/684] Compiling NIOPosix BaseSocketChannel.swift
[676/684] Compiling NIOPosix BaseStreamSocketChannel.swift
[677/684] Emitting module NIOPosix
[678/684] Compiling NIOPosix Bootstrap.swift
[679/684] Compiling NIOPosix ControlMessage.swift
[680/684] Compiling NIOPosix DatagramVectorReadManager.swift
[681/684] Compiling NIOPosix Errors+Any.swift
[682/684] Compiling NIOPosix FileDescriptor.swift
[683/684] Compiling NIOPosix GetaddrinfoResolver.swift
[684/684] Compiling NIOPosix HappyEyeballs.swift
[686/687] Compiling NIO Exports.swift
[687/687] Emitting module NIO
[689/727] Compiling NIOTLS TLSEvents.swift
[690/727] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[691/728] Compiling NIOSOCKS SOCKSResponse.swift
[692/728] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[693/728] Emitting module NIOTLS
[694/728] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[695/728] Compiling NIOSOCKS ClientStateMachine.swift
[696/728] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[697/728] Compiling NIOTLS SNIHandler.swift
[698/729] Emitting module NIOSOCKS
[699/729] Emitting module NIOHTTP1
[700/729] Compiling NIOSOCKS ServerStateMachine.swift
[701/731] Compiling NIOSOCKS SOCKSClientHandler.swift
[702/731] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[703/731] Compiling NIOSOCKS Errors.swift
[704/731] Compiling NIOSOCKS Helpers.swift
[705/731] Compiling NIOSOCKS Messages.swift
[706/731] Compiling NIOSOCKS SOCKSRequest.swift
[707/731] Compiling NIOSOCKS AuthenticationMethod.swift
[708/731] Compiling NIOSOCKS ClientGreeting.swift
[715/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[716/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[717/761] Compiling NIOSSL SSLCallbacks.swift
[718/761] Compiling NIOSSL SSLCertificate.swift
[719/761] Compiling NIOSSL ObjectIdentifier.swift
[720/761] Compiling NIOSSL PosixPort.swift
[721/761] Compiling NIOSSL IdentityVerification.swift
[722/761] Compiling NIOSSL NIOSSLServerHandler.swift
[723/761] Compiling NIOSSL SSLConnection.swift
[724/761] Compiling NIOSSL SubjectAlternativeName.swift
[725/761] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[726/761] Compiling NIOSSL NIOSSLHandler.swift
[727/761] Compiling NIOSSL AndroidCABundle.swift
[728/762] Emitting module NIOFoundationCompat
[730/780] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[731/780] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[732/780] Emitting module NIOHTTPCompression
[733/780] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[734/780] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[735/780] Compiling NIOHPACK IndexedHeaderTable.swift
[736/780] Compiling NIOHPACK IntegerCoding.swift
[737/781] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[738/781] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[739/782] Compiling NIOHPACK DynamicHeaderTable.swift
[740/782] Compiling NIOHPACK HPACKDecoder.swift
[741/782] Compiling NIOHPACK HuffmanTables.swift
[742/782] Compiling NIOHTTPCompression HTTPCompression.swift
[743/782] Compiling NIOHTTPCompression HTTPDecompression.swift
[744/782] Compiling NIOHPACK HuffmanCoding.swift
[746/782] Compiling NIOHPACK StaticHeaderTable.swift
[747/782] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[748/782] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[750/805] Compiling NIOTransportServices StateManagedChannel.swift
[751/805] Compiling NIOTransportServices StateManagedListenerChannel.swift
[752/805] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[753/807] Emitting module NIOSSL
[754/807] Compiling NIOTransportServices NIOTSDatagramListener.swift
[755/807] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[756/807] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[757/807] Compiling NIOTransportServices AcceptHandler.swift
[758/811] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[759/811] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[760/811] Compiling NIOTransportServices NIOTSBootstraps.swift
[761/811] Compiling NIOTransportServices NIOTSChannelOptions.swift
[762/811] Compiling NIOSSL SSLPrivateKey.swift
[763/811] Compiling NIOSSL SSLPublicKey.swift
[764/811] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[765/811] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[766/811] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[767/811] Compiling NIOTransportServices NIOTSListenerChannel.swift
[768/811] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[769/811] Compiling NIOTransportServices NIOTSErrors.swift
[772/811] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[773/811] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[774/811] Compiling NIOTransportServices NIOTSSingletons.swift
[775/811] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[778/811] Compiling NIOTransportServices NIOTSEventLoop.swift
[779/811] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[788/811] Emitting module NIOTransportServices
[791/811] Emitting module NIOHPACK
[794/812] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[795/812] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[809/813] Compiling NIOSSL SSLPKCS12Bundle.swift
[810/871] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[811/871] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[812/871] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[813/871] Compiling NIOHTTP2 HTTP2Error.swift
[815/872] Emitting module NIOHTTP2
[816/880] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[817/880] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[818/880] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[819/880] Compiling NIOHTTP2 HTTP2StreamID.swift
[820/880] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[821/880] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[822/880] Compiling NIOHTTP2 HTTP2UserEvents.swift
[823/880] Compiling NIOHTTP2 InboundEventBuffer.swift
[824/880] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[825/880] Compiling NIOHTTP2 HTTP2Frame.swift
[826/880] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[827/880] Compiling NIOHTTP2 HTTP2FrameParser.swift
[828/880] Compiling NIOHTTP2 HTTP2PingData.swift
[829/880] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[830/880] Compiling NIOHTTP2 HTTP2Settings.swift
[831/880] Compiling NIOHTTP2 HTTP2Stream.swift
[832/880] Compiling NIOHTTP2 InboundWindowManager.swift
[833/880] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[834/880] Compiling NIOHTTP2 StreamChannelFlowController.swift
[835/880] Compiling NIOHTTP2 StreamChannelList.swift
[836/880] Compiling NIOHTTP2 StreamMap.swift
[837/880] Compiling NIOHTTP2 StreamStateMachine.swift
[838/880] Compiling NIOHTTP2 UnsafeTransfer.swift
[839/880] Compiling NIOHTTP2 WatermarkedFlowController.swift
[840/880] Compiling NIOHTTP2 ConnectionStateMachine.swift
[841/880] Compiling NIOHTTP2 ConnectionStreamsState.swift
[842/880] Compiling NIOHTTP2 MayReceiveFrames.swift
[843/880] Compiling NIOHTTP2 ReceivingDataState.swift
[844/880] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[845/880] Compiling NIOHTTP2 ReceivingHeadersState.swift
[846/880] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[847/880] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[848/880] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[849/880] Compiling NIOHTTP2 MaySendFrames.swift
[850/880] Compiling NIOHTTP2 SendingDataState.swift
[851/880] Compiling NIOHTTP2 SendingGoawayState.swift
[852/880] Compiling NIOHTTP2 SendingHeadersState.swift
[853/880] Compiling NIOHTTP2 SendingPushPromiseState.swift
[854/880] Compiling NIOHTTP2 SendingRstStreamState.swift
[855/880] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[856/880] Compiling NIOHTTP2 HTTP2SettingsState.swift
[857/880] Compiling NIOHTTP2 StateMachineResult.swift
[858/880] Compiling NIOHTTP2 ContentLengthVerifier.swift
[859/880] Compiling NIOHTTP2 DOSHeuristics.swift
[860/880] Compiling NIOHTTP2 Error+Any.swift
[861/880] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[862/880] Compiling NIOHTTP2 ControlFrameBuffer.swift
[863/880] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[864/880] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[865/880] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[866/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[867/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[872/880] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[873/880] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[874/880] Compiling NIOHTTP2 HasFlowControlWindows.swift
[875/880] Compiling NIOHTTP2 HasLocalSettings.swift
[876/880] Compiling NIOHTTP2 HasRemoteSettings.swift
[877/880] Compiling NIOHTTP2 LocallyQuiescingState.swift
[878/880] Compiling NIOHTTP2 QuiescingState.swift
[879/880] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[880/880] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[882/941] Compiling AsyncHTTPClient HTTPHandler.swift
[883/941] Compiling AsyncHTTPClient LRUCache.swift
[884/941] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[885/941] Compiling AsyncHTTPClient NWErrorHandler.swift
[886/941] Compiling AsyncHTTPClient NWWaitingHandler.swift
[887/941] Compiling AsyncHTTPClient TLSConfiguration.swift
[888/941] Compiling AsyncHTTPClient RedirectState.swift
[889/941] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[890/949] Emitting module AsyncHTTPClient
[891/949] Compiling AsyncHTTPClient ConnectionTarget.swift
[892/949] Compiling AsyncHTTPClient DeconstructedURL.swift
[893/949] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[894/949] Compiling AsyncHTTPClient FoundationExtensions.swift
[895/949] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[896/949] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[897/949] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[898/949] Compiling AsyncHTTPClient HTTPClient.swift
[899/949] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[900/949] Compiling AsyncHTTPClient TLSEventsHandler.swift
[901/949] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[902/949] Compiling AsyncHTTPClient HTTP1Connection.swift
[903/949] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[904/949] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[905/949] Compiling AsyncHTTPClient HTTP2Connection.swift
[906/949] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[907/949] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[908/949] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[909/949] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[910/949] Compiling AsyncHTTPClient AsyncLazySequence.swift
[911/949] Compiling AsyncHTTPClient HTTPClient+execute.swift
[912/949] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[913/949] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[914/949] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[915/949] Compiling AsyncHTTPClient HTTPClientRequest.swift
[916/949] Compiling AsyncHTTPClient HTTPClientResponse.swift
[917/949] Compiling AsyncHTTPClient RequestOptions.swift
[918/949] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[919/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[920/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[921/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[922/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[923/949] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[924/949] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[925/949] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[926/949] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[927/949] Compiling AsyncHTTPClient Transaction.swift
[928/949] Compiling AsyncHTTPClient Base64.swift
[929/949] Compiling AsyncHTTPClient BasicAuth.swift
[930/949] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[931/949] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[932/949] Compiling AsyncHTTPClient ConnectionPool.swift
[933/949] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[934/949] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[935/949] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[936/949] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[937/949] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[938/949] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[939/949] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[940/949] Compiling AsyncHTTPClient RequestBodyLength.swift
[941/949] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[942/949] Compiling AsyncHTTPClient RequestBag.swift
[943/949] Compiling AsyncHTTPClient RequestValidation.swift
[944/949] Compiling AsyncHTTPClient SSLContextCache.swift
[945/949] Compiling AsyncHTTPClient Scheme.swift
[946/949] Compiling AsyncHTTPClient Singleton.swift
[947/949] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[948/949] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[949/949] Compiling AsyncHTTPClient Utils.swift
[951/954] Compiling AppStoreReceiptValidation Request.swift
[952/954] Compiling AppStoreReceiptValidation Client.swift
/host/spi-builder-workspace/Sources/AppStoreReceiptValidation/Client.swift:58:18: warning: type 'AppStore.Response' does not conform to the 'Sendable' protocol
 56 |
 57 |             return executeRequest(request, in: .production, allocator: allocator, on: eventLoop)
 58 |                 .flatMapError { (error) -> EventLoopFuture<AppStore.Response> in
    |                  `- warning: type 'AppStore.Response' does not conform to the 'Sendable' protocol
 59 |                     switch error {
 60 |                     case Error.receiptIsFromTestEnvironmentButWasSentToProductionEnvironment:
/host/spi-builder-workspace/Sources/AppStoreReceiptValidation/Request.swift:37:12: note: consider making struct 'Response' conform to the 'Sendable' protocol
35 |     }
36 |
37 |     struct Response: Codable {
   |            `- note: consider making struct 'Response' conform to the 'Sendable' protocol
38 |         let receipt: Receipt // json
39 |         let latestReceipt: String?
/host/spi-builder-workspace/Sources/AppStoreReceiptValidation/Client.swift:61:32: warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 14 |
 15 | public enum AppStore {
 16 |     public struct Client {
    |                   `- note: consider making struct 'Client' conform to the 'Sendable' protocol
 17 |         let httpClient: HTTPClient
 18 |         let secret: String?
    :
 59 |                     switch error {
 60 |                     case Error.receiptIsFromTestEnvironmentButWasSentToProductionEnvironment:
 61 |                         return self.executeRequest(request, in: .sandbox, allocator: allocator, on: eventLoop)
    |                                `- warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 62 |                     default:
 63 |                         // TBD: This doesn't look good. Maybe we keep the eventLoopGroup for ourselfs?
/host/spi-builder-workspace/Sources/AppStoreReceiptValidation/Client.swift:80:38: warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 14 |
 15 | public enum AppStore {
 16 |     public struct Client {
    |                   `- note: consider making struct 'Client' conform to the 'Sendable' protocol
 17 |         let httpClient: HTTPClient
 18 |         let secret: String?
    :
 78 |             return eventLoop.makeSucceededFuture(())
 79 |                 .flatMapThrowing { (_) -> HTTPClient.Request in
 80 |                     let buffer = try self.encoder.encodeAsByteBuffer(request, allocator: allocator)
    |                                      `- warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 81 |                     return try HTTPClient.Request(url: environment.url, method: .POST, body: .byteBuffer(buffer))
 82 |                 }
/host/spi-builder-workspace/Sources/AppStoreReceiptValidation/Client.swift:84:21: warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 14 |
 15 | public enum AppStore {
 16 |     public struct Client {
    |                   `- note: consider making struct 'Client' conform to the 'Sendable' protocol
 17 |         let httpClient: HTTPClient
 18 |         let secret: String?
    :
 82 |                 }
 83 |                 .flatMap { (request) -> EventLoopFuture<HTTPClient.Response> in
 84 |                     self.httpClient.execute(request: request, eventLoop: .delegateAndChannel(on: eventLoop))
    |                     `- warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 85 |                 }
 86 |                 .flatMapThrowing { (resp) throws -> (Response) in
/host/spi-builder-workspace/Sources/AppStoreReceiptValidation/Client.swift:87:38: warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 14 |
 15 | public enum AppStore {
 16 |     public struct Client {
    |                   `- note: consider making struct 'Client' conform to the 'Sendable' protocol
 17 |         let httpClient: HTTPClient
 18 |         let secret: String?
    :
 85 |                 }
 86 |                 .flatMapThrowing { (resp) throws -> (Response) in
 87 |                     let status = try self.decoder.decode(Status.self, from: resp.body!)
    |                                      `- warning: capture of 'self' with non-sendable type 'AppStore.Client' in a '@Sendable' closure
 88 |
 89 |                     if status.status != 0 {
[953/954] Emitting module AppStoreReceiptValidation
[954/954] Compiling AppStoreReceiptValidation Receipt.swift
Build complete! (241.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "swift-app-store-receipt-validation",
  "name" : "swift-app-store-receipt-validation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreReceiptValidation",
      "targets" : [
        "AppStoreReceiptValidation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStoreReceiptValidationTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreReceiptValidationTests",
      "path" : "Tests/AppStoreReceiptValidationTests",
      "sources" : [
        "AppStoreClientTests.swift"
      ],
      "target_dependencies" : [
        "AppStoreReceiptValidation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStoreReceiptValidation",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreReceiptValidation",
      "path" : "Sources/AppStoreReceiptValidation",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIO",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "AppStoreReceiptValidation"
      ],
      "sources" : [
        "Client.swift",
        "Receipt.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.