The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-app-store-receipt-validation, reference main (979127), with Swift 6.1 for Linux on 26 Apr 2025 06:29:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/slashmo/swift-app-store-receipt-validation.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/13787] Fetching async-http-client
[4138/89218] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (0.84s)
[24138/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.19s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (4.76s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
[1/3836] Fetching swift-log
[999/9498] Fetching swift-log, swift-nio-extras
[3347/12117] Fetching swift-log, swift-nio-extras, swift-nio-transport-services
[3442/18020] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms
[4410/19725] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-atomics
[9835/31217] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
[10804/19652] Fetching swift-log, swift-nio-transport-services, swift-atomics, swift-nio-http2
[19653/34445] Fetching swift-log, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.25s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.25s)
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
[17262/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.27s)
[5918/14793] 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-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.83s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.85s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.00s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.64s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[38/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.84s)
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.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.54s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.25.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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
Building for debugging...
[0/440] Write sources
[22/440] Compiling CNIODarwin shim.c
[23/440] Compiling CNIOLinux liburing_shims.c
[24/440] Compiling CNIOWindows shim.c
[25/440] Write sources
[27/440] Compiling CNIOWindows WSAStartup.c
[28/440] Compiling CNIOWASI CNIOWASI.c
[29/440] Compiling _NumericsShims _NumericsShims.c
[30/440] Compiling _AtomicsShims.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Compiling CNIOExtrasZlib empty.c
[33/440] Compiling CNIOLinux shim.c
[34/440] Compiling CNIOLLHTTP c_nio_api.c
[35/440] Write swift-version-24593BA9C3E375BF.txt
[36/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[37/440] Compiling fiat_p256_adx_sqr.S
[37/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/440] Compiling CNIOBoringSSLShims shims.c
[40/440] Compiling fiat_curve25519_adx_square.S
[41/440] Compiling fiat_curve25519_adx_mul.S
[42/440] Compiling fiat_p256_adx_mul.S
[44/497] Emitting module _NIODataStructures
[44/497] Compiling tls_record.cc
[45/497] Compiling tls_method.cc
[47/497] Emitting module Atomics
[47/499] Compiling tls13_server.cc
[49/499] Compiling Atomics IntegerOperations.swift
[50/499] Compiling Atomics Unmanaged extensions.swift
[51/499] Compiling RealModule ElementaryFunctions.swift
[52/500] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/500] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/502] Emitting module InternalCollectionsUtilities
[55/502] Compiling _NIODataStructures _TinyArray.swift
[56/502] Compiling Atomics ManagedAtomic.swift
[57/502] Compiling Atomics ManagedAtomicLazyReference.swift
[59/502] Compiling InternalCollectionsUtilities Debugging.swift
[60/502] Emitting module RealModule
[61/502] Compiling Atomics OptionalRawRepresentable.swift
[62/502] Compiling Atomics RawRepresentable.swift
[63/502] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/502] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/502] Compiling Atomics IntegerConformances.swift
[66/502] Compiling Atomics PointerConformances.swift
[67/502] Compiling Atomics Primitives.native.swift
[68/502] Compiling _NIOBase64 Base64.swift
[69/502] Emitting module _NIOBase64
[70/502] Compiling Atomics AtomicBool.swift
[72/503] Compiling RealModule Float+Real.swift
[73/503] Compiling RealModule Float16+Real.swift
[74/503] Compiling InternalCollectionsUtilities Specialize.swift
[75/503] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/503] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/503] Compiling InternalCollectionsUtilities Descriptions.swift
[78/503] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/503] Compiling RealModule RealFunctions.swift
[85/503] Compiling _NIODataStructures PriorityQueue.swift
[99/503] Compiling RealModule Float80+Real.swift
[100/503] Compiling RealModule Real.swift
[106/531] Compiling tls13_enc.cc
[108/531] Compiling Logging MetadataProvider.swift
[109/531] Emitting module Logging
[110/531] Compiling _NIODataStructures Heap.swift
[111/547] Compiling Logging LogHandler.swift
[112/547] Compiling Logging Locks.swift
[113/547] Compiling Logging Logging.swift
[116/548] Compiling DequeModule Deque+CustomReflectable.swift
[117/548] Compiling DequeModule Deque+Descriptions.swift
[118/550] Compiling DequeModule Deque+Equatable.swift
[119/550] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[120/550] Compiling DequeModule Deque+Testing.swift
[121/550] Compiling DequeModule Deque._Storage.swift
[122/550] Compiling DequeModule _DequeBuffer.swift
[123/550] Compiling DequeModule _DequeBufferHeader.swift
[124/550] Compiling DequeModule _DequeSlot.swift
[125/550] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/550] Compiling DequeModule Deque+Extras.swift
[127/550] Compiling DequeModule Deque+Hashable.swift
[128/550] Compiling DequeModule Deque._UnsafeHandle.swift
[129/550] Compiling DequeModule Deque.swift
[129/550] Compiling tls13_client.cc
[131/550] Compiling Algorithms Split.swift
[132/550] Compiling Algorithms Stride.swift
[133/550] Compiling Algorithms Suffix.swift
[134/553] Compiling Algorithms RandomSample.swift
[135/553] Compiling Algorithms Reductions.swift
[136/553] Compiling Algorithms Rotate.swift
[137/553] Compiling DequeModule Deque+Codable.swift
[138/553] Compiling DequeModule Deque+Collection.swift
[138/553] Compiling t1_enc.cc
[140/553] Emitting module DequeModule
[146/554] Compiling Algorithms Permutations.swift
[147/554] Compiling Algorithms Product.swift
[147/554] Compiling tls13_both.cc
[156/554] Compiling ssl_transcript.cc
[158/554] Compiling Algorithms Trim.swift
[159/554] Compiling Algorithms Unique.swift
[160/554] Compiling Algorithms Windows.swift
[160/554] Compiling ssl_versions.cc
[161/554] Compiling ssl_x509.cc
[162/554] Compiling ssl_stat.cc
[168/554] Emitting module Algorithms
[169/555] Compiling ssl_privkey.cc
[170/555] Compiling ssl_session.cc
[171/555] Compiling ssl_file.cc
[172/555] Compiling ssl_key_share.cc
[173/555] Compiling ssl_cipher.cc
[174/555] Compiling ssl_lib.cc
[175/555] Compiling ssl_credential.cc
[176/555] Compiling ssl_buffer.cc
[177/555] Compiling ssl_cert.cc
[178/555] Compiling ssl_aead_ctx.cc
[179/555] Compiling ssl_asn1.cc
[180/555] Compiling s3_pkt.cc
[181/555] Compiling s3_lib.cc
[182/555] Compiling s3_both.cc
[183/555] Compiling handshake_server.cc
[184/555] Compiling handshake.cc
[185/555] Compiling handshake_client.cc
[186/555] Compiling handoff.cc
[187/555] Compiling encrypted_client_hello.cc
[188/555] Compiling dtls_record.cc
[189/555] Compiling md5-x86_64-linux.S
[190/555] Compiling extensions.cc
[191/555] Compiling md5-x86_64-apple.S
[192/555] Compiling md5-586-linux.S
[193/555] Compiling dtls_method.cc
[194/555] Compiling md5-586-apple.S
[195/555] Compiling chacha20_poly1305_x86_64-linux.S
[196/555] Compiling chacha20_poly1305_x86_64-apple.S
[197/555] Compiling chacha20_poly1305_armv8-win.S
[198/555] Compiling chacha20_poly1305_armv8-linux.S
[199/555] Compiling chacha20_poly1305_armv8-apple.S
[200/555] Compiling chacha-x86_64-linux.S
[201/555] Compiling chacha-x86_64-apple.S
[202/555] Compiling chacha-x86-linux.S
[203/555] Compiling d1_srtp.cc
[204/555] Compiling chacha-x86-apple.S
[205/555] Compiling chacha-armv8-apple.S
[206/555] Compiling chacha-armv8-win.S
[207/555] Compiling chacha-armv8-linux.S
[208/555] Compiling err_data.cc
[209/555] Compiling chacha-armv4-linux.S
[210/555] Compiling aes128gcmsiv-x86_64-apple.S
[211/555] Compiling aes128gcmsiv-x86_64-linux.S
[212/555] Compiling x86_64-mont5-apple.S
[213/555] Compiling x86_64-mont5-linux.S
[214/555] Compiling x86_64-mont-linux.S
[215/555] Compiling x86_64-mont-apple.S
[216/555] Compiling x86-mont-linux.S
[217/555] Compiling x86-mont-apple.S
[218/555] Compiling vpaes-x86_64-apple.S
[219/555] Compiling vpaes-x86_64-linux.S
[220/555] Compiling vpaes-x86-linux.S
[221/555] Compiling vpaes-x86-apple.S
[222/555] Compiling vpaes-armv8-linux.S
[223/555] Compiling vpaes-armv8-win.S
[224/555] Compiling vpaes-armv8-apple.S
[225/555] Compiling sha512-x86_64-linux.S
[226/555] Compiling sha512-x86_64-apple.S
[227/555] Compiling vpaes-armv7-linux.S
[228/555] Compiling sha512-armv8-win.S
[229/555] Compiling bio_ssl.cc
[230/555] Compiling sha512-armv8-linux.S
[231/555] Compiling sha512-armv8-apple.S
[232/555] Compiling sha512-armv4-linux.S
[233/555] Compiling sha512-586-apple.S
[234/555] Compiling sha512-586-linux.S
[235/555] Compiling sha256-x86_64-apple.S
[236/555] Compiling sha256-armv8-win.S
[237/555] Compiling sha256-armv8-linux.S
[238/555] Compiling sha256-armv8-apple.S
[239/555] Compiling sha256-x86_64-linux.S
[240/555] Compiling d1_pkt.cc
[241/555] Compiling sha256-armv4-linux.S
[242/555] Compiling sha256-586-linux.S
[243/555] Compiling sha256-586-apple.S
[244/555] Compiling sha1-x86_64-linux.S
[245/555] Compiling sha1-x86_64-apple.S
[246/555] Compiling sha1-armv8-win.S
[247/555] Compiling sha1-armv8-linux.S
[248/555] Compiling sha1-armv4-large-linux.S
[248/555] Compiling sha1-armv8-apple.S
[250/555] Compiling sha1-586-linux.S
[251/555] Compiling sha1-586-apple.S
[252/555] Compiling rsaz-avx2-linux.S
[253/555] Compiling d1_lib.cc
[254/555] Compiling rsaz-avx2-apple.S
[255/555] Compiling rdrand-x86_64-apple.S
[256/555] Compiling rdrand-x86_64-linux.S
[257/555] Compiling p256_beeu-x86_64-asm-linux.S
[257/555] Compiling p256_beeu-x86_64-asm-apple.S
[259/555] Compiling p256_beeu-armv8-asm-win.S
[260/555] Compiling p256_beeu-armv8-asm-linux.S
[261/555] Compiling p256_beeu-armv8-asm-apple.S
[262/555] Compiling p256-armv8-asm-win.S
[263/555] Compiling p256-x86_64-asm-apple.S
[264/555] Compiling p256-armv8-asm-linux.S
[265/555] Compiling ghashv8-armv8-win.S
[266/555] Compiling p256-x86_64-asm-linux.S
[267/555] Compiling p256-armv8-asm-apple.S
[268/555] Compiling ghashv8-armv8-linux.S
[269/555] Compiling ghashv8-armv7-linux.S
[270/555] Compiling ghashv8-armv8-apple.S
[271/555] Compiling ghash-x86_64-apple.S
[272/555] Compiling ghash-x86_64-linux.S
[273/555] Compiling ghash-x86-apple.S
[274/555] Compiling ghash-x86-linux.S
[275/555] Compiling ghash-ssse3-x86_64-apple.S
[276/555] Compiling ghash-ssse3-x86-linux.S
[277/555] Compiling ghash-ssse3-x86_64-linux.S
[278/555] Compiling ghash-neon-armv8-win.S
[279/555] Compiling ghash-ssse3-x86-apple.S
[280/555] Compiling ghash-neon-armv8-linux.S
[281/555] Compiling ghash-neon-armv8-apple.S
[282/555] Compiling ghash-armv4-linux.S
[283/555] Compiling bsaes-armv7-linux.S
[284/555] Compiling co-586-apple.S
[285/555] Compiling co-586-linux.S
[286/555] Compiling bn-armv8-win.S
[287/555] Compiling bn-armv8-apple.S
[287/555] Compiling bn-586-apple.S
[289/555] Compiling bn-armv8-linux.S
[290/555] Compiling bn-586-linux.S
[291/555] Compiling armv8-mont-win.S
[292/555] Compiling armv8-mont-apple.S
[293/555] Compiling armv8-mont-linux.S
[294/555] Compiling d1_both.cc
[295/555] Compiling armv4-mont-linux.S
[295/555] Compiling aesv8-gcm-armv8-linux.S
[297/555] Compiling aesv8-gcm-armv8-win.S
[298/555] Compiling aesv8-armv8-win.S
[299/555] Compiling aesv8-gcm-armv8-apple.S
[300/555] Compiling aesv8-armv8-linux.S
[301/555] Compiling aesv8-armv8-apple.S
[302/555] Compiling aesni-x86_64-linux.S
[303/555] Compiling aesni-x86-apple.S
[304/555] Compiling aesv8-armv7-linux.S
[305/555] Compiling aesni-x86_64-apple.S
[306/555] Compiling aesni-gcm-x86_64-linux.S
[307/555] Compiling aesni-x86-linux.S
[308/555] Compiling aesni-gcm-x86_64-apple.S
[309/555] Compiling aes-gcm-avx2-x86_64-linux.S
[310/555] Compiling aes-gcm-avx2-x86_64-apple.S
[311/555] Compiling aes-gcm-avx10-x86_64-linux.S
[312/555] Compiling aes-gcm-avx10-x86_64-apple.S
[313/555] Compiling x_req.cc
[314/555] Compiling x_spki.cc
[315/555] Compiling x_x509a.cc
[316/555] Compiling x_name.cc
[317/555] Compiling x_val.cc
[318/555] Compiling x_sig.cc
[319/555] Compiling x_pubkey.cc
[320/555] Compiling x_x509.cc
[321/555] Compiling x_exten.cc
[322/555] Compiling x_all.cc
[323/555] Compiling x_algor.cc
[324/555] Compiling x_crl.cc
[325/555] Compiling x509name.cc
[326/555] Compiling x509rset.cc
[327/555] Compiling x509spki.cc
[328/555] Compiling x_attrib.cc
[329/555] Compiling x509_trs.cc
[330/555] Compiling x509_vfy.cc
[331/555] Compiling x509cset.cc
[332/555] Compiling x509_vpm.cc
[333/555] Compiling x509_v3.cc
[334/555] Compiling x509_txt.cc
[335/555] Compiling x509_set.cc
[336/555] Compiling x509_req.cc
[337/555] Compiling x509_def.cc
[338/555] Compiling x509_obj.cc
[339/555] Compiling x509_d2.cc
[340/555] Compiling x509_ext.cc
[341/555] Compiling x509_att.cc
[342/555] Compiling x509.cc
[343/555] Compiling x509_lu.cc
[344/555] Compiling x509_cmp.cc
[345/555] Compiling v3_skey.cc
[346/555] Compiling v3_prn.cc
[347/555] Compiling v3_utl.cc
[348/555] Compiling v3_purp.cc
[349/555] Compiling v3_pmaps.cc
[350/555] Compiling v3_ocsp.cc
[351/555] Compiling v3_pcons.cc
[352/555] Compiling v3_ncons.cc
[353/555] Compiling v3_int.cc
[354/555] Compiling v3_lib.cc
[355/555] Compiling v3_info.cc
[356/555] Compiling v3_extku.cc
[357/555] Compiling v3_ia5.cc
[358/555] Compiling v3_genn.cc
[359/555] Compiling v3_enum.cc
[360/555] Compiling v3_crld.cc
[361/555] Compiling v3_bitst.cc
[362/555] Compiling v3_conf.cc
[363/555] Compiling v3_cpols.cc
[364/555] Compiling v3_bcons.cc
[365/555] Compiling v3_akeya.cc
[366/555] Compiling v3_akey.cc
[367/555] Compiling t_x509a.cc
[368/555] Compiling v3_alt.cc
[369/555] Compiling t_x509.cc
[370/555] Compiling i2d_pr.cc
[371/555] Compiling t_crl.cc
[372/555] Compiling t_req.cc
[373/555] Compiling rsa_pss.cc
[374/555] Compiling asn1_gen.cc
[375/555] Compiling policy.cc
[376/555] Compiling name_print.cc
[377/555] Compiling a_verify.cc
[378/555] Compiling by_file.cc
[379/555] Compiling algorithm.cc
[380/555] Compiling voprf.cc
[381/555] Compiling by_dir.cc
[382/555] Compiling thread_win.cc
[383/555] Compiling thread_pthread.cc
[384/555] Compiling trust_token.cc
[385/555] Compiling pmbtoken.cc
[386/555] Compiling a_sign.cc
[387/555] Compiling a_digest.cc
[388/555] Compiling thread_none.cc
[389/555] Compiling thread.cc
[390/555] Compiling sha256.cc
[391/555] Compiling stack.cc
[392/555] Compiling sha512.cc
[393/555] Compiling siphash.cc
[394/555] Compiling sha1.cc
[395/555] Compiling rsa_print.cc
[396/555] Compiling slhdsa.cc
[397/555] Compiling spake2plus.cc
[398/555] Compiling rsa_extra.cc
[399/555] Compiling rsa_crypt.cc
[400/555] Compiling refcount.cc
[401/555] Compiling rc4.cc
[402/555] Compiling windows.cc
[403/555] Compiling trusty.cc
[404/555] Compiling rsa_asn1.cc
[405/555] Compiling urandom.cc
[406/555] Compiling rand.cc
[407/555] Compiling passive.cc
[408/555] Compiling getentropy.cc
[409/555] Compiling ios.cc
[410/555] Compiling deterministic.cc
[411/555] Compiling forkunsafe.cc
[412/555] Compiling fork_detect.cc
[413/555] Compiling poly1305_arm_asm.S
[414/555] Compiling poly1305_vec.cc
[415/555] Compiling pool.cc
[416/555] Compiling poly1305_arm.cc
[417/555] Compiling poly1305.cc
[418/555] Compiling pkcs7.cc
[419/555] Compiling pkcs8.cc
[420/555] Compiling p5_pbev2.cc
[421/555] Compiling pkcs7_x509.cc
[422/555] Compiling pkcs8_x509.cc
[423/555] Compiling pem_pkey.cc
[424/555] Compiling pem_x509.cc
[425/555] Compiling pem_xaux.cc
[426/555] Compiling pem_pk8.cc
[427/555] Compiling mldsa.cc
[428/555] Compiling mlkem.cc
[429/555] Compiling pem_oth.cc
[430/555] Compiling obj_xref.cc
[431/555] Compiling mem.cc
[432/555] Compiling pem_info.cc
[433/555] Compiling pem_lib.cc
[434/555] Compiling pem_all.cc
[435/555] Compiling md4.cc
[436/555] Compiling obj.cc
[437/555] Compiling poly_rq_mul.S
[438/555] Compiling fips_shared_support.cc
[439/555] Compiling md5.cc
[440/555] Compiling lhash.cc
[441/555] Compiling hrss.cc
[442/555] Compiling sign.cc
[443/555] Compiling scrypt.cc
[444/555] Compiling ex_data.cc
[445/555] Compiling kyber.cc
[446/555] Compiling p_x25519_asn1.cc
[447/555] Compiling print.cc
[448/555] Compiling hpke.cc
[449/555] Compiling pbkdf.cc
[450/555] Compiling p_x25519.cc
[451/555] Compiling p_hkdf.cc
[452/555] Compiling p_ed25519.cc
[453/555] Compiling p_rsa.cc
[454/555] Compiling p_rsa_asn1.cc
[455/555] Compiling p_ec.cc
[456/555] Compiling p_ed25519_asn1.cc
[457/555] Compiling p_dh.cc
[458/555] Compiling p_ec_asn1.cc
[459/555] Compiling p_dh_asn1.cc
[460/555] Compiling evp_ctx.cc
[461/555] Compiling p_dsa_asn1.cc
[462/555] Compiling err.cc
[463/555] Compiling evp.cc
[464/555] Compiling engine.cc
[465/555] Compiling evp_asn1.cc
[466/555] Compiling ecdh.cc
[467/555] Compiling hash_to_curve.cc
[468/555] Compiling ecdsa_asn1.cc
[469/555] Compiling ec_derive.cc
[470/555] Compiling dsa.cc
[471/555] Compiling ec_asn1.cc
[472/555] Compiling params.cc
[473/555] Compiling dsa_asn1.cc
[474/555] Compiling x25519-asm-arm.S
[475/555] Compiling digest_extra.cc
[476/555] Compiling des.cc
[477/555] Compiling bcm.cc
[478/555] Compiling dh_asn1.cc
[479/555] Compiling spake25519.cc
[480/555] Compiling crypto.cc
[481/555] Compiling cpu_arm_linux.cc
[482/555] Compiling curve25519.cc
[483/555] Compiling cpu_arm_freebsd.cc
[484/555] Compiling cpu_intel.cc
[485/555] Compiling cpu_aarch64_openbsd.cc
[486/555] Compiling cpu_aarch64_win.cc
[487/555] Compiling cpu_aarch64_sysreg.cc
[488/555] Compiling cpu_aarch64_linux.cc
[489/555] Compiling cpu_aarch64_apple.cc
[490/555] Compiling curve25519_64_adx.cc
[491/555] Compiling cpu_aarch64_fuchsia.cc
[492/555] Compiling conf.cc
[493/555] Compiling e_tls.cc
[494/555] Compiling get_cipher.cc
[495/555] Compiling tls_cbc.cc
[496/555] Compiling e_rc4.cc
[497/555] Compiling e_rc2.cc
[498/555] Compiling e_aesctrhmac.cc
[499/555] Compiling e_des.cc
[500/555] Compiling e_null.cc
[501/555] Compiling e_chacha20poly1305.cc
[502/555] Compiling derive_key.cc
[503/555] Compiling e_aesgcmsiv.cc
[504/555] Compiling chacha.cc
[505/555] Compiling unicode.cc
[506/555] Compiling buf.cc
[507/555] Compiling ber.cc
[508/555] Compiling cbs.cc
[509/555] Compiling asn1_compat.cc
[510/555] Compiling convert.cc
[511/555] Compiling cbb.cc
[512/555] Compiling blake2.cc
[513/555] Compiling socket_helper.cc
[514/555] Compiling bn_asn1.cc
[515/555] Compiling socket.cc
[516/555] Compiling printf.cc
[517/555] Compiling file.cc
[518/555] Compiling bio_mem.cc
[519/555] Compiling pair.cc
[520/555] Compiling hexdump.cc
[521/555] Compiling fd.cc
[522/555] Compiling connect.cc
[523/555] Compiling errno.cc
[524/555] Compiling bio.cc
[525/555] Compiling base64.cc
[526/555] Compiling tasn_typ.cc
[527/555] Compiling tasn_fre.cc
[528/555] Compiling posix_time.cc
[529/555] Compiling f_int.cc
[530/555] Compiling tasn_dec.cc
[531/555] Compiling tasn_enc.cc
[532/555] Compiling tasn_new.cc
[533/555] Compiling tasn_utl.cc
[534/555] Compiling f_string.cc
[535/555] Compiling asn_pack.cc
[536/555] Compiling asn1_par.cc
[537/555] Compiling a_octet.cc
[538/555] Compiling a_time.cc
[539/555] Compiling asn1_lib.cc
[540/555] Compiling a_utctm.cc
[541/555] Compiling a_type.cc
[542/555] Compiling a_strnid.cc
[543/555] Compiling a_object.cc
[544/555] Compiling a_strex.cc
[545/555] Compiling a_dup.cc
[546/555] Compiling a_i2d_fp.cc
[547/555] Compiling a_d2i_fp.cc
[548/555] Compiling a_mbstr.cc
[549/555] Compiling a_gentm.cc
[550/555] Compiling a_bitstr.cc
[551/555] Compiling a_int.cc
[552/555] Compiling a_bool.cc
[553/555] Compiling c-nioatomics.c
[554/555] Compiling c-atomics.c
[556/561] Compiling NIOConcurrencyHelpers lock.swift
[557/561] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[558/561] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[559/561] Compiling NIOConcurrencyHelpers NIOLock.swift
[560/561] Compiling NIOConcurrencyHelpers atomics.swift
[561/561] Emitting module NIOConcurrencyHelpers
[563/621] Compiling NIOCore MarkedCircularBuffer.swift
[564/621] Compiling NIOCore MulticastChannel.swift
[565/621] Compiling NIOCore NIOAny.swift
[566/621] Compiling NIOCore NIOCloseOnErrorHandler.swift
[567/621] Compiling NIOCore NIOLoopBound.swift
[568/621] Compiling NIOCore NIOScheduledCallback.swift
[569/621] Compiling NIOCore NIOSendable.swift
[570/621] Compiling NIOCore RecvByteBufferAllocator.swift
[571/629] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[572/629] Compiling NIOCore SocketAddresses.swift
[573/629] Compiling NIOCore SocketOptionProvider.swift
[574/629] Compiling NIOCore SystemCallHelpers.swift
[575/629] Compiling NIOCore TimeAmount+Duration.swift
[576/629] Compiling NIOCore TypeAssistedChannelHandler.swift
[577/629] Compiling NIOCore UniversalBootstrapSupport.swift
[578/629] Compiling NIOCore Utilities.swift
[579/629] Emitting module NIOCore
[580/629] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[581/629] Compiling NIOCore BSDSocketAPI.swift
[582/629] Compiling NIOCore ByteBuffer-aux.swift
[583/629] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[584/629] Compiling NIOCore ByteBuffer-conversions.swift
[585/629] Compiling NIOCore ByteBuffer-core.swift
[586/629] Compiling NIOCore ByteBuffer-hex.swift
[587/629] Compiling NIOCore ByteBuffer-int.swift
[588/629] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[589/629] Compiling NIOCore GlobalSingletons.swift
[590/629] Compiling NIOCore IO.swift
[591/629] Compiling NIOCore IOData.swift
[592/629] Compiling NIOCore IPProtocol.swift
[593/629] Compiling NIOCore IntegerBitPacking.swift
[594/629] Compiling NIOCore IntegerTypes.swift
[595/629] Compiling NIOCore Interfaces.swift
[596/629] Compiling NIOCore Linux.swift
[597/629] Compiling NIOCore AddressedEnvelope.swift
[598/629] Compiling NIOCore AsyncAwaitSupport.swift
[599/629] Compiling NIOCore AsyncChannel.swift
[600/629] Compiling NIOCore AsyncChannelHandler.swift
[601/629] Compiling NIOCore AsyncChannelInboundStream.swift
[602/629] Compiling NIOCore AsyncChannelOutboundWriter.swift
[603/629] Compiling NIOCore NIOAsyncSequenceProducer.swift
[604/629] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[605/629] Compiling NIOCore NIOAsyncWriter.swift
[606/629] Compiling NIOCore ChannelPipeline.swift
[607/629] Compiling NIOCore CircularBuffer.swift
[608/629] Compiling NIOCore Codec.swift
[609/629] Compiling NIOCore ConvenienceOptionSupport.swift
[610/629] Compiling NIOCore DeadChannel.swift
[611/629] Compiling NIOCore DispatchQueue+WithFuture.swift
[612/629] Compiling NIOCore EventLoop+Deprecated.swift
[613/629] Compiling NIOCore EventLoop+SerialExecutor.swift
[614/629] Compiling NIOCore EventLoop.swift
[615/629] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[616/629] Compiling NIOCore EventLoopFuture+Deprecated.swift
[617/629] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[618/629] Compiling NIOCore EventLoopFuture.swift
[619/629] Compiling NIOCore FileDescriptor.swift
[620/629] Compiling NIOCore FileHandle.swift
[621/629] Compiling NIOCore FileRegion.swift
[622/629] Compiling NIOCore ByteBuffer-multi-int.swift
[623/629] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[624/629] Compiling NIOCore ByteBuffer-views.swift
[625/629] Compiling NIOCore Channel.swift
[626/629] Compiling NIOCore ChannelHandler.swift
[627/629] Compiling NIOCore ChannelHandlers.swift
[628/629] Compiling NIOCore ChannelInvoker.swift
[629/629] Compiling NIOCore ChannelOption.swift
[631/681] Emitting module NIOEmbedded
[632/681] Compiling NIOEmbedded AsyncTestingChannel.swift
[633/681] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[634/681] Compiling NIOEmbedded Embedded.swift
[636/682] Compiling NIOPosix IO.swift
[637/682] Compiling NIOPosix IntegerBitPacking.swift
[638/682] Compiling NIOPosix IntegerTypes.swift
[639/682] Compiling NIOPosix Linux.swift
[640/682] Compiling NIOPosix LinuxCPUSet.swift
[641/682] Compiling NIOPosix LinuxUring.swift
[642/682] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[643/688] Compiling NIOPosix ThreadPosix.swift
[644/688] Compiling NIOPosix ThreadWindows.swift
[645/688] Compiling NIOPosix UnsafeTransfer.swift
[646/688] Compiling NIOPosix Utilities.swift
[647/688] Compiling NIOPosix VsockAddress.swift
[648/688] Compiling NIOPosix VsockChannelEvents.swift
[649/688] Compiling NIOPosix PooledRecvBufferAllocator.swift
[650/688] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[651/688] Compiling NIOPosix PosixSingletons.swift
[652/688] Compiling NIOPosix RawSocketBootstrap.swift
[653/688] Compiling NIOPosix Resolver.swift
[654/688] Compiling NIOPosix Selectable.swift
[655/688] Compiling NIOPosix SelectableChannel.swift
[656/688] Compiling NIOPosix SelectableEventLoop.swift
[657/688] Compiling NIOPosix SelectorEpoll.swift
[658/688] Compiling NIOPosix SelectorGeneric.swift
[659/688] Compiling NIOPosix SelectorKqueue.swift
[660/688] Compiling NIOPosix SelectorUring.swift
[661/688] Emitting module NIOPosix
[662/688] Compiling NIOPosix ServerSocket.swift
[663/688] Compiling NIOPosix Socket.swift
[664/688] Compiling NIOPosix SocketChannel.swift
[665/688] Compiling NIOPosix SocketProtocols.swift
[666/688] Compiling NIOPosix System.swift
[667/688] Compiling NIOPosix Thread.swift
[668/688] Compiling NIOPosix BSDSocketAPICommon.swift
[669/688] Compiling NIOPosix BSDSocketAPIPosix.swift
[670/688] Compiling NIOPosix BSDSocketAPIWindows.swift
[671/688] Compiling NIOPosix BaseSocket.swift
[672/688] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[673/688] Compiling NIOPosix BaseSocketChannel.swift
[674/688] Compiling NIOPosix BaseStreamSocketChannel.swift
[675/688] Compiling NIOPosix Bootstrap.swift
[676/688] Compiling NIOPosix ControlMessage.swift
[677/688] Compiling NIOPosix DatagramVectorReadManager.swift
[678/688] Compiling NIOPosix Errors+Any.swift
[679/688] Compiling NIOPosix FileDescriptor.swift
[680/688] Compiling NIOPosix GetaddrinfoResolver.swift
[681/688] Compiling NIOPosix HappyEyeballs.swift
[682/688] Compiling NIOPosix NIOThreadPool.swift
[683/688] Compiling NIOPosix NonBlockingFileIO.swift
[684/688] Compiling NIOPosix PendingDatagramWritesManager.swift
[685/688] Compiling NIOPosix PendingWritesManager.swift
[686/688] Compiling NIOPosix PipeChannel.swift
[687/688] Compiling NIOPosix PipePair.swift
[688/688] Compiling NIOPosix Pool.swift
[690/691] Emitting module NIO
[691/691] Compiling NIO Exports.swift
[693/731] Compiling NIOTLS TLSEvents.swift
[694/731] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[695/731] Emitting module NIOTLS
[696/731] Compiling NIOSOCKS SOCKSClientHandler.swift
[697/731] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[698/733] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[699/733] Compiling NIOSOCKS SOCKSResponse.swift
[700/733] Compiling NIOSOCKS ClientStateMachine.swift
[701/734] Compiling NIOSOCKS AuthenticationMethod.swift
[702/734] Compiling NIOSOCKS ClientGreeting.swift
[703/734] Emitting module NIOSOCKS
[706/734] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[707/734] Compiling NIOTLS SNIHandler.swift
[708/734] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[709/735] Compiling NIOSOCKS ServerStateMachine.swift
[710/735] Compiling NIOSOCKS Errors.swift
[711/735] Compiling NIOSOCKS Helpers.swift
[712/735] Compiling NIOSOCKS Messages.swift
[713/735] Compiling NIOSOCKS SOCKSRequest.swift
[716/736] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[717/736] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[718/736] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[719/736] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[720/765] Compiling NIOSSL CustomPrivateKey.swift
[721/765] Compiling NIOSSL IdentityVerification.swift
[722/765] Compiling NIOSSL SubjectAlternativeName.swift
[723/765] Compiling NIOSSL NIOSSLSecureBytes.swift
[724/765] Compiling NIOSSL SSLCallbacks.swift
[725/765] Compiling NIOSSL LinuxCABundle.swift
[726/765] Compiling NIOSSL NIOSSLClientHandler.swift
[727/765] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[728/765] Emitting module NIOSSL
[729/768] Emitting module NIOHTTP1
[730/768] Compiling NIOSSL NIOSSLServerHandler.swift
[731/768] Compiling NIOSSL ObjectIdentifier.swift
[732/768] Compiling NIOSSL PosixPort.swift
[734/769] Compiling NIOSSL SSLPublicKey.swift
[735/769] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[736/769] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[745/780] Compiling NIOSSL NIOSSLHandler.swift
[746/787] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[747/787] Compiling NIOHPACK DynamicHeaderTable.swift
[748/787] Compiling NIOHPACK HPACKDecoder.swift
[749/787] Compiling NIOHPACK HPACKEncoder.swift
[750/787] Compiling NIOHPACK HPACKErrors.swift
[751/787] Emitting module NIOFoundationCompat
[752/787] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[753/787] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[754/787] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[756/788] Compiling NIOHPACK IndexedHeaderTable.swift
[757/789] Compiling NIOHPACK IntegerCoding.swift
[758/789] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[759/789] Compiling NIOHPACK HuffmanTables.swift
[760/789] Compiling NIOHPACK HuffmanCoding.swift
[761/789] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[762/789] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[763/789] Compiling NIOHTTPCompression HTTPDecompression.swift
[764/789] Compiling NIOHPACK StaticHeaderTable.swift
[765/789] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[766/789] Emitting module NIOHTTPCompression
[767/789] Compiling NIOHTTPCompression HTTPCompression.swift
[769/812] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[770/812] Compiling NIOTransportServices NIOTSSingletons.swift
[771/812] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[772/812] Compiling NIOSSL TLSConfiguration.swift
[773/812] Compiling NIOSSL UniversalBootstrapSupport.swift
[774/812] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[775/812] Compiling NIOTransportServices StateManagedChannel.swift
[776/812] Compiling NIOTransportServices StateManagedListenerChannel.swift
[777/812] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[778/812] Compiling NIOTransportServices AcceptHandler.swift
[779/812] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[780/812] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[781/814] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[782/814] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[783/814] Compiling NIOTransportServices NIOTSListenerChannel.swift
[784/814] Compiling NIOTransportServices NIOTSBootstraps.swift
[785/814] Compiling NIOTransportServices NIOTSChannelOptions.swift
[786/814] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[787/814] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[788/814] Compiling NIOTransportServices NIOTSErrors.swift
[789/814] Compiling NIOTransportServices NIOTSEventLoop.swift
[790/814] Emitting module NIOTransportServices
[791/814] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[792/814] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[793/814] Emitting module NIOHPACK
[797/814] Compiling NIOTransportServices NIOTSDatagramListener.swift
[798/814] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[799/814] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[805/816] Compiling NIOSSL SSLErrors.swift
[806/816] Compiling NIOSSL SSLInit.swift
[807/816] Compiling NIOSSL SSLPKCS12Bundle.swift
[808/816] Compiling NIOSSL SSLPrivateKey.swift
[812/816] Compiling NIOSSL SSLContext.swift
[818/875] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[819/875] Compiling NIOHTTP2 HasFlowControlWindows.swift
[820/875] Compiling NIOHTTP2 HasLocalSettings.swift
[821/875] Compiling NIOHTTP2 HasRemoteSettings.swift
[822/875] Compiling NIOHTTP2 LocallyQuiescingState.swift
[823/875] Compiling NIOHTTP2 QuiescingState.swift
[824/875] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[825/875] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[826/883] Compiling NIOHTTP2 MaySendFrames.swift
[827/883] Compiling NIOHTTP2 SendingDataState.swift
[828/883] Compiling NIOHTTP2 SendingGoawayState.swift
[829/883] Compiling NIOHTTP2 SendingHeadersState.swift
[830/883] Compiling NIOHTTP2 SendingPushPromiseState.swift
[831/883] Compiling NIOHTTP2 SendingRstStreamState.swift
[832/883] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[833/883] Compiling NIOHTTP2 HTTP2SettingsState.swift
[834/883] Emitting module NIOHTTP2
[835/883] Compiling NIOHTTP2 StateMachineResult.swift
[836/883] Compiling NIOHTTP2 ContentLengthVerifier.swift
[837/883] Compiling NIOHTTP2 DOSHeuristics.swift
[838/883] Compiling NIOHTTP2 Error+Any.swift
[839/883] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[840/883] Compiling NIOHTTP2 ControlFrameBuffer.swift
[841/883] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[842/883] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[843/883] Compiling NIOHTTP2 InboundWindowManager.swift
[844/883] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[845/883] Compiling NIOHTTP2 StreamChannelFlowController.swift
[846/883] Compiling NIOHTTP2 StreamChannelList.swift
[847/883] Compiling NIOHTTP2 StreamMap.swift
[848/883] Compiling NIOHTTP2 StreamStateMachine.swift
[849/883] Compiling NIOHTTP2 UnsafeTransfer.swift
[850/883] Compiling NIOHTTP2 WatermarkedFlowController.swift
[851/883] Compiling NIOHTTP2 ConnectionStateMachine.swift
[852/883] Compiling NIOHTTP2 ConnectionStreamsState.swift
[853/883] Compiling NIOHTTP2 MayReceiveFrames.swift
[854/883] Compiling NIOHTTP2 ReceivingDataState.swift
[855/883] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[856/883] Compiling NIOHTTP2 ReceivingHeadersState.swift
[857/883] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[858/883] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[859/883] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[860/883] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[861/883] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[862/883] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[863/883] Compiling NIOHTTP2 HTTP2StreamID.swift
[864/883] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[865/883] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[866/883] Compiling NIOHTTP2 HTTP2UserEvents.swift
[867/883] Compiling NIOHTTP2 InboundEventBuffer.swift
[868/883] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[869/883] Compiling NIOHTTP2 HTTP2Frame.swift
[870/883] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[871/883] Compiling NIOHTTP2 HTTP2FrameParser.swift
[872/883] Compiling NIOHTTP2 HTTP2PingData.swift
[873/883] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[874/883] Compiling NIOHTTP2 HTTP2Settings.swift
[875/883] Compiling NIOHTTP2 HTTP2Stream.swift
[876/883] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[877/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[878/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[879/883] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[880/883] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[881/883] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[882/883] Compiling NIOHTTP2 HTTP2Error.swift
[883/883] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[885/943] Emitting module AsyncHTTPClient
[886/951] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[887/951] Compiling AsyncHTTPClient ConnectionTarget.swift
[888/951] Compiling AsyncHTTPClient DeconstructedURL.swift
[889/951] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[890/951] Compiling AsyncHTTPClient FoundationExtensions.swift
[891/951] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[892/951] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[893/951] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[894/951] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[895/951] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[896/951] Compiling AsyncHTTPClient Transaction.swift
[897/951] Compiling AsyncHTTPClient Base64.swift
[898/951] Compiling AsyncHTTPClient BasicAuth.swift
[899/951] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[900/951] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[901/951] Compiling AsyncHTTPClient ConnectionPool.swift
[902/951] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[903/951] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[904/951] Compiling AsyncHTTPClient TLSEventsHandler.swift
[905/951] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[906/951] Compiling AsyncHTTPClient HTTP1Connection.swift
[907/951] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[908/951] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[909/951] Compiling AsyncHTTPClient HTTP2Connection.swift
[910/951] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[911/951] Compiling AsyncHTTPClient RequestBag.swift
[912/951] Compiling AsyncHTTPClient RequestValidation.swift
[913/951] Compiling AsyncHTTPClient SSLContextCache.swift
[914/951] Compiling AsyncHTTPClient Scheme.swift
[915/951] Compiling AsyncHTTPClient Singleton.swift
[916/951] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[917/951] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[918/951] Compiling AsyncHTTPClient Utils.swift
[919/951] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[920/951] Compiling AsyncHTTPClient RequestOptions.swift
[921/951] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[922/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[923/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[924/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[925/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[926/951] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[927/951] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[928/951] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[929/951] Compiling AsyncHTTPClient AsyncLazySequence.swift
[930/951] Compiling AsyncHTTPClient HTTPClient+execute.swift
[931/951] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[932/951] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[933/951] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[934/951] Compiling AsyncHTTPClient HTTPClientRequest.swift
[935/951] Compiling AsyncHTTPClient HTTPClientResponse.swift
[936/951] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[937/951] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[938/951] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[939/951] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[940/951] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[941/951] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[942/951] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[943/951] Compiling AsyncHTTPClient RequestBodyLength.swift
[944/951] Compiling AsyncHTTPClient HTTPClient.swift
[945/951] Compiling AsyncHTTPClient HTTPHandler.swift
[946/951] Compiling AsyncHTTPClient LRUCache.swift
[947/951] Compiling AsyncHTTPClient NWErrorHandler.swift
[948/951] Compiling AsyncHTTPClient NWWaitingHandler.swift
[949/951] Compiling AsyncHTTPClient TLSConfiguration.swift
[950/951] Compiling AsyncHTTPClient RedirectState.swift
[951/951] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[953/956] Compiling AppStoreReceiptValidation Request.swift
[954/956] Emitting module AppStoreReceiptValidation
[955/956] 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 {
[956/956] Compiling AppStoreReceiptValidation Receipt.swift
Build complete! (245.26s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.