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 1.6.8 (dad843), with Swift 6.1 for Android on 28 May 2025 00:50:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 1.6.8
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
 * tag               1.6.8      -> FETCH_HEAD
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 1.6.8
========================================
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-4609320-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 (0.77s)
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.28s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[2668/8581] Fetching swift-nio-transport-services, swift-nio-extras
[3082/10291] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[3202/14127] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log
[5132/20086] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.39s)
[17241/17419] Fetching swift-nio-extras, swift-atomics, swift-log, swift-algorithms
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.59s)
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.61s)
[1/11527] Fetching swift-nio-http2
[2307/26370] Fetching swift-nio-http2, swift-nio-ssl
[5407/102425] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.37s)
[59716/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.98s)
[53239/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.03s)
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 (6.20s)
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.67s)
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.77s)
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.68s)
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-asn1.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
[1142/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[1191/4471] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[2842/6061] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-asn1
[3361/11046] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms
[6760/17201] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
[14082/16297] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
[12676/14707] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
[10681/12281] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.69s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.82s)
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.52s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.10s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.78s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.77s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.67s)
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-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-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-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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/441] Write sources
[19/441] Compiling CNIOWindows WSAStartup.c
[19/441] Compiling CNIOWASI CNIOWASI.c
[21/441] Compiling CNIOWindows shim.c
[21/441] Compiling CNIOLinux liburing_shims.c
[23/441] Write sources
[26/441] Compiling _NumericsShims _NumericsShims.c
[27/441] Compiling _AtomicsShims.c
[28/441] Compiling CNIOLinux shim.c
[29/441] Compiling CNIOLLHTTP c_nio_http.c
[30/441] Compiling CNIOExtrasZlib empty.c
[31/441] Compiling CNIODarwin shim.c
[32/441] Compiling CNIOLLHTTP c_nio_api.c
[33/441] Compiling fiat_curve25519_adx_square.S
[34/441] Compiling fiat_p256_adx_mul.S
[35/441] Compiling fiat_p256_adx_sqr.S
[36/441] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[37/441] Write swift-version-24593BA9C3E375BF.txt
[38/441] Compiling fiat_curve25519_adx_mul.S
[39/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/442] Compiling CNIOBoringSSLShims shims.c
[42/457] Emitting module RealModule
[42/458] Compiling tls_record.cc
[43/458] Compiling tls13_enc.cc
[44/458] Compiling tls13_server.cc
[45/477] Compiling tls13_client.cc
[47/477] Emitting module _NIODataStructures
[47/477] Compiling tls_method.cc
[49/477] Compiling RealModule ElementaryFunctions.swift
[50/477] Compiling RealModule RealFunctions.swift
[51/477] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[52/477] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/477] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/477] Compiling InternalCollectionsUtilities Integer rank.swift
[55/477] Compiling RealModule Float+Real.swift
[58/477] Emitting module InternalCollectionsUtilities
[61/478] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/478] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/478] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/478] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/478] Compiling _NIOBase64 Base64.swift
[66/478] Emitting module _NIOBase64
[67/478] Compiling RealModule Float16+Real.swift
[68/479] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/479] Compiling RealModule Float80+Real.swift
[70/479] Compiling RealModule Real.swift
[71/480] Compiling _NIODataStructures PriorityQueue.swift
[72/480] Compiling _NIODataStructures Heap.swift
[73/480] Compiling _NIODataStructures _TinyArray.swift
[74/480] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/480] Compiling InternalCollectionsUtilities Debugging.swift
[76/480] Compiling InternalCollectionsUtilities Descriptions.swift
[77/480] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/481] Compiling tls13_both.cc
[80/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/482] Compiling t1_enc.cc
[84/482] Compiling ssl_x509.cc
[85/497] Compiling ssl_stat.cc
[87/497] Compiling DequeModule _DequeBuffer.swift
[88/497] Compiling DequeModule _DequeBufferHeader.swift
[88/497] Compiling ssl_transcript.cc
[90/499] Compiling DequeModule Deque+Equatable.swift
[91/499] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/499] Compiling DequeModule Deque+Extras.swift
[93/499] Compiling DequeModule Deque+Hashable.swift
[93/499] Compiling ssl_session.cc
[94/499] Compiling ssl_versions.cc
[96/499] Compiling DequeModule _DequeSlot.swift
[97/499] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/499] Compiling DequeModule Deque+CustomReflectable.swift
[99/499] Compiling DequeModule Deque+Descriptions.swift
[100/499] Compiling DequeModule Deque._UnsafeHandle.swift
[101/499] Compiling DequeModule Deque.swift
[102/499] Compiling DequeModule Deque+Testing.swift
[103/499] Compiling DequeModule Deque._Storage.swift
[104/499] Compiling DequeModule Deque+Codable.swift
[105/499] Compiling DequeModule Deque+Collection.swift
[105/499] Compiling ssl_privkey.cc
[106/499] Compiling ssl_lib.cc
[108/499] Emitting module DequeModule
[109/500] Compiling Logging MetadataProvider.swift
[110/500] Emitting module Logging
[111/500] Compiling Logging LogHandler.swift
[112/500] Compiling Logging Logging.swift
[113/500] Compiling Logging Locks.swift
[115/501] Compiling ssl_file.cc
[116/501] Compiling ssl_credential.cc
[117/501] Compiling ssl_cipher.cc
[118/501] Compiling ssl_key_share.cc
[119/501] Compiling ssl_buffer.cc
[120/501] Compiling ssl_cert.cc
[121/501] Compiling ssl_aead_ctx.cc
[122/501] Compiling s3_pkt.cc
[123/501] Compiling ssl_asn1.cc
[124/501] Compiling s3_lib.cc
[125/501] Compiling s3_both.cc
[126/501] Compiling handshake_server.cc
[127/501] Compiling handshake_client.cc
[128/501] Compiling handshake.cc
[129/501] Compiling encrypted_client_hello.cc
[130/501] Compiling dtls_record.cc
[131/501] Compiling handoff.cc
[132/501] Compiling dtls_method.cc
[133/501] Compiling md5-x86_64-linux.S
[134/501] Compiling extensions.cc
[135/501] Compiling md5-x86_64-apple.S
[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 chacha20_poly1305_armv8-win.S
[141/501] Compiling d1_srtp.cc
[142/501] Compiling chacha20_poly1305_armv8-linux.S
[143/501] Compiling chacha20_poly1305_armv8-apple.S
[144/501] Compiling chacha-x86_64-linux.S
[145/501] Compiling chacha-x86_64-apple.S
[146/501] Compiling chacha-x86-linux.S
[147/501] Compiling chacha-x86-apple.S
[148/501] Compiling chacha-armv8-win.S
[149/501] Compiling d1_pkt.cc
[150/501] Compiling d1_lib.cc
[151/501] Compiling chacha-armv4-linux.S
[152/501] Compiling chacha-armv8-apple.S
[153/501] Compiling chacha-armv8-linux.S
[154/501] Compiling aes128gcmsiv-x86_64-apple.S
[155/501] Compiling aes128gcmsiv-x86_64-linux.S
[156/501] Compiling err_data.cc
[157/501] Compiling x86_64-mont5-linux.S
[158/501] Compiling x86_64-mont5-apple.S
[159/501] Compiling x86-mont-apple.S
[160/501] Compiling x86_64-mont-apple.S
[161/501] Compiling x86_64-mont-linux.S
[162/501] Compiling x86-mont-linux.S
[163/501] Compiling vpaes-x86_64-linux.S
[164/501] Compiling vpaes-x86-apple.S
[165/501] Compiling vpaes-x86_64-apple.S
[166/501] Compiling vpaes-x86-linux.S
[167/501] Compiling vpaes-armv8-win.S
[168/501] Compiling bio_ssl.cc
[169/501] Compiling vpaes-armv8-linux.S
[170/501] Compiling vpaes-armv8-apple.S
[171/501] Compiling vpaes-armv7-linux.S
[172/501] Compiling sha512-x86_64-linux.S
[173/501] Compiling sha512-x86_64-apple.S
[174/501] Compiling sha512-armv8-win.S
[175/501] Compiling sha512-armv8-apple.S
[176/501] Compiling sha512-armv4-linux.S
[177/501] Compiling sha512-586-linux.S
[178/501] Compiling sha256-x86_64-linux.S
[179/501] Compiling sha512-armv8-linux.S
[180/501] Compiling sha512-586-apple.S
[181/501] Compiling sha256-armv8-win.S
[182/501] Compiling sha256-x86_64-apple.S
[183/501] Compiling sha256-armv8-apple.S
[183/501] Compiling sha256-586-apple.S
[185/501] Compiling sha256-586-linux.S
[186/501] Compiling sha256-armv8-linux.S
[187/501] Compiling sha256-armv4-linux.S
[188/501] Compiling sha1-x86_64-linux.S
[189/501] Compiling sha1-x86_64-apple.S
[190/501] Compiling sha1-armv8-win.S
[191/501] Compiling sha1-armv8-apple.S
[192/501] Compiling rsaz-avx2-apple.S
[192/501] Compiling sha1-armv8-linux.S
[194/501] Compiling sha1-586-apple.S
[195/501] Compiling sha1-586-linux.S
[195/501] Compiling sha1-armv4-large-linux.S
[197/501] Compiling rsaz-avx2-linux.S
[198/501] Compiling rdrand-x86_64-apple.S
[199/501] Compiling rdrand-x86_64-linux.S
[200/501] Compiling p256_beeu-x86_64-asm-linux.S
[201/501] Compiling p256_beeu-armv8-asm-apple.S
[202/501] Compiling p256_beeu-x86_64-asm-apple.S
[203/501] Compiling p256_beeu-armv8-asm-win.S
[204/501] Compiling p256_beeu-armv8-asm-linux.S
[205/501] Compiling p256-x86_64-asm-linux.S
[206/501] Compiling p256-armv8-asm-win.S
[207/501] Compiling p256-x86_64-asm-apple.S
[208/501] Compiling p256-armv8-asm-apple.S
[209/501] Compiling ghashv8-armv8-linux.S
[210/501] Compiling ghashv8-armv8-apple.S
[211/501] Compiling ghashv8-armv8-win.S
[212/501] Compiling p256-armv8-asm-linux.S
[213/501] Compiling ghashv8-armv7-linux.S
[214/501] Compiling ghash-x86_64-linux.S
[215/501] Compiling ghash-x86_64-apple.S
[216/501] Compiling ghash-x86-linux.S
[217/501] Compiling ghash-x86-apple.S
[218/501] Compiling ghash-ssse3-x86_64-linux.S
[219/501] Compiling ghash-ssse3-x86_64-apple.S
[220/501] Compiling ghash-ssse3-x86-apple.S
[221/501] Compiling ghash-ssse3-x86-linux.S
[222/501] Compiling ghash-neon-armv8-win.S
[223/501] Compiling ghash-neon-armv8-apple.S
[224/501] Compiling co-586-apple.S
[225/501] Compiling co-586-linux.S
[226/501] Compiling ghash-armv4-linux.S
[227/501] Compiling ghash-neon-armv8-linux.S
[228/501] Compiling bsaes-armv7-linux.S
[229/501] Compiling bn-armv8-linux.S
[230/501] Compiling bn-586-linux.S
[231/501] Compiling bn-armv8-win.S
[232/501] Compiling bn-armv8-apple.S
[233/501] Compiling armv8-mont-win.S
[234/501] Compiling bn-586-apple.S
[235/501] Compiling d1_both.cc
[236/501] Compiling armv8-mont-linux.S
[237/501] Compiling armv8-mont-apple.S
[238/501] Compiling armv4-mont-linux.S
[239/501] Compiling aesv8-gcm-armv8-win.S
[240/501] Compiling aesv8-gcm-armv8-apple.S
[241/501] Compiling aesv8-armv8-win.S
[242/501] Compiling aesv8-gcm-armv8-linux.S
[243/501] Compiling aesv8-armv8-apple.S
[244/501] Compiling aesv8-armv7-linux.S
[245/501] Compiling aesv8-armv8-linux.S
[246/501] Compiling aesni-x86_64-linux.S
[247/501] Compiling aesni-x86-linux.S
[248/501] Compiling aesni-x86_64-apple.S
[249/501] Compiling aesni-gcm-x86_64-linux.S
[250/501] Compiling aesni-x86-apple.S
[251/501] Compiling aes-gcm-avx2-x86_64-linux.S
[252/501] Compiling aes-gcm-avx2-x86_64-apple.S
[252/501] Compiling aesni-gcm-x86_64-apple.S
[254/501] Compiling aes-gcm-avx10-x86_64-apple.S
[255/501] Compiling aes-gcm-avx10-x86_64-linux.S
[256/501] Compiling x_x509a.cc
[257/501] Compiling x_req.cc
[258/501] Compiling x_spki.cc
[259/501] Compiling x_name.cc
[260/501] Compiling x_sig.cc
[261/501] Compiling x_x509.cc
[262/501] Compiling x_val.cc
[263/501] Compiling x_pubkey.cc
[264/501] Compiling x_exten.cc
[265/501] Compiling x_attrib.cc
[266/501] Compiling x_algor.cc
[267/501] Compiling x_crl.cc
[268/501] Compiling x509spki.cc
[269/501] Compiling x509name.cc
[270/501] Compiling x_all.cc
[271/501] Compiling x509rset.cc
[272/501] Compiling x509_txt.cc
[273/501] Compiling x509_vpm.cc
[274/501] Compiling x509_trs.cc
[275/501] Compiling x509_v3.cc
[276/501] Compiling x509cset.cc
[277/501] Compiling x509_vfy.cc
[278/501] Compiling x509_set.cc
[279/501] Compiling x509_req.cc
[280/501] Compiling x509_obj.cc
[281/501] Compiling x509_lu.cc
[282/501] Compiling x509_def.cc
[283/501] Compiling x509_ext.cc
[284/501] Compiling x509_d2.cc
[285/501] Compiling x509_cmp.cc
[286/501] Compiling x509.cc
[287/501] Compiling v3_skey.cc
[288/501] Compiling x509_att.cc
[289/501] Compiling v3_prn.cc
[290/501] Compiling v3_utl.cc
[291/501] Compiling v3_purp.cc
[292/501] Compiling v3_pmaps.cc
[293/501] Compiling v3_genn.cc
[294/501] Compiling v3_pcons.cc
[295/501] Compiling v3_int.cc
[296/501] Compiling v3_ocsp.cc
[297/501] Compiling v3_ncons.cc
[298/501] Compiling v3_lib.cc
[299/501] Compiling v3_extku.cc
[300/501] Compiling v3_ia5.cc
[301/501] Compiling v3_info.cc
[302/501] Compiling v3_cpols.cc
[303/501] Compiling v3_enum.cc
[304/501] Compiling v3_crld.cc
[305/501] Compiling v3_bcons.cc
[306/501] Compiling v3_bitst.cc
[307/501] Compiling v3_conf.cc
[308/501] Compiling v3_alt.cc
[309/501] Compiling v3_akeya.cc
[310/501] Compiling t_req.cc
[310/501] Compiling rsa_pss.cc
[312/501] Compiling t_x509a.cc
[312/501] Compiling v3_akey.cc
[312/501] Compiling t_x509.cc
[315/501] Compiling policy.cc
[316/501] Compiling t_crl.cc
[317/501] Compiling name_print.cc
[318/501] Compiling i2d_pr.cc
[319/501] Compiling a_digest.cc
[320/501] Compiling algorithm.cc
[321/501] Compiling by_file.cc
[322/501] Compiling by_dir.cc
[323/501] Compiling asn1_gen.cc
[324/501] Compiling a_verify.cc
[325/501] Compiling a_sign.cc
[326/501] Compiling voprf.cc
[327/501] Compiling thread_win.cc
[328/501] Compiling thread_none.cc
[329/501] Compiling thread.cc
[330/501] Compiling thread_pthread.cc
[331/501] Compiling trust_token.cc
[332/501] Compiling stack.cc
[333/501] Compiling sha512.cc
[334/501] Compiling pmbtoken.cc
[335/501] Compiling spake2plus.cc
[336/501] Compiling siphash.cc
[337/501] Compiling sha1.cc
[338/501] Compiling rsa_print.cc
[339/501] Compiling rsa_extra.cc
[340/501] Compiling sha256.cc
[341/501] Compiling slhdsa.cc
[342/501] Compiling rsa_crypt.cc
[343/501] Compiling refcount.cc
[344/501] Compiling rc4.cc
[345/501] Compiling windows.cc
[346/501] Compiling trusty.cc
[347/501] Compiling urandom.cc
[348/501] Compiling rsa_asn1.cc
[349/501] Compiling rand.cc
[350/501] Compiling passive.cc
[351/501] Compiling poly1305_arm_asm.S
[352/501] Compiling ios.cc
[353/501] Compiling getentropy.cc
[354/501] Compiling forkunsafe.cc
[355/501] Compiling fork_detect.cc
[356/501] Compiling poly1305_vec.cc
[357/501] Compiling deterministic.cc
[358/501] Compiling poly1305_arm.cc
[359/501] Compiling pool.cc
[360/501] Compiling poly1305.cc
[361/501] Compiling pkcs8_x509.cc
[362/501] Compiling pkcs7.cc
[363/501] Compiling pkcs8.cc
[364/501] Compiling p5_pbev2.cc
[365/501] Compiling pkcs7_x509.cc
[366/501] Compiling pem_xaux.cc
[367/501] Compiling pem_x509.cc
[368/501] Compiling pem_pkey.cc
[369/501] Compiling pem_pk8.cc
[370/501] Compiling obj_xref.cc
[371/501] Compiling pem_oth.cc
[372/501] Compiling pem_info.cc
[373/501] Compiling pem_lib.cc
[374/501] Compiling pem_all.cc
[375/501] Compiling mlkem.cc
[376/501] Compiling obj.cc
[377/501] Compiling poly_rq_mul.S
[378/501] Compiling mldsa.cc
[379/501] Compiling fips_shared_support.cc
[380/501] Compiling mem.cc
[381/501] Compiling md4.cc
[382/501] Compiling lhash.cc
[383/501] Compiling md5.cc
[384/501] Compiling kyber.cc
[385/501] Compiling ex_data.cc
[386/501] Compiling sign.cc
[387/501] Compiling scrypt.cc
[388/501] Compiling hrss.cc
[389/501] Compiling hpke.cc
[390/501] Compiling print.cc
[391/501] Compiling pbkdf.cc
[392/501] Compiling p_x25519.cc
[393/501] Compiling p_x25519_asn1.cc
[394/501] Compiling p_rsa_asn1.cc
[395/501] Compiling p_hkdf.cc
[396/501] Compiling p_rsa.cc
[397/501] Compiling p_ed25519_asn1.cc
[398/501] Compiling p_ed25519.cc
[399/501] Compiling p_ec_asn1.cc
[400/501] Compiling p_dh_asn1.cc
[401/501] Compiling p_dh.cc
[402/501] Compiling p_ec.cc
[403/501] Compiling evp_ctx.cc
[404/501] Compiling p_dsa_asn1.cc
[405/501] Compiling evp_asn1.cc
[406/501] Compiling engine.cc
[407/501] Compiling err.cc
[407/501] Compiling evp.cc
[409/501] Compiling ecdh.cc
[410/501] Compiling ecdsa_asn1.cc
[411/501] Compiling hash_to_curve.cc
[412/501] Compiling ec_derive.cc
[413/501] Compiling dsa_asn1.cc
[414/501] Compiling dsa.cc
[415/501] Compiling ec_asn1.cc
[416/501] Compiling bcm.cc
[417/501] Compiling params.cc
[418/501] Compiling digest_extra.cc
[419/501] Compiling x25519-asm-arm.S
[420/501] Compiling dh_asn1.cc
[421/501] Compiling des.cc
[422/501] Compiling crypto.cc
[423/501] Compiling curve25519_64_adx.cc
[424/501] Compiling curve25519.cc
[425/501] Compiling cpu_intel.cc
[426/501] Compiling cpu_arm_linux.cc
[427/501] Compiling cpu_arm_freebsd.cc
[428/501] Compiling spake25519.cc
[429/501] Compiling cpu_aarch64_win.cc
[430/501] Compiling cpu_aarch64_openbsd.cc
[431/501] Compiling cpu_aarch64_linux.cc
[432/501] Compiling cpu_aarch64_sysreg.cc
[433/501] Compiling cpu_aarch64_apple.cc
[434/501] Compiling cpu_aarch64_fuchsia.cc
[435/501] Compiling conf.cc
[436/501] Compiling get_cipher.cc
[437/501] Compiling tls_cbc.cc
[438/501] Compiling e_tls.cc
[439/501] Compiling e_aesgcmsiv.cc
[440/501] Compiling e_rc2.cc
[441/501] Compiling e_rc4.cc
[442/501] Compiling derive_key.cc
[443/501] Compiling e_des.cc
[444/501] Compiling e_null.cc
[445/501] Compiling e_aesctrhmac.cc
[446/501] Compiling e_chacha20poly1305.cc
[447/501] Compiling chacha.cc
[448/501] Compiling unicode.cc
[449/501] Compiling buf.cc
[450/501] Compiling cbb.cc
[451/501] Compiling ber.cc
[452/501] Compiling asn1_compat.cc
[453/501] Compiling cbs.cc
[454/501] Compiling convert.cc
[455/501] Compiling blake2.cc
[456/501] Compiling bn_asn1.cc
[457/501] Compiling socket_helper.cc
[458/501] Compiling socket.cc
[459/501] Compiling printf.cc
[460/501] Compiling pair.cc
[461/501] Compiling errno.cc
[461/501] Compiling hexdump.cc
[463/501] Compiling file.cc
[464/501] Compiling fd.cc
[465/501] Compiling bio_mem.cc
[466/501] Compiling connect.cc
[467/501] Compiling bio.cc
[468/501] Compiling base64.cc
[469/501] Compiling tasn_typ.cc
[470/501] Compiling tasn_fre.cc
[471/501] Compiling tasn_utl.cc
[471/501] Compiling posix_time.cc
[473/501] Compiling tasn_enc.cc
[474/501] Compiling f_int.cc
[475/501] Compiling tasn_new.cc
[476/501] Compiling f_string.cc
[477/501] Compiling tasn_dec.cc
[478/501] Compiling asn_pack.cc
[479/501] Compiling asn1_par.cc
[480/501] Compiling a_octet.cc
[481/501] Compiling a_utctm.cc
[482/501] Compiling asn1_lib.cc
[483/501] Compiling a_type.cc
[484/501] Compiling a_object.cc
[485/501] Compiling a_time.cc
[486/501] Compiling a_strnid.cc
[487/501] Compiling a_strex.cc
[488/501] Compiling a_i2d_fp.cc
[489/501] Compiling a_mbstr.cc
[490/501] Compiling a_int.cc
[491/501] Write sources
[492/501] Compiling a_d2i_fp.cc
[493/501] Write sources
[495/501] Compiling a_gentm.cc
[496/505] Compiling a_bitstr.cc
[497/508] Compiling a_dup.cc
[498/516] Compiling a_bool.cc
[500/545] Compiling Algorithms Combinations.swift
[501/545] Compiling Algorithms Compacted.swift
[502/545] Compiling Algorithms Cycle.swift
[503/547] Compiling Atomics UnsafeAtomic.swift
[504/547] Compiling Atomics UnsafeAtomicLazyReference.swift
[505/547] Compiling Algorithms Product.swift
[506/547] Compiling Algorithms Joined.swift
[507/547] Compiling Algorithms Partition.swift
[508/547] Compiling Algorithms Permutations.swift
[509/547] Compiling Algorithms Grouped.swift
[510/547] Compiling Algorithms Indexed.swift
[511/547] Compiling Algorithms Intersperse.swift
[512/547] Compiling Atomics IntegerOperations.swift
[513/547] Compiling Atomics Unmanaged extensions.swift
[514/547] Compiling Algorithms Split.swift
[515/547] Compiling Algorithms Stride.swift
[516/547] Compiling Algorithms Suffix.swift
[519/550] Compiling Algorithms Rotate.swift
[528/550] Compiling Algorithms EitherSequence.swift
[529/550] Compiling Algorithms FirstNonNil.swift
[530/550] Compiling Algorithms FlattenCollection.swift
[534/550] Compiling Algorithms Trim.swift
[535/550] Compiling Algorithms Unique.swift
[536/550] Compiling Algorithms Windows.swift
[537/550] Compiling Algorithms AdjacentPairs.swift
[538/550] Compiling Algorithms Chain.swift
[539/550] Compiling Algorithms Chunked.swift
[542/550] Compiling c-atomics.c
[547/550] Compiling c-nioatomics.c
[549/550] Emitting module Atomics
[551/557] Emitting module Algorithms
[552/558] Compiling NIOConcurrencyHelpers lock.swift
[554/558] Emitting module NIOConcurrencyHelpers
[555/558] Compiling NIOConcurrencyHelpers NIOLock.swift
[556/558] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[557/558] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[558/558] Compiling NIOConcurrencyHelpers atomics.swift
[560/619] Compiling NIOCore MulticastChannel.swift
[561/619] Compiling NIOCore NIOAny.swift
[562/619] Compiling NIOCore NIOCloseOnErrorHandler.swift
[563/619] Compiling NIOCore NIOLoopBound.swift
[564/619] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[565/619] Compiling NIOCore NIOScheduledCallback.swift
[566/619] Compiling NIOCore NIOSendable.swift
[567/619] Compiling NIOCore RecvByteBufferAllocator.swift
[568/627] Compiling NIOCore IO.swift
[569/627] Compiling NIOCore IOData.swift
[570/627] Compiling NIOCore IPProtocol.swift
[571/627] Compiling NIOCore IntegerBitPacking.swift
[572/627] Compiling NIOCore IntegerTypes.swift
[573/627] Compiling NIOCore Interfaces.swift
[574/627] Compiling NIOCore Linux.swift
[575/627] Compiling NIOCore MarkedCircularBuffer.swift
[576/627] Compiling NIOCore CircularBuffer.swift
[577/627] Compiling NIOCore Codec.swift
[578/627] Compiling NIOCore ConvenienceOptionSupport.swift
[579/627] Compiling NIOCore DeadChannel.swift
[580/627] Compiling NIOCore DispatchQueue+WithFuture.swift
[581/627] Compiling NIOCore EventLoop+Deprecated.swift
[582/627] Compiling NIOCore EventLoop+SerialExecutor.swift
[583/627] Compiling NIOCore EventLoop.swift
[584/627] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[585/627] Compiling NIOCore EventLoopFuture+Deprecated.swift
[586/627] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[587/627] Compiling NIOCore EventLoopFuture.swift
[588/627] Compiling NIOCore FileDescriptor.swift
[589/627] Compiling NIOCore FileHandle.swift
[590/627] Compiling NIOCore FileRegion.swift
[591/627] Compiling NIOCore GlobalSingletons.swift
[592/627] Compiling NIOCore AddressedEnvelope.swift
[593/627] Compiling NIOCore AsyncAwaitSupport.swift
[594/627] Compiling NIOCore AsyncChannel.swift
[595/627] Compiling NIOCore AsyncChannelHandler.swift
[596/627] Compiling NIOCore AsyncChannelInboundStream.swift
[597/627] Compiling NIOCore AsyncChannelOutboundWriter.swift
[598/627] Compiling NIOCore NIOAsyncSequenceProducer.swift
[599/627] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[600/627] Compiling NIOCore NIOAsyncWriter.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 NIOThrowingAsyncSequenceProducer.swift
[610/627] Compiling NIOCore BSDSocketAPI.swift
[611/627] Compiling NIOCore ByteBuffer-aux.swift
[612/627] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[613/627] Compiling NIOCore ByteBuffer-conversions.swift
[614/627] Compiling NIOCore ByteBuffer-core.swift
[615/627] Compiling NIOCore ByteBuffer-hex.swift
[616/627] Compiling NIOCore ByteBuffer-int.swift
[617/627] Compiling NIOCore ByteBuffer-lengthPrefix.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] Compiling NIOEmbedded Embedded.swift
[630/678] Compiling NIOPosix Pool.swift
[631/678] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[632/678] Compiling NIOPosix PosixSingletons.swift
[633/678] Compiling NIOPosix RawSocketBootstrap.swift
[634/678] Compiling NIOPosix Resolver.swift
[635/678] Compiling NIOPosix Selectable.swift
[636/678] Compiling NIOPosix IO.swift
[637/678] Compiling NIOPosix IntegerBitPacking.swift
[638/678] Compiling NIOPosix IntegerTypes.swift
[639/678] Compiling NIOPosix Linux.swift
[640/678] Compiling NIOPosix LinuxCPUSet.swift
[641/678] Compiling NIOPosix LinuxUring.swift
[642/678] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[643/684] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[644/684] Emitting module NIOEmbedded
[645/684] Compiling NIOEmbedded AsyncTestingChannel.swift
[647/685] Compiling NIOPosix ThreadPosix.swift
[648/685] Compiling NIOPosix ThreadWindows.swift
[649/685] Compiling NIOPosix UnsafeTransfer.swift
[650/685] Compiling NIOPosix Utilities.swift
[651/685] Compiling NIOPosix VsockAddress.swift
[652/685] Compiling NIOPosix VsockChannelEvents.swift
[653/685] Emitting module NIOPosix
[654/685] Compiling NIOPosix ServerSocket.swift
[655/685] Compiling NIOPosix Socket.swift
[656/685] Compiling NIOPosix SocketChannel.swift
[657/685] Compiling NIOPosix SocketProtocols.swift
[658/685] Compiling NIOPosix System.swift
[659/685] Compiling NIOPosix Thread.swift
[660/685] Compiling NIOPosix Bootstrap.swift
[661/685] Compiling NIOPosix ControlMessage.swift
[662/685] Compiling NIOPosix DatagramVectorReadManager.swift
[663/685] Compiling NIOPosix Errors+Any.swift
[664/685] Compiling NIOPosix FileDescriptor.swift
[665/685] Compiling NIOPosix GetaddrinfoResolver.swift
[666/685] Compiling NIOPosix HappyEyeballs.swift
[667/685] Compiling NIOPosix BSDSocketAPICommon.swift
[668/685] Compiling NIOPosix BSDSocketAPIPosix.swift
[669/685] Compiling NIOPosix BSDSocketAPIWindows.swift
[670/685] Compiling NIOPosix BaseSocket.swift
[671/685] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[672/685] Compiling NIOPosix BaseSocketChannel.swift
[673/685] Compiling NIOPosix BaseStreamSocketChannel.swift
[674/685] Compiling NIOPosix SelectableChannel.swift
[675/685] Compiling NIOPosix SelectableEventLoop.swift
[676/685] Compiling NIOPosix SelectorEpoll.swift
[677/685] Compiling NIOPosix SelectorGeneric.swift
[678/685] Compiling NIOPosix SelectorKqueue.swift
[679/685] Compiling NIOPosix SelectorUring.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] Compiling NIO Exports.swift
[688/688] Emitting module NIO
[690/728] Compiling NIOTLS TLSEvents.swift
[691/728] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[692/729] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[693/729] Compiling NIOSOCKS SOCKSResponse.swift
[694/729] Compiling NIOSOCKS Errors.swift
[695/729] Compiling NIOSOCKS Helpers.swift
[696/729] Compiling NIOSOCKS Messages.swift
[697/729] Compiling NIOSOCKS SOCKSRequest.swift
[698/729] Compiling NIOSOCKS ClientStateMachine.swift
[699/729] Compiling NIOSOCKS SOCKSClientHandler.swift
[700/729] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[701/729] Compiling NIOSOCKS AuthenticationMethod.swift
[702/729] Compiling NIOSOCKS ClientGreeting.swift
[703/729] Emitting module NIOSOCKS
[704/729] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[705/729] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[706/729] Emitting module NIOTLS
[707/729] Compiling NIOTLS SNIHandler.swift
[708/730] Compiling NIOSOCKS ServerStateMachine.swift
[709/731] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[710/731] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[713/762] Compiling NIOSSL SSLCertificate.swift
[714/762] Compiling NIOSSL SSLCertificateExtensions.swift
[715/762] Compiling NIOSSL SSLCertificateName.swift
[716/762] Compiling NIOSSL SSLConnection.swift
[717/762] Compiling NIOSSL LinuxCABundle.swift
[718/762] Compiling NIOSSL NIOSSLClientHandler.swift
[719/762] Emitting module NIOHTTP1
[720/762] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[721/762] Compiling NIOSSL NIOSSLHandler.swift
[722/762] Compiling NIOSSL SSLPKCS12Bundle.swift
[723/762] Compiling NIOSSL AndroidCABundle.swift
[724/762] Compiling NIOSSL PosixPort.swift
[725/762] Compiling NIOSSL SSLCallbacks.swift
[726/762] Compiling NIOSSL SSLContext.swift
[727/762] Compiling NIOSSL SSLErrors.swift
[728/762] Compiling NIOSSL SSLInit.swift
[730/781] Compiling NIOHPACK IntegerCoding.swift
[731/782] Compiling NIOHPACK IndexedHeaderTable.swift
[732/782] Compiling NIOHPACK StaticHeaderTable.swift
[733/782] Compiling NIOSSL SSLPrivateKey.swift
[734/782] Compiling NIOSSL SSLPublicKey.swift
[735/782] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[736/782] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[737/786] Compiling NIOHPACK HuffmanCoding.swift
[738/786] Compiling NIOHPACK HuffmanTables.swift
[739/786] Compiling NIOHPACK DynamicHeaderTable.swift
[740/786] Compiling NIOHPACK HPACKDecoder.swift
[741/786] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[742/786] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[743/786] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[744/786] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[745/786] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[746/786] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[747/786] Emitting module NIOFoundationCompat
[748/786] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[749/786] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[750/787] Emitting module NIOHPACK
[751/787] Compiling NIOHTTPCompression HTTPCompression.swift
[752/787] Compiling NIOHTTPCompression HTTPDecompression.swift
[753/787] Emitting module NIOHTTPCompression
[754/788] Compiling NIOSSL SubjectAlternativeName.swift
[755/788] Compiling NIOSSL NIOSSLSecureBytes.swift
[756/788] Compiling NIOSSL RNG.swift
[757/788] Compiling NIOSSL SafeCompare.swift
[760/788] Compiling NIOHPACK HPACKEncoder.swift
[761/788] Compiling NIOHPACK HPACKErrors.swift
[764/788] Compiling NIOSSL NIOSSLServerHandler.swift
[765/788] Compiling NIOSSL ObjectIdentifier.swift
[770/788] Compiling NIOHPACK HPACKHeader.swift
[771/788] Compiling NIOHPACK HeaderTables.swift
[777/788] Compiling NIOSSL ByteBufferBIO.swift
[778/788] Compiling NIOSSL CustomPrivateKey.swift
[779/788] Compiling NIOSSL IdentityVerification.swift
[780/788] Emitting module NIOSSL
[786/811] Compiling NIOTransportServices NIOTSBootstraps.swift
[787/811] Compiling NIOTransportServices NIOTSChannelOptions.swift
[788/811] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[789/813] Compiling NIOTransportServices AcceptHandler.swift
[790/813] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[791/813] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[792/813] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[793/813] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[794/813] Compiling NIOTransportServices NIOTSListenerChannel.swift
[795/814] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[796/814] Compiling NIOTransportServices NIOTSErrors.swift
[797/814] Compiling NIOTransportServices NIOTSEventLoop.swift
[798/814] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[799/814] Compiling NIOTransportServices NIOTSSingletons.swift
[800/814] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[801/815] Compiling NIOTransportServices StateManagedChannel.swift
[802/815] Compiling NIOTransportServices StateManagedListenerChannel.swift
[803/815] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[804/826] Compiling NIOHTTP2 ReceivingDataState.swift
[805/826] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[806/826] Compiling NIOHTTP2 ReceivingHeadersState.swift
[807/826] Emitting module NIOTransportServices
[808/871] Compiling NIOHTTP2 SendingPushPromiseState.swift
[809/871] Compiling NIOHTTP2 SendingRstStreamState.swift
[811/872] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[812/872] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[813/872] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[814/872] Compiling NIOHTTP2 HTTP2Error.swift
[816/873] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[817/873] Compiling NIOHTTP2 HasFlowControlWindows.swift
[818/873] Compiling NIOHTTP2 HasLocalSettings.swift
[819/873] Compiling NIOHTTP2 HasRemoteSettings.swift
[820/873] Compiling NIOHTTP2 LocallyQuiescingState.swift
[821/873] Compiling NIOHTTP2 QuiescingState.swift
[822/873] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[823/873] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[824/873] Compiling NIOHTTP2 MaySendFrames.swift
[825/873] Compiling NIOHTTP2 SendingDataState.swift
[826/873] Compiling NIOHTTP2 SendingGoawayState.swift
[827/873] Compiling NIOHTTP2 SendingHeadersState.swift
[830/873] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[831/873] Compiling NIOHTTP2 HTTP2SettingsState.swift
[832/881] Emitting module NIOHTTP2
[833/881] Compiling NIOHTTP2 ConnectionStateMachine.swift
[834/881] Compiling NIOHTTP2 ConnectionStreamsState.swift
[835/881] Compiling NIOHTTP2 MayReceiveFrames.swift
[839/881] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[840/881] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[841/881] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[842/881] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[843/881] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[844/881] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[845/881] Compiling NIOHTTP2 HTTP2StreamID.swift
[846/881] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[847/881] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[848/881] Compiling NIOHTTP2 HTTP2UserEvents.swift
[849/881] Compiling NIOHTTP2 InboundEventBuffer.swift
[850/881] Compiling NIOHTTP2 InboundWindowManager.swift
[851/881] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[852/881] Compiling NIOHTTP2 StreamChannelFlowController.swift
[853/881] Compiling NIOHTTP2 StreamChannelList.swift
[854/881] Compiling NIOHTTP2 StreamMap.swift
[855/881] Compiling NIOHTTP2 StreamStateMachine.swift
[856/881] Compiling NIOHTTP2 UnsafeTransfer.swift
[857/881] Compiling NIOHTTP2 WatermarkedFlowController.swift
[858/881] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[859/881] Compiling NIOHTTP2 HTTP2Frame.swift
[860/881] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[861/881] Compiling NIOHTTP2 HTTP2FrameParser.swift
[862/881] Compiling NIOHTTP2 HTTP2PingData.swift
[863/881] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[864/881] Compiling NIOHTTP2 HTTP2Settings.swift
[865/881] Compiling NIOHTTP2 HTTP2Stream.swift
[866/881] Compiling NIOHTTP2 StateMachineResult.swift
[867/881] Compiling NIOHTTP2 ContentLengthVerifier.swift
[868/881] Compiling NIOHTTP2 DOSHeuristics.swift
[869/881] Compiling NIOHTTP2 Error+Any.swift
[870/881] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[871/881] Compiling NIOHTTP2 ControlFrameBuffer.swift
[872/881] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[873/881] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[874/881] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[875/881] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[876/881] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[881/881] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[883/942] Emitting module AsyncHTTPClient
[884/950] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[885/950] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[886/950] Compiling AsyncHTTPClient Transaction.swift
[887/950] Compiling AsyncHTTPClient Base64.swift
[888/950] Compiling AsyncHTTPClient BasicAuth.swift
[889/950] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[890/950] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[891/950] Compiling AsyncHTTPClient ConnectionPool.swift
[892/950] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[893/950] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[894/950] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[895/950] Compiling AsyncHTTPClient AsyncLazySequence.swift
[896/950] Compiling AsyncHTTPClient HTTPClient+execute.swift
[897/950] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[898/950] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[899/950] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[900/950] Compiling AsyncHTTPClient HTTPClientRequest.swift
[901/950] Compiling AsyncHTTPClient HTTPClientResponse.swift
[902/950] Compiling AsyncHTTPClient RequestBag.swift
[903/950] Compiling AsyncHTTPClient RequestValidation.swift
[904/950] Compiling AsyncHTTPClient SSLContextCache.swift
[905/950] Compiling AsyncHTTPClient Scheme.swift
[906/950] Compiling AsyncHTTPClient Singleton.swift
[907/950] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[908/950] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[909/950] Compiling AsyncHTTPClient Utils.swift
[910/950] Compiling AsyncHTTPClient ConnectionTarget.swift
[911/950] Compiling AsyncHTTPClient DeconstructedURL.swift
[912/950] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[913/950] Compiling AsyncHTTPClient FoundationExtensions.swift
[914/950] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[915/950] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[916/950] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[917/950] Compiling AsyncHTTPClient HTTPClient.swift
[918/950] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[919/950] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[920/950] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[921/950] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[922/950] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[923/950] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[924/950] Compiling AsyncHTTPClient RequestBodyLength.swift
[925/950] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[926/950] Compiling AsyncHTTPClient HTTPHandler.swift
[927/950] Compiling AsyncHTTPClient LRUCache.swift
[928/950] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[929/950] Compiling AsyncHTTPClient NWErrorHandler.swift
[930/950] Compiling AsyncHTTPClient NWWaitingHandler.swift
[931/950] Compiling AsyncHTTPClient TLSConfiguration.swift
[932/950] Compiling AsyncHTTPClient RedirectState.swift
[933/950] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[934/950] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[935/950] Compiling AsyncHTTPClient TLSEventsHandler.swift
[936/950] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[937/950] Compiling AsyncHTTPClient HTTP1Connection.swift
[938/950] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[939/950] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[940/950] Compiling AsyncHTTPClient HTTP2Connection.swift
[941/950] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[942/950] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[943/950] Compiling AsyncHTTPClient RequestOptions.swift
[944/950] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[945/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[946/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[947/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[948/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[949/950] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[950/950] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.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 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 {
[957/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 {
[958/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 {
[959/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 {
[960/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 {
[961/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()
[962/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 {
[963/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 {
[964/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 {
[965/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 {
[966/988] Compiling GitHubKit Verification.swift
[967/988] Compiling GitHubKit Webhook.swift
[968/988] Compiling GitHubKit Query.swift
[969/988] Compiling GitHubKit Branch+Requests.swift
[970/988] Compiling GitHubKit Release+Requests.swift
[971/988] Compiling GitHubKit Repo+Requests.swift
[972/988] Compiling GitHubKit Tag+Requests.swift
[973/988] Compiling GitHubKit Webhook+Requests.swift
[974/988] Compiling GitHubKit GitCommit.swift
[975/988] Compiling GitHubKit GitTree.swift
[976/988] Compiling GitHubKit License.swift
[977/988] Compiling GitHubKit Milestone.swift
[978/988] Compiling GitHubKit Organization.swift
[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] Compiling GitHubKitMocks Exports.swift
[991/992] Emitting module GitHubKitMocks
[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! (163.13s)
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.