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 GitHubKit, reference master (dad843), with Swift 6.1 for Android on 28 May 2025 00:51:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/einstore/githubkit.git
Reference: master
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/einstore/githubkit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dad843d Merge pull request #4 from pmmlo/master
Cloned https://github.com/einstore/githubkit.git
Revision (git rev-parse @):
dad843d3c3fa0b8c08225326bc2590249f66d39f
SUCCESS checkout https://github.com/einstore/githubkit.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/einstore/githubkit.git
https://github.com/einstore/githubkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "GitHubKit",
  "name" : "GitHubKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GitHubKit",
      "targets" : [
        "GitHubKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubKitMocks",
      "targets" : [
        "GitHubKitMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GitHubKitMocksTests",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKitMocksTests",
      "path" : "Sources/GitHubKitMocksTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "GitHubKitMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GitHubKitMocks",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKitMocks",
      "path" : "Sources/GitHubKitMocks",
      "product_memberships" : [
        "GitHubKitMocks"
      ],
      "sources" : [
        "Exports.swift",
        "GitHubMock.swift"
      ],
      "target_dependencies" : [
        "GitHubKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubKit",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKit",
      "path" : "Sources/GitHubKit",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "GitHubKit",
        "GitHubKitMocks"
      ],
      "sources" : [
        "Exports.swift",
        "GitHub.swift",
        "GitHubClient.swift",
        "GitHubServer.swift",
        "Model/Author.swift",
        "Model/Branch.swift",
        "Model/Comment.swift",
        "Model/Commit.swift",
        "Model/File.swift",
        "Model/Git/GitBlob.swift",
        "Model/Git/GitCommit.swift",
        "Model/Git/GitTree.swift",
        "Model/License.swift",
        "Model/Milestone.swift",
        "Model/Organization.swift",
        "Model/Owner.swift",
        "Model/PR.swift",
        "Model/Release.swift",
        "Model/Repo.swift",
        "Model/Tag.swift",
        "Model/Verification.swift",
        "Model/Webhook.swift",
        "Query.swift",
        "Requests/Branch+Requests.swift",
        "Requests/Comment+Requests.swift",
        "Requests/Commit+Requests.swift",
        "Requests/File+Requests.swift",
        "Requests/Git/GitBlob+Requests.swift",
        "Requests/Git/GitCommit+Requests.swift",
        "Requests/Git/GitTree+Requests.swift",
        "Requests/Organization+Requests.swift",
        "Requests/PR+Requests.swift",
        "Requests/Release+Requests.swift",
        "Requests/Repo+Requests.swift",
        "Requests/Tag+Requests.swift",
        "Requests/Webhook+Requests.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
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 (1.70s)
Fetching https://github.com/apple/swift-nio-extras.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
Fetching https://github.com/apple/swift-log.git
[1/1710] Fetching swift-atomics
[532/7624] Fetching swift-atomics, swift-nio-extras
[710/11460] Fetching swift-atomics, swift-nio-extras, swift-log
[8627/17419] Fetching swift-atomics, swift-nio-extras, swift-log, swift-algorithms
[8687/28946] Fetching swift-atomics, swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2
[8688/31613] Fetching swift-atomics, swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2, swift-nio-transport-services
Fetched https://github.com/apple/swift-atomics.git from cache (1.41s)
[29903/29903] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.42s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.48s)
[1/14843] Fetching swift-nio-ssl
[1337/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.98s)
Fetched https://github.com/apple/swift-log.git from cache (1.98s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.01s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.01s)
[53239/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.11s)
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 (7.15s)
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.58s)
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.81s)
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.93s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1141] Fetching swift-http-structured-headers
[424/6126] Fetching swift-http-structured-headers, swift-async-algorithms
[1990/8552] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[3593/14707] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
[3816/15611] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates, swift-http-types
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.61s)
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.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 (1.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.58s)
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.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.48s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.93s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.73s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.05s)
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-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.29s)
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.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.81s)
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-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-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-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-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/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/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-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/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/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-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-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-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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/441] Write sources
[20/441] Compiling CNIOWindows shim.c
[21/441] Compiling CNIOWASI CNIOWASI.c
[21/441] Compiling CNIOWindows WSAStartup.c
[23/441] Write sources
[26/441] Compiling CNIOLinux liburing_shims.c
[27/441] Compiling _NumericsShims _NumericsShims.c
[28/441] Compiling _AtomicsShims.c
[29/441] Compiling CNIOLinux shim.c
[30/441] Compiling CNIOLLHTTP c_nio_http.c
[31/441] Compiling CNIODarwin shim.c
[32/441] Compiling CNIOExtrasZlib empty.c
[33/441] Compiling CNIOLLHTTP c_nio_api.c
[34/441] Compiling fiat_p256_adx_sqr.S
[35/441] Compiling fiat_curve25519_adx_square.S
[36/441] Compiling fiat_p256_adx_mul.S
[37/441] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[38/441] Write swift-version-24593BA9C3E375BF.txt
[39/441] Compiling fiat_curve25519_adx_mul.S
[40/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/443] Compiling CNIOBoringSSLShims shims.c
[43/457] Emitting module RealModule
[43/458] Compiling tls_record.cc
[44/463] Compiling tls_method.cc
[45/477] Compiling tls13_enc.cc
[46/477] Compiling tls13_server.cc
[47/477] Compiling tls13_client.cc
[49/477] Emitting module Logging
[49/477] Compiling t1_enc.cc
[50/477] Compiling tls13_both.cc
[52/477] Compiling Logging LogHandler.swift
[53/477] Compiling _NIOBase64 Base64.swift
[54/477] Emitting module _NIOBase64
[55/477] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/477] Compiling InternalCollectionsUtilities Debugging.swift
[57/479] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/479] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/479] Compiling InternalCollectionsUtilities Descriptions.swift
[61/479] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/479] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/479] Compiling InternalCollectionsUtilities Integer rank.swift
[64/479] Emitting module InternalCollectionsUtilities
[65/479] Compiling RealModule Float80+Real.swift
[66/479] Compiling _NIODataStructures _TinyArray.swift
[67/479] Compiling RealModule RealFunctions.swift
[68/479] Compiling RealModule ElementaryFunctions.swift
[69/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/479] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/479] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/479] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/479] Compiling _NIODataStructures Heap.swift
[80/479] Emitting module _NIODataStructures
[81/479] Compiling RealModule Float+Real.swift
[82/480] Compiling _NIODataStructures PriorityQueue.swift
[83/480] Compiling RealModule Float16+Real.swift
[84/481] Compiling RealModule Real.swift
[84/482] Compiling ssl_x509.cc
[88/497] Compiling ssl_versions.cc
[90/497] Compiling DequeModule _DequeBuffer.swift
[91/497] Compiling DequeModule _DequeBufferHeader.swift
[92/499] Compiling DequeModule Deque._UnsafeHandle.swift
[93/499] Compiling DequeModule Deque.swift
[94/499] Compiling DequeModule Deque+Extras.swift
[95/499] Compiling DequeModule Deque+Hashable.swift
[96/499] Compiling DequeModule Deque+Equatable.swift
[97/499] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/499] Compiling DequeModule Deque+CustomReflectable.swift
[99/499] Compiling DequeModule Deque+Descriptions.swift
[100/499] Compiling DequeModule Deque+Testing.swift
[101/499] Compiling DequeModule Deque._Storage.swift
[101/499] Compiling ssl_session.cc
[102/499] Compiling ssl_stat.cc
[104/499] Compiling DequeModule _DequeSlot.swift
[105/499] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/499] Compiling ssl_transcript.cc
[107/499] Compiling DequeModule Deque+Codable.swift
[108/499] Compiling DequeModule Deque+Collection.swift
[109/499] Emitting module DequeModule
[110/500] Compiling ssl_lib.cc
[111/500] Compiling ssl_privkey.cc
[113/500] Compiling Logging MetadataProvider.swift
[113/500] Compiling ssl_file.cc
[115/500] Compiling Logging Locks.swift
[116/500] Compiling Logging Logging.swift
[116/500] Compiling ssl_key_share.cc
[118/501] Compiling ssl_credential.cc
[119/501] Compiling ssl_cipher.cc
[120/501] Compiling ssl_buffer.cc
[121/501] Compiling s3_pkt.cc
[122/501] Compiling ssl_cert.cc
[123/501] Compiling s3_lib.cc
[124/501] Compiling ssl_aead_ctx.cc
[125/501] Compiling ssl_asn1.cc
[126/501] Compiling handshake_client.cc
[127/501] Compiling s3_both.cc
[128/501] Compiling handshake_server.cc
[129/501] Compiling handshake.cc
[130/501] Compiling extensions.cc
[131/501] Compiling dtls_record.cc
[132/501] Compiling handoff.cc
[133/501] Compiling md5-x86_64-linux.S
[134/501] Compiling md5-x86_64-apple.S
[135/501] Compiling encrypted_client_hello.cc
[136/501] Compiling md5-586-linux.S
[137/501] Compiling md5-586-apple.S
[138/501] Compiling chacha20_poly1305_x86_64-linux.S
[139/501] Compiling chacha20_poly1305_x86_64-apple.S
[140/501] Compiling dtls_method.cc
[141/501] Compiling chacha20_poly1305_armv8-win.S
[142/501] Compiling chacha20_poly1305_armv8-apple.S
[143/501] Compiling d1_pkt.cc
[144/501] Compiling chacha20_poly1305_armv8-linux.S
[145/501] Compiling chacha-x86_64-linux.S
[146/501] Compiling chacha-x86_64-apple.S
[147/501] Compiling chacha-x86-linux.S
[148/501] Compiling bio_ssl.cc
[149/501] Compiling chacha-x86-apple.S
[150/501] Compiling chacha-armv8-win.S
[151/501] Compiling d1_srtp.cc
[152/501] Compiling aes128gcmsiv-x86_64-linux.S
[153/501] Compiling err_data.cc
[154/501] Compiling chacha-armv8-apple.S
[154/501] Compiling chacha-armv4-linux.S
[154/501] Compiling aes128gcmsiv-x86_64-apple.S
[157/501] Compiling chacha-armv8-linux.S
[158/501] Compiling x86_64-mont5-linux.S
[159/501] Compiling x86_64-mont5-apple.S
[160/501] Compiling x86-mont-apple.S
[161/501] Compiling x86_64-mont-linux.S
[162/501] Compiling x86_64-mont-apple.S
[163/501] Compiling x86-mont-linux.S
[164/501] Compiling vpaes-x86_64-linux.S
[165/501] Compiling vpaes-x86-linux.S
[166/501] Compiling vpaes-x86_64-apple.S
[167/501] Compiling vpaes-x86-apple.S
[168/501] Compiling vpaes-armv8-win.S
[169/501] Compiling vpaes-armv8-linux.S
[170/501] Compiling sha512-x86_64-linux.S
[171/501] Compiling sha512-armv8-win.S
[172/501] Compiling vpaes-armv8-apple.S
[173/501] Compiling sha512-x86_64-apple.S
[173/501] Compiling vpaes-armv7-linux.S
[175/501] Compiling sha512-armv8-linux.S
[176/501] Compiling d1_lib.cc
[177/501] Compiling sha512-armv8-apple.S
[178/501] Compiling sha512-armv4-linux.S
[179/501] Compiling sha512-586-apple.S
[180/501] Compiling sha256-x86_64-linux.S
[181/501] Compiling sha512-586-linux.S
[182/501] Compiling sha256-armv8-win.S
[183/501] Compiling sha256-x86_64-apple.S
[184/501] Compiling sha256-armv4-linux.S
[185/501] Compiling sha256-armv8-apple.S
[186/501] Compiling sha256-586-linux.S
[186/501] Compiling sha256-armv8-linux.S
[188/501] Compiling sha256-586-apple.S
[189/501] Compiling sha1-x86_64-linux.S
[190/501] Compiling sha1-x86_64-apple.S
[191/501] Compiling sha1-armv8-apple.S
[192/501] Compiling sha1-armv4-large-linux.S
[192/501] Compiling sha1-armv8-win.S
[194/501] Compiling sha1-586-linux.S
[195/501] Compiling sha1-armv8-linux.S
[196/501] Compiling rsaz-avx2-linux.S
[197/501] Compiling sha1-586-apple.S
[198/501] Compiling rdrand-x86_64-linux.S
[199/501] Compiling rsaz-avx2-apple.S
[200/501] Compiling rdrand-x86_64-apple.S
[201/501] Compiling p256_beeu-x86_64-asm-apple.S
[202/501] Compiling p256_beeu-armv8-asm-apple.S
[203/501] Compiling p256_beeu-x86_64-asm-linux.S
[204/501] Compiling p256_beeu-armv8-asm-win.S
[204/501] Compiling p256_beeu-armv8-asm-linux.S
[206/501] Compiling p256-x86_64-asm-linux.S
[207/501] Compiling p256-armv8-asm-win.S
[208/501] Compiling p256-x86_64-asm-apple.S
[209/501] Compiling d1_both.cc
[210/501] Compiling p256-armv8-asm-apple.S
[211/501] Compiling p256-armv8-asm-linux.S
[212/501] Compiling ghashv8-armv8-win.S
[212/501] Compiling ghashv8-armv8-linux.S
[214/501] Compiling ghashv8-armv8-apple.S
[215/501] Compiling ghashv8-armv7-linux.S
[216/501] Compiling ghash-x86_64-linux.S
[217/501] Compiling ghash-x86_64-apple.S
[218/501] Compiling ghash-x86-linux.S
[219/501] Compiling ghash-ssse3-x86-linux.S
[220/501] Compiling ghash-x86-apple.S
[221/501] Compiling ghash-ssse3-x86_64-linux.S
[222/501] Compiling ghash-ssse3-x86_64-apple.S
[223/501] Compiling ghash-neon-armv8-win.S
[224/501] Compiling ghash-ssse3-x86-apple.S
[225/501] Compiling ghash-neon-armv8-apple.S
[226/501] Compiling ghash-armv4-linux.S
[227/501] Compiling ghash-neon-armv8-linux.S
[228/501] Compiling co-586-linux.S
[229/501] Compiling co-586-apple.S
[230/501] Compiling bsaes-armv7-linux.S
[231/501] Compiling bn-armv8-win.S
[232/501] Compiling bn-armv8-linux.S
[233/501] Compiling bn-armv8-apple.S
[233/501] Compiling bn-586-apple.S
[233/501] Compiling armv8-mont-win.S
[236/501] Compiling bn-586-linux.S
[237/501] Compiling armv8-mont-apple.S
[238/501] Compiling armv8-mont-linux.S
[239/501] Compiling armv4-mont-linux.S
[240/501] Compiling aesv8-gcm-armv8-win.S
[241/501] Compiling aesv8-gcm-armv8-apple.S
[242/501] Compiling aesv8-armv8-win.S
[243/501] Compiling aesv8-armv8-apple.S
[244/501] Compiling aesv8-armv8-linux.S
[245/501] Compiling aesv8-gcm-armv8-linux.S
[246/501] Compiling aesni-x86_64-linux.S
[247/501] Compiling aesv8-armv7-linux.S
[248/501] Compiling aesni-x86-linux.S
[249/501] Compiling aesni-x86_64-apple.S
[250/501] Compiling aesni-x86-apple.S
[251/501] Compiling aesni-gcm-x86_64-linux.S
[252/501] Compiling aesni-gcm-x86_64-apple.S
[253/501] Compiling aes-gcm-avx2-x86_64-linux.S
[254/501] Compiling aes-gcm-avx10-x86_64-apple.S
[255/501] Compiling aes-gcm-avx10-x86_64-linux.S
[256/501] Compiling aes-gcm-avx2-x86_64-apple.S
[257/501] Compiling x_spki.cc
[258/501] Compiling x_pubkey.cc
[259/501] Compiling x_val.cc
[260/501] Compiling x_req.cc
[261/501] Compiling x_x509.cc
[262/501] Compiling x_sig.cc
[263/501] Compiling x_name.cc
[264/501] Compiling x_x509a.cc
[265/501] Compiling x_crl.cc
[266/501] Compiling x_exten.cc
[267/501] Compiling x_algor.cc
[268/501] Compiling x509rset.cc
[269/501] Compiling x509spki.cc
[270/501] Compiling x_attrib.cc
[271/501] Compiling x_all.cc
[272/501] Compiling x509name.cc
[273/501] Compiling x509_txt.cc
[274/501] Compiling x509cset.cc
[275/501] Compiling x509_v3.cc
[276/501] Compiling x509_vfy.cc
[277/501] Compiling x509_vpm.cc
[278/501] Compiling x509_set.cc
[279/501] Compiling x509_trs.cc
[280/501] Compiling x509_req.cc
[281/501] Compiling x509_def.cc
[282/501] Compiling x509_obj.cc
[283/501] Compiling x509_ext.cc
[284/501] Compiling x509_d2.cc
[285/501] Compiling x509_lu.cc
[286/501] Compiling x509_att.cc
[287/501] Compiling x509_cmp.cc
[288/501] Compiling x509.cc
[289/501] Compiling v3_pmaps.cc
[290/501] Compiling v3_purp.cc
[291/501] Compiling v3_utl.cc
[292/501] Compiling v3_skey.cc
[293/501] Compiling v3_prn.cc
[294/501] Compiling v3_ocsp.cc
[295/501] Compiling v3_pcons.cc
[296/501] Compiling v3_ncons.cc
[297/501] Compiling v3_genn.cc
[298/501] Compiling v3_enum.cc
[299/501] Compiling v3_int.cc
[300/501] Compiling v3_ia5.cc
[301/501] Compiling v3_info.cc
[302/501] Compiling v3_lib.cc
[303/501] Compiling v3_extku.cc
[304/501] Compiling v3_conf.cc
[305/501] Compiling v3_bitst.cc
[305/501] Compiling v3_cpols.cc
[307/501] Compiling v3_crld.cc
[308/501] Compiling v3_alt.cc
[309/501] Compiling v3_akeya.cc
[310/501] Compiling v3_bcons.cc
[311/501] Compiling v3_akey.cc
[312/501] Compiling i2d_pr.cc
[313/501] Compiling t_crl.cc
[314/501] Compiling t_req.cc
[315/501] Compiling t_x509a.cc
[316/501] Compiling t_x509.cc
[317/501] Compiling policy.cc
[318/501] Compiling rsa_pss.cc
[319/501] Compiling name_print.cc
[320/501] Compiling by_file.cc
[321/501] Compiling by_dir.cc
[322/501] Compiling a_verify.cc
[323/501] Compiling asn1_gen.cc
[324/501] Compiling a_digest.cc
[325/501] Compiling voprf.cc
[326/501] Compiling trust_token.cc
[327/501] Compiling a_sign.cc
[328/501] Compiling algorithm.cc
[329/501] Compiling thread.cc
[330/501] Compiling siphash.cc
[331/501] Compiling thread_win.cc
[332/501] Compiling thread_pthread.cc
[333/501] Compiling pmbtoken.cc
[334/501] Compiling stack.cc
[335/501] Compiling thread_none.cc
[336/501] Compiling sha1.cc
[337/501] Compiling sha256.cc
[338/501] Compiling spake2plus.cc
[339/501] Compiling sha512.cc
[340/501] Compiling slhdsa.cc
[341/501] Compiling rsa_print.cc
[342/501] Compiling rsa_extra.cc
[343/501] Compiling rsa_crypt.cc
[344/501] Compiling refcount.cc
[345/501] Compiling rc4.cc
[346/501] Compiling windows.cc
[346/501] Compiling urandom.cc
[348/501] Compiling rsa_asn1.cc
[349/501] Compiling rand.cc
[350/501] Compiling trusty.cc
[351/501] Compiling ios.cc
[352/501] Compiling passive.cc
[353/501] Compiling poly1305_arm_asm.S
[354/501] Compiling getentropy.cc
[355/501] Compiling fork_detect.cc
[356/501] Compiling forkunsafe.cc
[357/501] Compiling deterministic.cc
[358/501] Compiling poly1305_vec.cc
[359/501] Compiling pool.cc
[360/501] Compiling poly1305_arm.cc
[361/501] Compiling poly1305.cc
[362/501] Compiling pkcs8_x509.cc
[363/501] Compiling pkcs8.cc
[364/501] Compiling pkcs7.cc
[365/501] Compiling pkcs7_x509.cc
[366/501] Compiling p5_pbev2.cc
[367/501] Compiling pem_x509.cc
[368/501] Compiling pem_pkey.cc
[369/501] Compiling pem_xaux.cc
[370/501] Compiling pem_pk8.cc
[371/501] Compiling pem_oth.cc
[372/501] Compiling pem_lib.cc
[373/501] Compiling obj_xref.cc
[374/501] Compiling mlkem.cc
[375/501] Compiling pem_info.cc
[376/501] Compiling pem_all.cc
[377/501] Compiling obj.cc
[378/501] Compiling poly_rq_mul.S
[379/501] Compiling mldsa.cc
[380/501] Compiling fips_shared_support.cc
[381/501] Compiling lhash.cc
[382/501] Compiling mem.cc
[383/501] Compiling md4.cc
[384/501] Compiling md5.cc
[385/501] Compiling kyber.cc
[386/501] Compiling ex_data.cc
[387/501] Compiling hrss.cc
[388/501] Compiling sign.cc
[389/501] Compiling scrypt.cc
[390/501] Compiling hpke.cc
[391/501] Compiling print.cc
[392/501] Compiling pbkdf.cc
[393/501] Compiling p_x25519.cc
[394/501] Compiling p_x25519_asn1.cc
[395/501] Compiling p_ed25519.cc
[396/501] Compiling p_hkdf.cc
[397/501] Compiling p_ed25519_asn1.cc
[398/501] Compiling p_rsa.cc
[399/501] Compiling p_rsa_asn1.cc
[400/501] Compiling p_ec.cc
[401/501] Compiling p_dh_asn1.cc
[402/501] Compiling evp_ctx.cc
[403/501] Compiling p_dh.cc
[404/501] Compiling p_ec_asn1.cc
[405/501] Compiling p_dsa_asn1.cc
[406/501] Compiling evp.cc
[407/501] Compiling evp_asn1.cc
[408/501] Compiling ecdh.cc
[409/501] Compiling engine.cc
[410/501] Compiling err.cc
[411/501] Compiling hash_to_curve.cc
[412/501] Compiling ec_derive.cc
[413/501] Compiling ec_asn1.cc
[414/501] Compiling ecdsa_asn1.cc
[415/501] Compiling dsa.cc
[416/501] Compiling bcm.cc
[417/501] Compiling dh_asn1.cc
[418/501] Compiling params.cc
[419/501] Compiling x25519-asm-arm.S
[420/501] Compiling des.cc
[421/501] Compiling dsa_asn1.cc
[422/501] Compiling digest_extra.cc
[423/501] Compiling curve25519_64_adx.cc
[424/501] Compiling cpu_intel.cc
[425/501] Compiling crypto.cc
[426/501] Compiling cpu_arm_linux.cc
[427/501] Compiling spake25519.cc
[428/501] Compiling curve25519.cc
[429/501] Compiling cpu_arm_freebsd.cc
[430/501] Compiling cpu_aarch64_sysreg.cc
[431/501] Compiling cpu_aarch64_win.cc
[432/501] Compiling cpu_aarch64_openbsd.cc
[433/501] Compiling cpu_aarch64_linux.cc
[434/501] Compiling cpu_aarch64_fuchsia.cc
[435/501] Compiling cpu_aarch64_apple.cc
[436/501] Compiling tls_cbc.cc
[437/501] Compiling conf.cc
[438/501] Compiling get_cipher.cc
[439/501] Compiling e_rc4.cc
[440/501] Compiling e_rc2.cc
[441/501] Compiling e_tls.cc
[442/501] Compiling e_null.cc
[443/501] Compiling e_des.cc
[444/501] Compiling e_chacha20poly1305.cc
[445/501] Compiling e_aesgcmsiv.cc
[446/501] Compiling derive_key.cc
[447/501] Compiling chacha.cc
[448/501] Compiling e_aesctrhmac.cc
[449/501] Compiling unicode.cc
[450/501] Compiling cbb.cc
[451/501] Compiling cbs.cc
[452/501] Compiling buf.cc
[453/501] Compiling ber.cc
[454/501] Compiling asn1_compat.cc
[455/501] Compiling convert.cc
[456/501] Compiling bn_asn1.cc
[457/501] Compiling blake2.cc
[458/501] Compiling socket_helper.cc
[459/501] Compiling socket.cc
[460/501] Compiling printf.cc
[461/501] Compiling hexdump.cc
[462/501] Compiling pair.cc
[463/501] Compiling file.cc
[464/501] Compiling fd.cc
[465/501] Compiling errno.cc
[466/501] Compiling bio_mem.cc
[467/501] Compiling connect.cc
[468/501] Compiling base64.cc
[469/501] Compiling bio.cc
[470/501] Compiling tasn_utl.cc
[471/501] Compiling tasn_typ.cc
[472/501] Compiling tasn_fre.cc
[473/501] Compiling posix_time.cc
[474/501] Compiling tasn_enc.cc
[475/501] Compiling f_string.cc
[476/501] Compiling tasn_new.cc
[477/501] Compiling f_int.cc
[478/501] Compiling tasn_dec.cc
[479/501] Compiling asn1_par.cc
[480/501] Compiling asn_pack.cc
[481/501] Compiling asn1_lib.cc
[482/501] Compiling a_octet.cc
[483/501] Compiling a_type.cc
[484/501] Compiling a_utctm.cc
[485/501] Compiling a_strex.cc
[486/501] Compiling a_object.cc
[487/501] Compiling a_strnid.cc
[488/501] Compiling a_time.cc
[489/501] Compiling a_mbstr.cc
[490/501] Compiling a_dup.cc
[491/501] Compiling a_d2i_fp.cc
[492/501] Write sources
[493/501] Compiling a_gentm.cc
[494/501] Write sources
[495/545] Compiling a_bitstr.cc
[496/545] Compiling a_i2d_fp.cc
[498/545] Compiling Algorithms Permutations.swift
[499/545] Compiling Algorithms Product.swift
[500/545] Compiling Algorithms Joined.swift
[501/545] Compiling Algorithms Keyed.swift
[502/545] Compiling Algorithms MinMax.swift
[503/545] Compiling Algorithms Partition.swift
[503/547] Compiling a_int.cc
[504/547] Compiling a_bool.cc
[506/547] Compiling Algorithms Chunked.swift
[507/547] Compiling Algorithms Combinations.swift
[508/547] Compiling Algorithms FlattenCollection.swift
[509/547] Compiling Algorithms FirstNonNil.swift
[510/547] Compiling Algorithms AdjacentPairs.swift
[511/547] Compiling Algorithms Chain.swift
[512/547] Compiling Algorithms Compacted.swift
[513/547] Compiling Algorithms Cycle.swift
[514/547] Compiling Algorithms EitherSequence.swift
[516/550] Compiling Algorithms Split.swift
[517/550] Compiling Algorithms Stride.swift
[518/550] Compiling Algorithms Suffix.swift
[519/550] Compiling Atomics IntegerOperations.swift
[520/550] Compiling Atomics Unmanaged extensions.swift
[523/550] Compiling Algorithms Rotate.swift
[524/550] Compiling Algorithms Trim.swift
[525/550] Compiling Algorithms Unique.swift
[526/550] Compiling Algorithms Windows.swift
[534/550] Compiling Algorithms Grouped.swift
[535/550] Compiling Algorithms Indexed.swift
[536/550] Compiling Algorithms Intersperse.swift
[544/550] Emitting module Atomics
[549/551] Emitting module Algorithms
[550/552] Compiling c-atomics.c
[551/552] Compiling c-nioatomics.c
[553/558] Compiling NIOConcurrencyHelpers lock.swift
[554/558] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[555/558] Compiling NIOConcurrencyHelpers NIOLock.swift
[556/558] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[557/558] Emitting module NIOConcurrencyHelpers
[558/558] Compiling NIOConcurrencyHelpers atomics.swift
[560/619] Compiling NIOCore IO.swift
[561/619] Compiling NIOCore IOData.swift
[562/619] Compiling NIOCore IPProtocol.swift
[563/619] Compiling NIOCore IntegerBitPacking.swift
[564/619] Compiling NIOCore IntegerTypes.swift
[565/619] Compiling NIOCore Interfaces.swift
[566/619] Compiling NIOCore Linux.swift
[567/619] Compiling NIOCore MarkedCircularBuffer.swift
[568/627] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[569/627] Compiling NIOCore EventLoopFuture+Deprecated.swift
[570/627] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[571/627] Compiling NIOCore EventLoopFuture.swift
[572/627] Compiling NIOCore FileDescriptor.swift
[573/627] Compiling NIOCore FileHandle.swift
[574/627] Compiling NIOCore FileRegion.swift
[575/627] Compiling NIOCore GlobalSingletons.swift
[576/627] Compiling NIOCore MulticastChannel.swift
[577/627] Compiling NIOCore NIOAny.swift
[578/627] Compiling NIOCore NIOCloseOnErrorHandler.swift
[579/627] Compiling NIOCore NIOLoopBound.swift
[580/627] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[581/627] Compiling NIOCore NIOScheduledCallback.swift
[582/627] Compiling NIOCore NIOSendable.swift
[583/627] Compiling NIOCore RecvByteBufferAllocator.swift
[584/627] Compiling NIOCore CircularBuffer.swift
[585/627] Compiling NIOCore Codec.swift
[586/627] Compiling NIOCore ConvenienceOptionSupport.swift
[587/627] Compiling NIOCore DeadChannel.swift
[588/627] Compiling NIOCore DispatchQueue+WithFuture.swift
[589/627] Compiling NIOCore EventLoop+Deprecated.swift
[590/627] Compiling NIOCore EventLoop+SerialExecutor.swift
[591/627] Compiling NIOCore EventLoop.swift
[592/627] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[593/627] Compiling NIOCore BSDSocketAPI.swift
[594/627] Compiling NIOCore ByteBuffer-aux.swift
[595/627] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[596/627] Compiling NIOCore ByteBuffer-conversions.swift
[597/627] Compiling NIOCore ByteBuffer-core.swift
[598/627] Compiling NIOCore ByteBuffer-hex.swift
[599/627] Compiling NIOCore ByteBuffer-int.swift
[600/627] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[601/627] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[602/627] Compiling NIOCore SocketAddresses.swift
[603/627] Compiling NIOCore SocketOptionProvider.swift
[604/627] Compiling NIOCore SystemCallHelpers.swift
[605/627] Compiling NIOCore TimeAmount+Duration.swift
[606/627] Compiling NIOCore TypeAssistedChannelHandler.swift
[607/627] Compiling NIOCore UniversalBootstrapSupport.swift
[608/627] Compiling NIOCore Utilities.swift
[609/627] Compiling NIOCore AddressedEnvelope.swift
[610/627] Compiling NIOCore AsyncAwaitSupport.swift
[611/627] Compiling NIOCore AsyncChannel.swift
[612/627] Compiling NIOCore AsyncChannelHandler.swift
[613/627] Compiling NIOCore AsyncChannelInboundStream.swift
[614/627] Compiling NIOCore AsyncChannelOutboundWriter.swift
[615/627] Compiling NIOCore NIOAsyncSequenceProducer.swift
[616/627] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[617/627] Compiling NIOCore NIOAsyncWriter.swift
[618/627] Emitting module NIOCore
[619/627] Compiling NIOCore ByteBuffer-multi-int.swift
[620/627] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[621/627] Compiling NIOCore ByteBuffer-views.swift
[622/627] Compiling NIOCore Channel.swift
[623/627] Compiling NIOCore ChannelHandler.swift
[624/627] Compiling NIOCore ChannelHandlers.swift
[625/627] Compiling NIOCore ChannelInvoker.swift
[626/627] Compiling NIOCore ChannelOption.swift
[627/627] Compiling NIOCore ChannelPipeline.swift
[629/678] Emitting module NIOEmbedded
[630/678] Compiling NIOEmbedded AsyncTestingChannel.swift
[631/678] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[632/678] Compiling NIOEmbedded Embedded.swift
[634/679] Compiling NIOPosix IO.swift
[635/679] Compiling NIOPosix IntegerBitPacking.swift
[636/679] Compiling NIOPosix IntegerTypes.swift
[637/679] Compiling NIOPosix Linux.swift
[638/679] Compiling NIOPosix LinuxCPUSet.swift
[639/679] Compiling NIOPosix LinuxUring.swift
[640/679] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[641/685] Compiling NIOPosix ThreadPosix.swift
[642/685] Compiling NIOPosix ThreadWindows.swift
[643/685] Compiling NIOPosix UnsafeTransfer.swift
[644/685] Compiling NIOPosix Utilities.swift
[645/685] Compiling NIOPosix VsockAddress.swift
[646/685] Compiling NIOPosix VsockChannelEvents.swift
[647/685] Compiling NIOPosix SelectableChannel.swift
[648/685] Compiling NIOPosix SelectableEventLoop.swift
[649/685] Compiling NIOPosix SelectorEpoll.swift
[650/685] Compiling NIOPosix SelectorGeneric.swift
[651/685] Compiling NIOPosix SelectorKqueue.swift
[652/685] Compiling NIOPosix SelectorUring.swift
[653/685] Compiling NIOPosix Pool.swift
[654/685] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[655/685] Compiling NIOPosix PosixSingletons.swift
[656/685] Compiling NIOPosix RawSocketBootstrap.swift
[657/685] Compiling NIOPosix Resolver.swift
[658/685] Compiling NIOPosix Selectable.swift
[659/685] Compiling NIOPosix ServerSocket.swift
[660/685] Compiling NIOPosix Socket.swift
[661/685] Compiling NIOPosix SocketChannel.swift
[662/685] Compiling NIOPosix SocketProtocols.swift
[663/685] Compiling NIOPosix System.swift
[664/685] Compiling NIOPosix Thread.swift
[665/685] Emitting module NIOPosix
[666/685] Compiling NIOPosix Bootstrap.swift
[667/685] Compiling NIOPosix ControlMessage.swift
[668/685] Compiling NIOPosix DatagramVectorReadManager.swift
[669/685] Compiling NIOPosix Errors+Any.swift
[670/685] Compiling NIOPosix FileDescriptor.swift
[671/685] Compiling NIOPosix GetaddrinfoResolver.swift
[672/685] Compiling NIOPosix HappyEyeballs.swift
[673/685] Compiling NIOPosix BSDSocketAPICommon.swift
[674/685] Compiling NIOPosix BSDSocketAPIPosix.swift
[675/685] Compiling NIOPosix BSDSocketAPIWindows.swift
[676/685] Compiling NIOPosix BaseSocket.swift
[677/685] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[678/685] Compiling NIOPosix BaseSocketChannel.swift
[679/685] Compiling NIOPosix BaseStreamSocketChannel.swift
[680/685] Compiling NIOPosix NIOThreadPool.swift
[681/685] Compiling NIOPosix NonBlockingFileIO.swift
[682/685] Compiling NIOPosix PendingDatagramWritesManager.swift
[683/685] Compiling NIOPosix PendingWritesManager.swift
[684/685] Compiling NIOPosix PipeChannel.swift
[685/685] Compiling NIOPosix PipePair.swift
[687/688] Emitting module NIO
[688/688] Compiling NIO Exports.swift
[690/728] Compiling NIOTLS TLSEvents.swift
[691/728] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[692/728] Emitting module NIOTLS
[693/728] Compiling NIOSOCKS ClientStateMachine.swift
[694/729] Compiling NIOSOCKS SOCKSResponse.swift
[695/729] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[696/729] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[697/729] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[698/729] Compiling NIOSOCKS Errors.swift
[699/729] Compiling NIOSOCKS Helpers.swift
[700/729] Compiling NIOSOCKS Messages.swift
[701/729] Compiling NIOSOCKS SOCKSRequest.swift
[702/729] Emitting module NIOSOCKS
[703/729] Compiling NIOSOCKS SOCKSClientHandler.swift
[704/729] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[705/729] Compiling NIOSOCKS AuthenticationMethod.swift
[706/729] Compiling NIOSOCKS ClientGreeting.swift
[707/729] Compiling NIOTLS SNIHandler.swift
[708/730] Compiling NIOSOCKS ServerStateMachine.swift
[709/731] Emitting module NIOHTTP1
[712/733] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[713/733] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[714/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[715/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[716/762] Compiling NIOSSL ObjectIdentifier.swift
[717/762] Compiling NIOSSL PosixPort.swift
[718/762] Compiling NIOSSL NIOSSLClientHandler.swift
[719/762] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[720/762] Compiling NIOSSL IdentityVerification.swift
[721/762] Compiling NIOSSL NIOSSLServerHandler.swift
[722/762] Compiling NIOSSL SSLCallbacks.swift
[723/762] Compiling NIOSSL LinuxCABundle.swift
[724/762] Compiling NIOSSL SSLConnection.swift
[725/762] Compiling NIOSSL SSLContext.swift
[726/762] Compiling NIOSSL AndroidCABundle.swift
[727/762] Compiling NIOSSL ByteBufferBIO.swift
[728/762] Compiling NIOSSL CustomPrivateKey.swift
[730/763] Emitting module NIOSSL
[731/785] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[732/785] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[733/785] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[734/785] Compiling NIOHPACK IntegerCoding.swift
[735/786] Emitting module NIOFoundationCompat
[736/786] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[737/787] Compiling NIOHTTPCompression HTTPCompression.swift
[738/787] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[739/787] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[740/787] Compiling NIOHPACK IndexedHeaderTable.swift
[742/787] Emitting module NIOHTTPCompression
[743/787] Compiling NIOSSL SSLPrivateKey.swift
[744/787] Compiling NIOSSL SSLPublicKey.swift
[745/787] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[746/787] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[747/787] Compiling NIOSSL SubjectAlternativeName.swift
[748/787] Compiling NIOSSL NIOSSLSecureBytes.swift
[749/787] Compiling NIOSSL RNG.swift
[750/787] Compiling NIOSSL SafeCompare.swift
[751/787] Compiling NIOHPACK DynamicHeaderTable.swift
[752/787] Compiling NIOHPACK HPACKDecoder.swift
[753/787] Compiling NIOHPACK HPACKEncoder.swift
[754/787] Compiling NIOHPACK HPACKErrors.swift
[755/787] Compiling NIOHPACK HPACKHeader.swift
[756/787] Compiling NIOHPACK HeaderTables.swift
[759/787] Compiling NIOHPACK StaticHeaderTable.swift
[763/787] Compiling NIOSSL NIOSSLHandler.swift
[764/787] Compiling NIOSSL SSLCertificate.swift
[765/787] Compiling NIOSSL SSLCertificateExtensions.swift
[766/787] Compiling NIOSSL SSLCertificateName.swift
[768/791] Compiling NIOTransportServices NIOTSDatagramListener.swift
[769/791] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[770/809] Compiling NIOHTTPCompression HTTPDecompression.swift
[771/809] Compiling NIOHPACK HuffmanTables.swift
[772/809] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[773/809] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[774/810] Compiling NIOHPACK HuffmanCoding.swift
[775/810] Compiling NIOTransportServices NIOTSSingletons.swift
[776/810] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[777/810] Compiling NIOTransportServices StateManagedChannel.swift
[778/810] Compiling NIOTransportServices StateManagedListenerChannel.swift
[779/810] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[780/810] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[781/810] Compiling NIOTransportServices NIOTSListenerChannel.swift
[782/812] Compiling NIOTransportServices AcceptHandler.swift
[783/812] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[784/812] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[785/812] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[790/812] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[791/812] Compiling NIOTransportServices NIOTSBootstraps.swift
[792/812] Compiling NIOTransportServices NIOTSChannelOptions.swift
[793/812] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[794/812] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[795/812] Compiling NIOTransportServices NIOTSErrors.swift
[796/812] Compiling NIOTransportServices NIOTSEventLoop.swift
[798/812] Emitting module NIOHPACK
[799/812] Compiling NIOSSL Zeroization.swift
[800/812] Compiling NIOSSL TLSConfiguration.swift
[801/812] Compiling NIOSSL UniversalBootstrapSupport.swift
[802/812] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[803/812] Emitting module NIOTransportServices
[806/812] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[808/813] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[809/813] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[816/873] Emitting module NIOHTTP2
[817/873] Compiling NIOHTTP2 ConnectionStateMachine.swift
[818/873] Compiling NIOHTTP2 ConnectionStreamsState.swift
[819/873] Compiling NIOHTTP2 MayReceiveFrames.swift
[820/873] Compiling NIOHTTP2 ReceivingDataState.swift
[821/873] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[822/873] Compiling NIOHTTP2 ReceivingHeadersState.swift
[823/873] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[824/873] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[825/873] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[826/881] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[827/881] Compiling NIOHTTP2 HTTP2Frame.swift
[828/881] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[829/881] Compiling NIOHTTP2 HTTP2FrameParser.swift
[830/881] Compiling NIOHTTP2 HTTP2PingData.swift
[831/881] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[832/881] Compiling NIOHTTP2 HTTP2Settings.swift
[833/881] Compiling NIOHTTP2 HTTP2Stream.swift
[834/881] Compiling NIOHTTP2 InboundWindowManager.swift
[835/881] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[836/881] Compiling NIOHTTP2 StreamChannelFlowController.swift
[837/881] Compiling NIOHTTP2 StreamChannelList.swift
[838/881] Compiling NIOHTTP2 StreamMap.swift
[839/881] Compiling NIOHTTP2 StreamStateMachine.swift
[840/881] Compiling NIOHTTP2 UnsafeTransfer.swift
[841/881] Compiling NIOHTTP2 WatermarkedFlowController.swift
[842/881] Compiling NIOHTTP2 StateMachineResult.swift
[843/881] Compiling NIOHTTP2 ContentLengthVerifier.swift
[844/881] Compiling NIOHTTP2 DOSHeuristics.swift
[845/881] Compiling NIOHTTP2 Error+Any.swift
[846/881] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[847/881] Compiling NIOHTTP2 ControlFrameBuffer.swift
[848/881] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[849/881] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[850/881] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[851/881] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[852/881] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[853/881] Compiling NIOHTTP2 HTTP2StreamID.swift
[854/881] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[855/881] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[856/881] Compiling NIOHTTP2 HTTP2UserEvents.swift
[857/881] Compiling NIOHTTP2 InboundEventBuffer.swift
[858/881] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[859/881] Compiling NIOHTTP2 HasFlowControlWindows.swift
[860/881] Compiling NIOHTTP2 HasLocalSettings.swift
[861/881] Compiling NIOHTTP2 HasRemoteSettings.swift
[862/881] Compiling NIOHTTP2 LocallyQuiescingState.swift
[863/881] Compiling NIOHTTP2 QuiescingState.swift
[864/881] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[865/881] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[866/881] Compiling NIOHTTP2 MaySendFrames.swift
[867/881] Compiling NIOHTTP2 SendingDataState.swift
[868/881] Compiling NIOHTTP2 SendingGoawayState.swift
[869/881] Compiling NIOHTTP2 SendingHeadersState.swift
[870/881] Compiling NIOHTTP2 SendingPushPromiseState.swift
[871/881] Compiling NIOHTTP2 SendingRstStreamState.swift
[872/881] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[873/881] Compiling NIOHTTP2 HTTP2SettingsState.swift
[874/881] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[875/881] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[876/881] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[877/881] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[878/881] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[879/881] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[880/881] Compiling NIOHTTP2 HTTP2Error.swift
[881/881] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[883/942] Emitting module AsyncHTTPClient
[884/950] Compiling AsyncHTTPClient HTTPHandler.swift
[885/950] Compiling AsyncHTTPClient LRUCache.swift
[886/950] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[887/950] Compiling AsyncHTTPClient NWErrorHandler.swift
[888/950] Compiling AsyncHTTPClient NWWaitingHandler.swift
[889/950] Compiling AsyncHTTPClient TLSConfiguration.swift
[890/950] Compiling AsyncHTTPClient RedirectState.swift
[891/950] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[892/950] Compiling AsyncHTTPClient ConnectionTarget.swift
[893/950] Compiling AsyncHTTPClient DeconstructedURL.swift
[894/950] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[895/950] Compiling AsyncHTTPClient FoundationExtensions.swift
[896/950] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[897/950] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[898/950] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[899/950] Compiling AsyncHTTPClient HTTPClient.swift
[900/950] Compiling AsyncHTTPClient RequestBag.swift
[901/950] Compiling AsyncHTTPClient RequestValidation.swift
[902/950] Compiling AsyncHTTPClient SSLContextCache.swift
[903/950] Compiling AsyncHTTPClient Scheme.swift
[904/950] Compiling AsyncHTTPClient Singleton.swift
[905/950] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[906/950] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[907/950] Compiling AsyncHTTPClient Utils.swift
[908/950] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[909/950] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[910/950] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[911/950] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[912/950] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[913/950] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[914/950] Compiling AsyncHTTPClient RequestBodyLength.swift
[915/950] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[916/950] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[917/950] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[918/950] Compiling AsyncHTTPClient AsyncLazySequence.swift
[919/950] Compiling AsyncHTTPClient HTTPClient+execute.swift
[920/950] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[921/950] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[922/950] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[923/950] Compiling AsyncHTTPClient HTTPClientRequest.swift
[924/950] Compiling AsyncHTTPClient HTTPClientResponse.swift
[925/950] Compiling AsyncHTTPClient RequestOptions.swift
[926/950] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[927/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[928/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[929/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[930/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[931/950] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[932/950] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[933/950] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[934/950] Compiling AsyncHTTPClient TLSEventsHandler.swift
[935/950] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[936/950] Compiling AsyncHTTPClient HTTP1Connection.swift
[937/950] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[938/950] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[939/950] Compiling AsyncHTTPClient HTTP2Connection.swift
[940/950] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[941/950] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[942/950] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[943/950] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[944/950] Compiling AsyncHTTPClient Transaction.swift
[945/950] Compiling AsyncHTTPClient Base64.swift
[946/950] Compiling AsyncHTTPClient BasicAuth.swift
[947/950] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[948/950] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[949/950] Compiling AsyncHTTPClient ConnectionPool.swift
[950/950] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[952/984] Compiling GitHubKit GitCommit+Requests.swift
[953/984] Compiling GitHubKit GitTree+Requests.swift
[954/984] Compiling GitHubKit Organization+Requests.swift
[955/984] Compiling GitHubKit PR+Requests.swift
[956/988] Compiling GitHubKit Comment+Requests.swift
/host/spi-builder-workspace/Sources/GitHubKit/Requests/File+Requests.swift:27:24: warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
25 |         return flatMap { file in
26 |             guard file.type == "file" else {
27 |                 return github.eventLoop.makeFailedFuture(File.Error.notFile(file.type))
   |                        `- warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
28 |             }
29 |             if let base64Content = file.content, let data = Data(base64Encoded: base64Content, options: [.ignoreUnknownCharacters]) {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:8:14: note: class 'GitHub' does not conform to the 'Sendable' protocol
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
[957/988] Compiling GitHubKit Commit+Requests.swift
/host/spi-builder-workspace/Sources/GitHubKit/Requests/File+Requests.swift:27:24: warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
25 |         return flatMap { file in
26 |             guard file.type == "file" else {
27 |                 return github.eventLoop.makeFailedFuture(File.Error.notFile(file.type))
   |                        `- warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
28 |             }
29 |             if let base64Content = file.content, let data = Data(base64Encoded: base64Content, options: [.ignoreUnknownCharacters]) {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:8:14: note: class 'GitHub' does not conform to the 'Sendable' protocol
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
[958/988] Compiling GitHubKit File+Requests.swift
/host/spi-builder-workspace/Sources/GitHubKit/Requests/File+Requests.swift:27:24: warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
25 |         return flatMap { file in
26 |             guard file.type == "file" else {
27 |                 return github.eventLoop.makeFailedFuture(File.Error.notFile(file.type))
   |                        `- warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
28 |             }
29 |             if let base64Content = file.content, let data = Data(base64Encoded: base64Content, options: [.ignoreUnknownCharacters]) {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:8:14: note: class 'GitHub' does not conform to the 'Sendable' protocol
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
[959/988] Compiling GitHubKit GitBlob+Requests.swift
/host/spi-builder-workspace/Sources/GitHubKit/Requests/File+Requests.swift:27:24: warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
25 |         return flatMap { file in
26 |             guard file.type == "file" else {
27 |                 return github.eventLoop.makeFailedFuture(File.Error.notFile(file.type))
   |                        `- warning: capture of 'github' with non-sendable type 'GitHub' in a '@Sendable' closure
28 |             }
29 |             if let base64Content = file.content, let data = Data(base64Encoded: base64Content, options: [.ignoreUnknownCharacters]) {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:8:14: note: class 'GitHub' does not conform to the 'Sendable' protocol
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
[960/988] Compiling GitHubKit Release+Requests.swift
[961/988] Compiling GitHubKit Repo+Requests.swift
[962/988] Compiling GitHubKit Tag+Requests.swift
[963/988] Compiling GitHubKit Webhook+Requests.swift
[964/988] Compiling GitHubKit Verification.swift
[965/988] Compiling GitHubKit Webhook.swift
[966/988] Compiling GitHubKit Query.swift
[967/988] Compiling GitHubKit Branch+Requests.swift
[968/988] Emitting module GitHubKit
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:53:121: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
 51 |
 52 |     /// Initializer
 53 |     public init(_ config: Config, eventLoopGroupProvider provider: AsyncHTTPClient.HTTPClient.EventLoopGroupProvider = .createNew, proxy: AsyncHTTPClient.HTTPClient.Configuration.Proxy? = nil) throws {
    |                                                                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                                                                                         `- note: use 'singleton' instead
 54 |         self.config = config
 55 |         var conf = AsyncHTTPClient.HTTPClient.Configuration()
[969/988] Compiling GitHubKit GitCommit.swift
[970/988] Compiling GitHubKit GitTree.swift
[971/988] Compiling GitHubKit License.swift
[972/988] Compiling GitHubKit Milestone.swift
[973/988] Compiling GitHubKit Organization.swift
[974/988] Compiling GitHubKit Exports.swift
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:53:121: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
 51 |
 52 |     /// Initializer
 53 |     public init(_ config: Config, eventLoopGroupProvider provider: AsyncHTTPClient.HTTPClient.EventLoopGroupProvider = .createNew, proxy: AsyncHTTPClient.HTTPClient.Configuration.Proxy? = nil) throws {
    |                                                                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                                                                                         `- note: use 'singleton' instead
 54 |         self.config = config
 55 |         var conf = AsyncHTTPClient.HTTPClient.Configuration()
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:112:23: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
112 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol
113 |             var response = response
114 |             guard response.status == .ok else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:126:39: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
    :
124 |                 }
125 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
126 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol
127 |             } catch {
128 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:119:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
117 |                     print(data)
118 |                 }
119 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
120 |             }
121 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:154:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
152 |         return future.flatMap() { response in
153 |             guard response.status == .ok || response.status == .noContent else {
154 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
155 |             }
156 |             return self.eventLoop.makeSucceededFuture(Void())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:167:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
165 |             var response = response
166 |             guard response.status == .ok || response.status == .noContent else {
167 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
168 |             }
169 |             return self.eventLoop.makeSucceededFuture(response.data())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:179:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
177 |         return future.flatMap() { response in
178 |             guard response.status == status else {
179 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
180 |             }
181 |             guard response.headers.contains(name: "Location"), let redirect = response.headers["Location"].first else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:223:23: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
221 |         let r = try req(method, path, body)
222 |         let future = client.execute(request: r)
223 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
224 |             var response = response
225 |             guard response.status == .ok || response.status == .created else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:232:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
230 |             }
231 |             if response.body?.capacity == 0 {
232 |                 return self.eventLoop.makeSucceededFuture(nil)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
233 |             }
234 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:239:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
237 |                 }
238 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
239 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
240 |             } catch {
241 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:229:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
227 |                     print("Error data: " + (String(data: data, encoding: .utf8) ?? "No error data to print"))
228 |                 }
229 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
230 |             }
231 |             if response.body?.capacity == 0 {
[975/988] Compiling GitHubKit GitHub.swift
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:53:121: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
 51 |
 52 |     /// Initializer
 53 |     public init(_ config: Config, eventLoopGroupProvider provider: AsyncHTTPClient.HTTPClient.EventLoopGroupProvider = .createNew, proxy: AsyncHTTPClient.HTTPClient.Configuration.Proxy? = nil) throws {
    |                                                                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                                                                                         `- note: use 'singleton' instead
 54 |         self.config = config
 55 |         var conf = AsyncHTTPClient.HTTPClient.Configuration()
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:112:23: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
112 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol
113 |             var response = response
114 |             guard response.status == .ok else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:126:39: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
    :
124 |                 }
125 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
126 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol
127 |             } catch {
128 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:119:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
117 |                     print(data)
118 |                 }
119 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
120 |             }
121 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:154:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
152 |         return future.flatMap() { response in
153 |             guard response.status == .ok || response.status == .noContent else {
154 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
155 |             }
156 |             return self.eventLoop.makeSucceededFuture(Void())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:167:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
165 |             var response = response
166 |             guard response.status == .ok || response.status == .noContent else {
167 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
168 |             }
169 |             return self.eventLoop.makeSucceededFuture(response.data())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:179:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
177 |         return future.flatMap() { response in
178 |             guard response.status == status else {
179 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
180 |             }
181 |             guard response.headers.contains(name: "Location"), let redirect = response.headers["Location"].first else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:223:23: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
221 |         let r = try req(method, path, body)
222 |         let future = client.execute(request: r)
223 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
224 |             var response = response
225 |             guard response.status == .ok || response.status == .created else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:232:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
230 |             }
231 |             if response.body?.capacity == 0 {
232 |                 return self.eventLoop.makeSucceededFuture(nil)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
233 |             }
234 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:239:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
237 |                 }
238 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
239 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
240 |             } catch {
241 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:229:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
227 |                     print("Error data: " + (String(data: data, encoding: .utf8) ?? "No error data to print"))
228 |                 }
229 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
230 |             }
231 |             if response.body?.capacity == 0 {
[976/988] Compiling GitHubKit GitHubClient.swift
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:53:121: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
 51 |
 52 |     /// Initializer
 53 |     public init(_ config: Config, eventLoopGroupProvider provider: AsyncHTTPClient.HTTPClient.EventLoopGroupProvider = .createNew, proxy: AsyncHTTPClient.HTTPClient.Configuration.Proxy? = nil) throws {
    |                                                                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                                                                                         `- note: use 'singleton' instead
 54 |         self.config = config
 55 |         var conf = AsyncHTTPClient.HTTPClient.Configuration()
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:112:23: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
112 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol
113 |             var response = response
114 |             guard response.status == .ok else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:126:39: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
    :
124 |                 }
125 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
126 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol
127 |             } catch {
128 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:119:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
117 |                     print(data)
118 |                 }
119 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
120 |             }
121 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:154:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
152 |         return future.flatMap() { response in
153 |             guard response.status == .ok || response.status == .noContent else {
154 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
155 |             }
156 |             return self.eventLoop.makeSucceededFuture(Void())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:167:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
165 |             var response = response
166 |             guard response.status == .ok || response.status == .noContent else {
167 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
168 |             }
169 |             return self.eventLoop.makeSucceededFuture(response.data())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:179:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
177 |         return future.flatMap() { response in
178 |             guard response.status == status else {
179 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
180 |             }
181 |             guard response.headers.contains(name: "Location"), let redirect = response.headers["Location"].first else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:223:23: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
221 |         let r = try req(method, path, body)
222 |         let future = client.execute(request: r)
223 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
224 |             var response = response
225 |             guard response.status == .ok || response.status == .created else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:232:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
230 |             }
231 |             if response.body?.capacity == 0 {
232 |                 return self.eventLoop.makeSucceededFuture(nil)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
233 |             }
234 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:239:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
237 |                 }
238 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
239 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
240 |             } catch {
241 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:229:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
227 |                     print("Error data: " + (String(data: data, encoding: .utf8) ?? "No error data to print"))
228 |                 }
229 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
230 |             }
231 |             if response.body?.capacity == 0 {
[977/988] Compiling GitHubKit GitHubServer.swift
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:53:121: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
 51 |
 52 |     /// Initializer
 53 |     public init(_ config: Config, eventLoopGroupProvider provider: AsyncHTTPClient.HTTPClient.EventLoopGroupProvider = .createNew, proxy: AsyncHTTPClient.HTTPClient.Configuration.Proxy? = nil) throws {
    |                                                                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                                                                                         `- note: use 'singleton' instead
 54 |         self.config = config
 55 |         var conf = AsyncHTTPClient.HTTPClient.Configuration()
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:112:23: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
112 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol
113 |             var response = response
114 |             guard response.status == .ok else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:126:39: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
    :
124 |                 }
125 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
126 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol
127 |             } catch {
128 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:119:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
117 |                     print(data)
118 |                 }
119 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
120 |             }
121 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:154:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
152 |         return future.flatMap() { response in
153 |             guard response.status == .ok || response.status == .noContent else {
154 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
155 |             }
156 |             return self.eventLoop.makeSucceededFuture(Void())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:167:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
165 |             var response = response
166 |             guard response.status == .ok || response.status == .noContent else {
167 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
168 |             }
169 |             return self.eventLoop.makeSucceededFuture(response.data())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:179:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
177 |         return future.flatMap() { response in
178 |             guard response.status == status else {
179 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
180 |             }
181 |             guard response.headers.contains(name: "Location"), let redirect = response.headers["Location"].first else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:223:23: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
221 |         let r = try req(method, path, body)
222 |         let future = client.execute(request: r)
223 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
224 |             var response = response
225 |             guard response.status == .ok || response.status == .created else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:232:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
230 |             }
231 |             if response.body?.capacity == 0 {
232 |                 return self.eventLoop.makeSucceededFuture(nil)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
233 |             }
234 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:239:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
237 |                 }
238 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
239 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
240 |             } catch {
241 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:229:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
227 |                     print("Error data: " + (String(data: data, encoding: .utf8) ?? "No error data to print"))
228 |                 }
229 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
230 |             }
231 |             if response.body?.capacity == 0 {
[978/988] Compiling GitHubKit Author.swift
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:53:121: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
 51 |
 52 |     /// Initializer
 53 |     public init(_ config: Config, eventLoopGroupProvider provider: AsyncHTTPClient.HTTPClient.EventLoopGroupProvider = .createNew, proxy: AsyncHTTPClient.HTTPClient.Configuration.Proxy? = nil) throws {
    |                                                                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
    |                                                                                                                         `- note: use 'singleton' instead
 54 |         self.config = config
 55 |         var conf = AsyncHTTPClient.HTTPClient.Configuration()
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:112:23: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
112 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol
113 |             var response = response
114 |             guard response.status == .ok else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:126:39: warning: type 'C' does not conform to the 'Sendable' protocol
107 |
108 |     /// Retrieve data from GitHub API and turn them into a model
109 |     public func get<C>(path: String) throws -> EventLoopFuture<C> where C: Decodable {
    |                     `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
110 |         let r = try req(.GET, path)
111 |         let future = client.execute(request: r)
    :
124 |                 }
125 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
126 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol
127 |             } catch {
128 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:119:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
117 |                     print(data)
118 |                 }
119 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
120 |             }
121 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:154:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
152 |         return future.flatMap() { response in
153 |             guard response.status == .ok || response.status == .noContent else {
154 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
155 |             }
156 |             return self.eventLoop.makeSucceededFuture(Void())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:167:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
165 |             var response = response
166 |             guard response.status == .ok || response.status == .noContent else {
167 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
168 |             }
169 |             return self.eventLoop.makeSucceededFuture(response.data())
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:179:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
177 |         return future.flatMap() { response in
178 |             guard response.status == status else {
179 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
180 |             }
181 |             guard response.headers.contains(name: "Location"), let redirect = response.headers["Location"].first else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:223:23: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
221 |         let r = try req(method, path, body)
222 |         let future = client.execute(request: r)
223 |         return future.flatMap() { response in
    |                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
224 |             var response = response
225 |             guard response.status == .ok || response.status == .created else {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:232:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
230 |             }
231 |             if response.body?.capacity == 0 {
232 |                 return self.eventLoop.makeSucceededFuture(nil)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
233 |             }
234 |             do {
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:239:39: warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |
211 |     /// Send a request
212 |     private func send<C, E>(method: HTTPMethod, path: String, post: E? = nil) throws -> EventLoopFuture<C?> where C: Decodable, E: Encodable {
    |                       `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
213 |         let body: AsyncHTTPClient.HTTPClient.Body?
214 |         if let post = post {
    :
237 |                 }
238 |                 let decoded = try JSONDecoder().decode(C.self, from: data)
239 |                 return self.eventLoop.makeSucceededFuture(decoded)
    |                                       `- warning: type 'C' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
240 |             } catch {
241 |                 return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/GitHubKit/GitHub.swift:229:24: warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
  6 |
  7 | /// Main GitHub service class
  8 | public class GitHub: GitHubClient {
    |              `- note: class 'GitHub' does not conform to the 'Sendable' protocol
  9 |
 10 |     public enum Error: Swift.Error {
    :
227 |                     print("Error data: " + (String(data: data, encoding: .utf8) ?? "No error data to print"))
228 |                 }
229 |                 return self.eventLoop.makeFailedFuture(Error.notFound(path))
    |                        `- warning: capture of 'self' with non-sendable type 'GitHub' in a '@Sendable' closure
230 |             }
231 |             if response.body?.capacity == 0 {
[979/988] Compiling GitHubKit Branch.swift
[980/988] Compiling GitHubKit Comment.swift
[981/988] Compiling GitHubKit Commit.swift
[982/988] Compiling GitHubKit File.swift
[983/988] Compiling GitHubKit GitBlob.swift
[984/988] Compiling GitHubKit Owner.swift
[985/988] Compiling GitHubKit PR.swift
[986/988] Compiling GitHubKit Release.swift
[987/988] Compiling GitHubKit Repo.swift
[988/988] Compiling GitHubKit Tag.swift
[990/992] Emitting module GitHubKitMocks
[991/992] Compiling GitHubKitMocks Exports.swift
[992/992] Compiling GitHubKitMocks GitHubMock.swift
/host/spi-builder-workspace/Sources/GitHubKitMocks/GitHubMock.swift:54:26: warning: type 'C' does not conform to the 'Sendable' protocol
 47 |     }
 48 |
 49 |     func future<C>(response method: HTTPMethod, _ path: String) -> EventLoopFuture<C> where C: Decodable {
    |                 `- note: consider making generic parameter 'C' conform to the 'Sendable' protocol
 50 |         let r: C? = response(.GET, path)
 51 |         guard let d: C = r else {
 52 |             return eventLoop.makeFailedFuture(GitHub.Error.notFound(path))
 53 |         }
 54 |         return eventLoop.makeSucceededFuture(d)
    |                          `- warning: type 'C' does not conform to the 'Sendable' protocol
 55 |     }
 56 |
Build complete! (194.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "GitHubKit",
  "name" : "GitHubKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GitHubKit",
      "targets" : [
        "GitHubKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubKitMocks",
      "targets" : [
        "GitHubKitMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GitHubKitMocksTests",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKitMocksTests",
      "path" : "Sources/GitHubKitMocksTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "GitHubKitMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GitHubKitMocks",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKitMocks",
      "path" : "Sources/GitHubKitMocks",
      "product_memberships" : [
        "GitHubKitMocks"
      ],
      "sources" : [
        "Exports.swift",
        "GitHubMock.swift"
      ],
      "target_dependencies" : [
        "GitHubKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubKit",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKit",
      "path" : "Sources/GitHubKit",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "GitHubKit",
        "GitHubKitMocks"
      ],
      "sources" : [
        "Exports.swift",
        "GitHub.swift",
        "GitHubClient.swift",
        "GitHubServer.swift",
        "Model/Author.swift",
        "Model/Branch.swift",
        "Model/Comment.swift",
        "Model/Commit.swift",
        "Model/File.swift",
        "Model/Git/GitBlob.swift",
        "Model/Git/GitCommit.swift",
        "Model/Git/GitTree.swift",
        "Model/License.swift",
        "Model/Milestone.swift",
        "Model/Organization.swift",
        "Model/Owner.swift",
        "Model/PR.swift",
        "Model/Release.swift",
        "Model/Repo.swift",
        "Model/Tag.swift",
        "Model/Verification.swift",
        "Model/Webhook.swift",
        "Query.swift",
        "Requests/Branch+Requests.swift",
        "Requests/Comment+Requests.swift",
        "Requests/Commit+Requests.swift",
        "Requests/File+Requests.swift",
        "Requests/Git/GitBlob+Requests.swift",
        "Requests/Git/GitCommit+Requests.swift",
        "Requests/Git/GitTree+Requests.swift",
        "Requests/Organization+Requests.swift",
        "Requests/PR+Requests.swift",
        "Requests/Release+Requests.swift",
        "Requests/Repo+Requests.swift",
        "Requests/Tag+Requests.swift",
        "Requests/Webhook+Requests.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.