The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of GitHubKit, reference 1.6.8 (dad843), with Swift 6.1 for Linux on 26 Apr 2025 13:28:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/einstore/githubkit.git
https://github.com/einstore/githubkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "GitHubKit",
  "name" : "GitHubKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GitHubKit",
      "targets" : [
        "GitHubKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubKitMocks",
      "targets" : [
        "GitHubKitMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GitHubKitMocksTests",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKitMocksTests",
      "path" : "Sources/GitHubKitMocksTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "GitHubKitMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GitHubKitMocks",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKitMocks",
      "path" : "Sources/GitHubKitMocks",
      "product_memberships" : [
        "GitHubKitMocks"
      ],
      "sources" : [
        "Exports.swift",
        "GitHubMock.swift"
      ],
      "target_dependencies" : [
        "GitHubKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubKit",
      "module_type" : "SwiftTarget",
      "name" : "GitHubKit",
      "path" : "Sources/GitHubKit",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "GitHubKit",
        "GitHubKitMocks"
      ],
      "sources" : [
        "Exports.swift",
        "GitHub.swift",
        "GitHubClient.swift",
        "GitHubServer.swift",
        "Model/Author.swift",
        "Model/Branch.swift",
        "Model/Comment.swift",
        "Model/Commit.swift",
        "Model/File.swift",
        "Model/Git/GitBlob.swift",
        "Model/Git/GitCommit.swift",
        "Model/Git/GitTree.swift",
        "Model/License.swift",
        "Model/Milestone.swift",
        "Model/Organization.swift",
        "Model/Owner.swift",
        "Model/PR.swift",
        "Model/Release.swift",
        "Model/Repo.swift",
        "Model/Tag.swift",
        "Model/Verification.swift",
        "Model/Webhook.swift",
        "Query.swift",
        "Requests/Branch+Requests.swift",
        "Requests/Comment+Requests.swift",
        "Requests/Commit+Requests.swift",
        "Requests/File+Requests.swift",
        "Requests/Git/GitBlob+Requests.swift",
        "Requests/Git/GitCommit+Requests.swift",
        "Requests/Git/GitTree+Requests.swift",
        "Requests/Organization+Requests.swift",
        "Requests/PR+Requests.swift",
        "Requests/Release+Requests.swift",
        "Requests/Repo+Requests.swift",
        "Requests/Tag+Requests.swift",
        "Requests/Webhook+Requests.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
[1/13787] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (2.58s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/5903] Fetching swift-algorithms
[356/9739] Fetching swift-algorithms, swift-log
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.98s)
Fetching https://github.com/apple/swift-nio.git
[1/2619] Fetching swift-nio-transport-services
[316/4324] Fetching swift-nio-transport-services, swift-atomics
[943/9986] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[1094/21478] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2
[5689/36271] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[13147/111702] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.82s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.84s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.83s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.88s)
[59298/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.15s)
[51294/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.78s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (13.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.35s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.17s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.55s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[611/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.03s)
Fetched https://github.com/apple/swift-collections.git from cache (2.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.45s)
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 (1.25s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.98s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.20s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (2.20s)
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.84s)
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.96s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-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.25.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/441] Write sources
[23/441] Compiling _NumericsShims _NumericsShims.c
[24/441] Compiling _AtomicsShims.c
[25/441] Compiling CNIOWindows shim.c
[26/441] Compiling CNIOWindows WSAStartup.c
[26/441] Compiling CNIOWASI CNIOWASI.c
[28/441] Compiling CNIOLinux liburing_shims.c
[29/441] Compiling CNIODarwin shim.c
[30/441] Compiling CNIOExtrasZlib empty.c
[31/441] Compiling CNIOLLHTTP c_nio_http.c
[32/441] Compiling CNIOLinux shim.c
[33/441] Compiling fiat_p256_adx_sqr.S
[34/441] Compiling CNIOLLHTTP c_nio_api.c
[35/441] Compiling fiat_p256_adx_mul.S
[36/441] Compiling fiat_curve25519_adx_square.S
[37/441] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[37/441] Write swift-version-24593BA9C3E375BF.txt
[39/441] Compiling fiat_curve25519_adx_mul.S
[40/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/447] Compiling CNIOBoringSSLShims shims.c
[42/457] Compiling tls_record.cc
[43/457] Compiling tls_method.cc
[44/457] Compiling tls13_client.cc
[45/457] Compiling tls13_server.cc
[46/479] Compiling tls13_enc.cc
[48/479] Emitting module RealModule
[49/479] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[50/479] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[51/480] Emitting module InternalCollectionsUtilities
[54/480] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[55/482] Compiling _NIOBase64 Base64.swift
[56/482] Emitting module _NIOBase64
[57/483] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/483] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/483] Compiling InternalCollectionsUtilities Debugging.swift
[60/483] Compiling InternalCollectionsUtilities Descriptions.swift
[61/483] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/483] Compiling InternalCollectionsUtilities Specialize.swift
[64/483] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/483] Compiling RealModule Float+Real.swift
[66/483] Compiling RealModule ElementaryFunctions.swift
[67/483] Compiling RealModule Float80+Real.swift
[68/483] Compiling RealModule Float16+Real.swift
[69/483] Compiling RealModule Real.swift
[70/483] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/483] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/483] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/483] Compiling InternalCollectionsUtilities Integer rank.swift
[74/483] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/483] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/483] Compiling _NIODataStructures _TinyArray.swift
[78/483] Compiling _NIODataStructures PriorityQueue.swift
[79/483] Compiling RealModule RealFunctions.swift
[81/484] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/484] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/485] Compiling t1_enc.cc
[85/500] Compiling tls13_both.cc
[86/500] Compiling ssl_x509.cc
[88/500] Emitting module Logging
[89/500] Compiling Logging Locks.swift
[90/500] Compiling DequeModule Deque+CustomReflectable.swift
[91/500] Compiling DequeModule Deque+Descriptions.swift
[92/502] Emitting module _NIODataStructures
[93/502] Compiling _NIODataStructures Heap.swift
[94/503] Compiling Logging MetadataProvider.swift
[95/503] Compiling Logging Logging.swift
[96/503] Compiling Logging LogHandler.swift
[97/504] Compiling DequeModule _DequeBuffer.swift
[98/504] Compiling DequeModule _DequeBufferHeader.swift
[101/504] Compiling DequeModule Deque+Extras.swift
[102/504] Compiling DequeModule Deque+Hashable.swift
[103/504] Compiling DequeModule Deque+Equatable.swift
[104/504] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/504] Compiling DequeModule _DequeSlot.swift
[106/504] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/504] Compiling DequeModule Deque._UnsafeHandle.swift
[108/504] Compiling DequeModule Deque.swift
[109/504] Compiling DequeModule Deque+Testing.swift
[110/504] Compiling DequeModule Deque._Storage.swift
[110/504] Compiling ssl_stat.cc
[112/504] Compiling DequeModule Deque+Codable.swift
[113/504] Compiling DequeModule Deque+Collection.swift
[114/504] Emitting module DequeModule
[115/505] Compiling ssl_versions.cc
[116/505] Compiling ssl_transcript.cc
[117/505] Compiling ssl_session.cc
[118/505] Compiling ssl_privkey.cc
[119/505] Compiling ssl_key_share.cc
[120/505] Compiling ssl_lib.cc
[121/505] Compiling ssl_file.cc
[122/505] Compiling ssl_buffer.cc
[123/505] Compiling ssl_credential.cc
[124/505] Compiling ssl_cert.cc
[125/505] Compiling ssl_cipher.cc
[126/505] Compiling s3_both.cc
[127/505] Compiling ssl_asn1.cc
[128/505] Compiling s3_pkt.cc
[129/505] Compiling ssl_aead_ctx.cc
[130/505] Compiling s3_lib.cc
[131/505] Compiling handshake_server.cc
[132/505] Compiling handshake_client.cc
[133/505] Compiling handshake.cc
[134/505] Compiling dtls_record.cc
[135/505] Compiling handoff.cc
[136/505] Compiling extensions.cc
[137/505] Compiling md5-x86_64-linux.S
[138/505] Compiling md5-x86_64-apple.S
[139/505] Compiling md5-586-linux.S
[140/505] Compiling md5-586-apple.S
[141/505] Compiling dtls_method.cc
[142/505] Compiling encrypted_client_hello.cc
[143/505] Compiling chacha20_poly1305_x86_64-linux.S
[144/505] Compiling chacha20_poly1305_x86_64-apple.S
[145/505] Compiling err_data.cc
[146/505] Compiling chacha20_poly1305_armv8-win.S
[147/505] Compiling chacha20_poly1305_armv8-apple.S
[148/505] Compiling bio_ssl.cc
[149/505] Compiling chacha20_poly1305_armv8-linux.S
[150/505] Compiling chacha-x86_64-linux.S
[151/505] Compiling chacha-x86_64-apple.S
[152/505] Compiling chacha-x86-linux.S
[153/505] Compiling chacha-x86-apple.S
[154/505] Compiling chacha-armv8-win.S
[155/505] Compiling chacha-armv8-linux.S
[155/505] Compiling chacha-armv4-linux.S
[157/505] Compiling aes128gcmsiv-x86_64-linux.S
[157/505] Compiling chacha-armv8-apple.S
[159/505] Compiling x86_64-mont-linux.S
[160/505] Compiling aes128gcmsiv-x86_64-apple.S
[161/505] Compiling x86_64-mont5-apple.S
[162/505] Compiling x86_64-mont5-linux.S
[163/505] Compiling x86_64-mont-apple.S
[164/505] Compiling x86-mont-linux.S
[165/505] Compiling d1_srtp.cc
[166/505] Compiling x86-mont-apple.S
[167/505] Compiling vpaes-x86_64-linux.S
[168/505] Compiling vpaes-x86-linux.S
[169/505] Compiling vpaes-x86-apple.S
[170/505] Compiling vpaes-x86_64-apple.S
[171/505] Compiling vpaes-armv8-win.S
[172/505] Compiling vpaes-armv7-linux.S
[173/505] Compiling vpaes-armv8-linux.S
[174/505] Compiling vpaes-armv8-apple.S
[175/505] Compiling sha512-x86_64-apple.S
[176/505] Compiling d1_pkt.cc
[177/505] Compiling sha512-x86_64-linux.S
[178/505] Compiling sha512-armv8-apple.S
[179/505] Compiling sha512-armv8-win.S
[180/505] Compiling sha512-armv8-linux.S
[181/505] Compiling sha512-586-linux.S
[182/505] Compiling sha512-armv4-linux.S
[183/505] Compiling sha512-586-apple.S
[184/505] Compiling sha256-x86_64-apple.S
[185/505] Compiling d1_lib.cc
[186/505] Compiling sha256-armv8-win.S
[187/505] Compiling sha256-x86_64-linux.S
[188/505] Compiling sha256-armv8-linux.S
[189/505] Compiling sha256-armv8-apple.S
[190/505] Compiling sha256-armv4-linux.S
[191/505] Compiling sha256-586-apple.S
[192/505] Compiling sha256-586-linux.S
[193/505] Compiling sha1-x86_64-linux.S
[194/505] Compiling sha1-armv8-apple.S
[195/505] Compiling sha1-586-linux.S
[196/505] Compiling sha1-x86_64-apple.S
[197/505] Compiling sha1-armv4-large-linux.S
[198/505] Compiling sha1-armv8-win.S
[199/505] Compiling sha1-armv8-linux.S
[200/505] Compiling sha1-586-apple.S
[201/505] Compiling rsaz-avx2-apple.S
[202/505] Compiling rsaz-avx2-linux.S
[203/505] Compiling rdrand-x86_64-linux.S
[204/505] Compiling p256_beeu-x86_64-asm-linux.S
[205/505] Compiling rdrand-x86_64-apple.S
[206/505] Compiling p256_beeu-armv8-asm-win.S
[207/505] Compiling p256_beeu-x86_64-asm-apple.S
[208/505] Compiling p256_beeu-armv8-asm-linux.S
[209/505] Compiling p256_beeu-armv8-asm-apple.S
[210/505] Compiling p256-x86_64-asm-apple.S
[210/505] Compiling p256-armv8-asm-win.S
[212/505] Compiling p256-x86_64-asm-linux.S
[213/505] Compiling p256-armv8-asm-linux.S
[214/505] Compiling ghashv8-armv8-apple.S
[215/505] Compiling ghashv8-armv8-win.S
[216/505] Compiling p256-armv8-asm-apple.S
[217/505] Compiling ghashv8-armv8-linux.S
[218/505] Compiling ghashv8-armv7-linux.S
[219/505] Compiling ghash-x86_64-apple.S
[220/505] Compiling ghash-x86_64-linux.S
[221/505] Compiling ghash-ssse3-x86_64-linux.S
[222/505] Compiling ghash-x86-apple.S
[223/505] Compiling ghash-x86-linux.S
[224/505] Compiling ghash-ssse3-x86-linux.S
[225/505] Compiling ghash-ssse3-x86_64-apple.S
[226/505] Compiling ghash-neon-armv8-apple.S
[227/505] Compiling ghash-neon-armv8-linux.S
[228/505] Compiling ghash-ssse3-x86-apple.S
[228/505] Compiling ghash-neon-armv8-win.S
[230/505] Compiling d1_both.cc
[231/505] Compiling co-586-linux.S
[232/505] Compiling co-586-apple.S
[233/505] Compiling bn-armv8-win.S
[234/505] Compiling bsaes-armv7-linux.S
[235/505] Compiling ghash-armv4-linux.S
[236/505] Compiling bn-armv8-apple.S
[237/505] Compiling bn-armv8-linux.S
[238/505] Compiling bn-586-apple.S
[239/505] Compiling bn-586-linux.S
[240/505] Compiling armv8-mont-linux.S
[241/505] Compiling armv8-mont-win.S
[242/505] Compiling armv8-mont-apple.S
[243/505] Compiling aesv8-gcm-armv8-linux.S
[244/505] Compiling aesv8-gcm-armv8-apple.S
[245/505] Compiling armv4-mont-linux.S
[246/505] Compiling aesv8-gcm-armv8-win.S
[247/505] Compiling aesv8-armv8-linux.S
[248/505] Compiling aesv8-armv8-win.S
[249/505] Compiling aesv8-armv7-linux.S
[250/505] Compiling aesv8-armv8-apple.S
[251/505] Compiling aesni-x86_64-linux.S
[252/505] Compiling aesni-x86-linux.S
[253/505] Compiling aesni-x86_64-apple.S
[254/505] Compiling aesni-gcm-x86_64-apple.S
[255/505] Compiling aesni-gcm-x86_64-linux.S
[256/505] Compiling aesni-x86-apple.S
[257/505] Compiling aes-gcm-avx2-x86_64-apple.S
[258/505] Compiling aes-gcm-avx2-x86_64-linux.S
[259/505] Compiling aes-gcm-avx10-x86_64-linux.S
[260/505] Compiling aes-gcm-avx10-x86_64-apple.S
[261/505] Compiling x_x509.cc
[262/505] Compiling x_x509a.cc
[263/505] Compiling x_sig.cc
[264/505] Compiling x_spki.cc
[265/505] Compiling x_req.cc
[266/505] Compiling x_val.cc
[267/505] Compiling x_pubkey.cc
[268/505] Compiling x_name.cc
[269/505] Compiling x_exten.cc
[270/505] Compiling x_crl.cc
[271/505] Compiling x_algor.cc
[272/505] Compiling x_attrib.cc
[273/505] Compiling x509spki.cc
[274/505] Compiling x_all.cc
[275/505] Compiling x509rset.cc
[276/505] Compiling x509name.cc
[277/505] Compiling x509cset.cc
[278/505] Compiling x509_txt.cc
[279/505] Compiling x509_vpm.cc
[280/505] Compiling x509_set.cc
[281/505] Compiling x509_vfy.cc
[282/505] Compiling x509_v3.cc
[283/505] Compiling x509_req.cc
[284/505] Compiling x509_trs.cc
[285/505] Compiling x509_def.cc
[286/505] Compiling x509_obj.cc
[287/505] Compiling x509.cc
[288/505] Compiling x509_ext.cc
[289/505] Compiling x509_lu.cc
[290/505] Compiling x509_d2.cc
[291/505] Compiling x509_cmp.cc
[292/505] Compiling x509_att.cc
[293/505] Compiling v3_purp.cc
[294/505] Compiling v3_utl.cc
[295/505] Compiling v3_pcons.cc
[296/505] Compiling v3_prn.cc
[296/505] Compiling v3_skey.cc
[298/505] Compiling v3_pmaps.cc
[299/505] Compiling v3_ncons.cc
[300/505] Compiling v3_ocsp.cc
[301/505] Compiling v3_lib.cc
[302/505] Compiling v3_extku.cc
[303/505] Compiling v3_genn.cc
[304/505] Compiling v3_int.cc
[305/505] Compiling v3_info.cc
[306/505] Compiling v3_ia5.cc
[307/505] Compiling v3_crld.cc
[308/505] Compiling v3_alt.cc
[309/505] Compiling v3_cpols.cc
[310/505] Compiling v3_enum.cc
[311/505] Compiling v3_bitst.cc
[312/505] Compiling v3_conf.cc
[313/505] Compiling v3_bcons.cc
[314/505] Compiling t_x509a.cc
[315/505] Compiling v3_akeya.cc
[316/505] Compiling v3_akey.cc
[317/505] Compiling policy.cc
[318/505] Compiling t_x509.cc
[319/505] Compiling i2d_pr.cc
[320/505] Compiling t_req.cc
[321/505] Compiling t_crl.cc
[322/505] Compiling rsa_pss.cc
[323/505] Compiling name_print.cc
[324/505] Compiling by_file.cc
[325/505] Compiling a_digest.cc
[326/505] Compiling pmbtoken.cc
[327/505] Compiling a_verify.cc
[328/505] Compiling a_sign.cc
[329/505] Compiling voprf.cc
[330/505] Compiling by_dir.cc
[331/505] Compiling algorithm.cc
[332/505] Compiling asn1_gen.cc
[333/505] Compiling trust_token.cc
[334/505] Compiling thread_win.cc
[335/505] Compiling thread_none.cc
[336/505] Compiling thread_pthread.cc
[337/505] Compiling thread.cc
[338/505] Compiling stack.cc
[339/505] Compiling siphash.cc
[340/505] Compiling sha256.cc
[341/505] Compiling sha1.cc
[342/505] Compiling sha512.cc
[343/505] Compiling rsa_print.cc
[344/505] Compiling slhdsa.cc
[345/505] Compiling rsa_extra.cc
[346/505] Compiling spake2plus.cc
[347/505] Compiling rc4.cc
[348/505] Compiling refcount.cc
[349/505] Compiling rand.cc
[350/505] Compiling trusty.cc
[351/505] Compiling windows.cc
[352/505] Compiling urandom.cc
[353/505] Compiling rsa_crypt.cc
[354/505] Compiling ios.cc
[355/505] Compiling passive.cc
[356/505] Compiling rsa_asn1.cc
[357/505] Compiling poly1305_arm_asm.S
[358/505] Compiling getentropy.cc
[359/505] Compiling deterministic.cc
[360/505] Compiling fork_detect.cc
[361/505] Compiling forkunsafe.cc
[362/505] Compiling poly1305_arm.cc
[363/505] Compiling poly1305_vec.cc
[364/505] Compiling poly1305.cc
[365/505] Compiling pool.cc
[366/505] Compiling pkcs7.cc
[367/505] Compiling pkcs8.cc
[368/505] Compiling p5_pbev2.cc
[369/505] Compiling pkcs7_x509.cc
[370/505] Compiling pkcs8_x509.cc
[371/505] Compiling pem_x509.cc
[372/505] Compiling pem_xaux.cc
[373/505] Compiling pem_pkey.cc
[374/505] Compiling mlkem.cc
[375/505] Compiling pem_pk8.cc
[376/505] Compiling pem_lib.cc
[377/505] Compiling pem_oth.cc
[378/505] Compiling obj_xref.cc
[379/505] Compiling pem_all.cc
[380/505] Compiling mldsa.cc
[381/505] Compiling obj.cc
[382/505] Compiling pem_info.cc
[383/505] Compiling poly_rq_mul.S
[384/505] Compiling fips_shared_support.cc
[385/505] Compiling mem.cc
[386/505] Compiling md5.cc
[387/505] Compiling md4.cc
[388/505] Compiling lhash.cc
[389/505] Compiling kyber.cc
[390/505] Compiling hrss.cc
[391/505] Compiling sign.cc
[392/505] Compiling ex_data.cc
[393/505] Compiling scrypt.cc
[394/505] Compiling print.cc
[395/505] Compiling hpke.cc
[396/505] Compiling pbkdf.cc
[397/505] Compiling p_x25519.cc
[398/505] Compiling p_x25519_asn1.cc
[399/505] Compiling p_rsa_asn1.cc
[400/505] Compiling p_ed25519.cc
[401/505] Compiling p_rsa.cc
[402/505] Compiling p_hkdf.cc
[403/505] Compiling p_ed25519_asn1.cc
[404/505] Compiling p_ec_asn1.cc
[405/505] Compiling p_dh_asn1.cc
[406/505] Compiling p_ec.cc
[407/505] Compiling p_dh.cc
[408/505] Compiling evp_ctx.cc
[409/505] Compiling p_dsa_asn1.cc
[410/505] Compiling evp.cc
[411/505] Compiling err.cc
[412/505] Compiling engine.cc
[413/505] Compiling evp_asn1.cc
[414/505] Compiling hash_to_curve.cc
[415/505] Compiling ecdh.cc
[416/505] Compiling ecdsa_asn1.cc
[417/505] Compiling ec_derive.cc
[418/505] Compiling dsa.cc
[419/505] Compiling params.cc
[420/505] Compiling dsa_asn1.cc
[421/505] Compiling ec_asn1.cc
[422/505] Compiling des.cc
[423/505] Compiling x25519-asm-arm.S
[424/505] Compiling dh_asn1.cc
[425/505] Compiling digest_extra.cc
[426/505] Compiling cpu_intel.cc
[427/505] Compiling crypto.cc
[428/505] Compiling spake25519.cc
[429/505] Compiling cpu_arm_freebsd.cc
[430/505] Compiling cpu_arm_linux.cc
[431/505] Compiling curve25519.cc
[432/505] Compiling cpu_aarch64_openbsd.cc
[433/505] Compiling cpu_aarch64_win.cc
[434/505] Compiling cpu_aarch64_sysreg.cc
[435/505] Compiling cpu_aarch64_linux.cc
[436/505] Compiling cpu_aarch64_fuchsia.cc
[437/505] Compiling bcm.cc
[438/505] Compiling curve25519_64_adx.cc
[439/505] Compiling cpu_aarch64_apple.cc
[440/505] Compiling conf.cc
[441/505] Compiling get_cipher.cc
[442/505] Compiling e_rc2.cc
[443/505] Compiling tls_cbc.cc
[444/505] Compiling e_null.cc
[445/505] Compiling e_rc4.cc
[446/505] Compiling e_tls.cc
[447/505] Compiling e_des.cc
[448/505] Compiling e_aesgcmsiv.cc
[449/505] Compiling derive_key.cc
[450/505] Compiling e_chacha20poly1305.cc
[451/505] Compiling e_aesctrhmac.cc
[452/505] Compiling chacha.cc
[453/505] Compiling unicode.cc
[454/505] Compiling buf.cc
[455/505] Compiling cbs.cc
[456/505] Compiling cbb.cc
[457/505] Compiling ber.cc
[458/505] Compiling asn1_compat.cc
[459/505] Compiling blake2.cc
[460/505] Compiling bn_asn1.cc
[461/505] Compiling convert.cc
[462/505] Compiling socket.cc
[463/505] Compiling socket_helper.cc
[464/505] Compiling printf.cc
[465/505] Compiling pair.cc
[465/505] Compiling file.cc
[467/505] Compiling hexdump.cc
[468/505] Compiling fd.cc
[469/505] Compiling errno.cc
[470/505] Compiling connect.cc
[471/505] Compiling bio_mem.cc
[472/505] Compiling base64.cc
[473/505] Compiling bio.cc
[474/505] Compiling tasn_typ.cc
[475/505] Compiling tasn_fre.cc
[476/505] Compiling tasn_enc.cc
[477/505] Compiling posix_time.cc
[478/505] Compiling tasn_utl.cc
[479/505] Compiling f_string.cc
[480/505] Compiling tasn_new.cc
[481/505] Compiling f_int.cc
[482/505] Compiling asn_pack.cc
[483/505] Compiling tasn_dec.cc
[484/505] Compiling asn1_par.cc
[485/505] Compiling a_time.cc
[486/505] Compiling asn1_lib.cc
[487/505] Compiling a_utctm.cc
[488/505] Compiling a_octet.cc
[489/505] Compiling a_type.cc
[490/505] Compiling a_strnid.cc
[491/505] Compiling a_object.cc
[492/505] Compiling a_strex.cc
[493/505] Compiling a_i2d_fp.cc
[494/505] Compiling a_dup.cc
[495/505] Compiling a_d2i_fp.cc
[495/505] Write sources
[498/505] Compiling a_mbstr.cc
[499/505] Compiling a_int.cc
[500/505] Compiling a_gentm.cc
[501/505] Compiling a_bitstr.cc
[502/507] Compiling a_bool.cc
[504/549] Compiling Atomics ManagedAtomic.swift
[505/549] Compiling Atomics ManagedAtomicLazyReference.swift
[506/549] Compiling Atomics UnsafeAtomic.swift
[507/549] Compiling Atomics UnsafeAtomicLazyReference.swift
[508/551] Compiling Atomics Primitives.shims.swift
[509/551] Compiling Atomics AtomicInteger.swift
[510/551] Compiling Atomics AtomicOptionalWrappable.swift
[511/551] Compiling Atomics AtomicMemoryOrderings.swift
[512/551] Compiling Atomics DoubleWord.swift
[513/551] Compiling Atomics AtomicReference.swift
[514/551] Compiling Atomics AtomicStorage.swift
[515/551] Compiling Atomics AtomicValue.swift
[516/551] Compiling Atomics IntegerOperations.swift
[517/551] Compiling Atomics Unmanaged extensions.swift
[520/551] Compiling Algorithms Suffix.swift
[527/554] Compiling Algorithms Partition.swift
[528/554] Compiling Algorithms Permutations.swift
[529/554] Compiling Algorithms Product.swift
[530/554] Compiling Algorithms Trim.swift
[531/554] Compiling Algorithms Unique.swift
[532/554] Compiling Algorithms Windows.swift
[536/554] Compiling Atomics IntegerConformances.swift
[537/554] Compiling Atomics AtomicBool.swift
[541/554] Compiling Atomics PointerConformances.swift
[542/554] Compiling Atomics Primitives.native.swift
[543/554] Compiling Atomics OptionalRawRepresentable.swift
[544/554] Compiling Atomics RawRepresentable.swift
[545/554] Emitting module Atomics
[552/555] Compiling c-nioatomics.c
[554/555] Emitting module Algorithms
[555/556] Compiling c-atomics.c
[557/562] Compiling NIOConcurrencyHelpers lock.swift
[558/562] Compiling NIOConcurrencyHelpers atomics.swift
[559/562] Compiling NIOConcurrencyHelpers NIOLock.swift
[560/562] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[561/562] Emitting module NIOConcurrencyHelpers
[562/562] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[564/622] Compiling NIOCore EventLoop.swift
[565/622] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[566/622] Compiling NIOCore EventLoopFuture+Deprecated.swift
[567/622] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[568/622] Compiling NIOCore EventLoopFuture.swift
[569/622] Compiling NIOCore FileDescriptor.swift
[570/622] Compiling NIOCore FileHandle.swift
[571/622] Compiling NIOCore FileRegion.swift
[572/630] Compiling NIOCore ChannelPipeline.swift
[573/630] Compiling NIOCore CircularBuffer.swift
[574/630] Compiling NIOCore Codec.swift
[575/630] Compiling NIOCore ConvenienceOptionSupport.swift
[576/630] Compiling NIOCore DeadChannel.swift
[577/630] Compiling NIOCore DispatchQueue+WithFuture.swift
[578/630] Compiling NIOCore EventLoop+Deprecated.swift
[579/630] Compiling NIOCore EventLoop+SerialExecutor.swift
[580/630] Compiling NIOCore AddressedEnvelope.swift
[581/630] Compiling NIOCore AsyncAwaitSupport.swift
[582/630] Compiling NIOCore AsyncChannel.swift
[583/630] Compiling NIOCore AsyncChannelHandler.swift
[584/630] Compiling NIOCore AsyncChannelInboundStream.swift
[585/630] Compiling NIOCore AsyncChannelOutboundWriter.swift
[586/630] Compiling NIOCore NIOAsyncSequenceProducer.swift
[587/630] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[588/630] Compiling NIOCore NIOAsyncWriter.swift
[589/630] Compiling NIOCore MarkedCircularBuffer.swift
[590/630] Compiling NIOCore MulticastChannel.swift
[591/630] Compiling NIOCore NIOAny.swift
[592/630] Compiling NIOCore NIOCloseOnErrorHandler.swift
[593/630] Compiling NIOCore NIOLoopBound.swift
[594/630] Compiling NIOCore NIOScheduledCallback.swift
[595/630] Compiling NIOCore NIOSendable.swift
[596/630] Compiling NIOCore RecvByteBufferAllocator.swift
[597/630] Compiling NIOCore GlobalSingletons.swift
[598/630] Compiling NIOCore IO.swift
[599/630] Compiling NIOCore IOData.swift
[600/630] Compiling NIOCore IPProtocol.swift
[601/630] Compiling NIOCore IntegerBitPacking.swift
[602/630] Compiling NIOCore IntegerTypes.swift
[603/630] Compiling NIOCore Interfaces.swift
[604/630] Compiling NIOCore Linux.swift
[605/630] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[606/630] Compiling NIOCore BSDSocketAPI.swift
[607/630] Compiling NIOCore ByteBuffer-aux.swift
[608/630] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[609/630] Compiling NIOCore ByteBuffer-conversions.swift
[610/630] Compiling NIOCore ByteBuffer-core.swift
[611/630] Compiling NIOCore ByteBuffer-hex.swift
[612/630] Compiling NIOCore ByteBuffer-int.swift
[613/630] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[614/630] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[615/630] Compiling NIOCore SocketAddresses.swift
[616/630] Compiling NIOCore SocketOptionProvider.swift
[617/630] Compiling NIOCore SystemCallHelpers.swift
[618/630] Compiling NIOCore TimeAmount+Duration.swift
[619/630] Compiling NIOCore TypeAssistedChannelHandler.swift
[620/630] Compiling NIOCore UniversalBootstrapSupport.swift
[621/630] Compiling NIOCore Utilities.swift
[622/630] Compiling NIOCore ByteBuffer-multi-int.swift
[623/630] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[624/630] Compiling NIOCore ByteBuffer-views.swift
[625/630] Compiling NIOCore Channel.swift
[626/630] Compiling NIOCore ChannelHandler.swift
[627/630] Compiling NIOCore ChannelHandlers.swift
[628/630] Compiling NIOCore ChannelInvoker.swift
[629/630] Compiling NIOCore ChannelOption.swift
[630/630] Emitting module NIOCore
[632/682] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[633/682] Compiling NIOEmbedded AsyncTestingChannel.swift
[634/682] Emitting module NIOEmbedded
[635/682] Compiling NIOPosix PooledRecvBufferAllocator.swift
[636/682] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[637/682] Compiling NIOPosix PosixSingletons.swift
[638/682] Compiling NIOPosix RawSocketBootstrap.swift
[639/682] Compiling NIOPosix Resolver.swift
[640/682] Compiling NIOPosix Selectable.swift
[641/688] Compiling NIOEmbedded Embedded.swift
[643/689] Compiling NIOPosix ThreadPosix.swift
[644/689] Compiling NIOPosix ThreadWindows.swift
[645/689] Compiling NIOPosix UnsafeTransfer.swift
[646/689] Compiling NIOPosix Utilities.swift
[647/689] Compiling NIOPosix VsockAddress.swift
[648/689] Compiling NIOPosix VsockChannelEvents.swift
[649/689] Compiling NIOPosix SelectableChannel.swift
[650/689] Compiling NIOPosix SelectableEventLoop.swift
[651/689] Compiling NIOPosix SelectorEpoll.swift
[652/689] Compiling NIOPosix SelectorGeneric.swift
[653/689] Compiling NIOPosix SelectorKqueue.swift
[654/689] Compiling NIOPosix SelectorUring.swift
[655/689] Compiling NIOPosix ServerSocket.swift
[656/689] Compiling NIOPosix Socket.swift
[657/689] Compiling NIOPosix SocketChannel.swift
[658/689] Compiling NIOPosix SocketProtocols.swift
[659/689] Compiling NIOPosix System.swift
[660/689] Compiling NIOPosix Thread.swift
[661/689] Compiling NIOPosix BSDSocketAPICommon.swift
[662/689] Compiling NIOPosix BSDSocketAPIPosix.swift
[663/689] Compiling NIOPosix BSDSocketAPIWindows.swift
[664/689] Compiling NIOPosix BaseSocket.swift
[665/689] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[666/689] Compiling NIOPosix BaseSocketChannel.swift
[667/689] Compiling NIOPosix BaseStreamSocketChannel.swift
[668/689] Compiling NIOPosix Bootstrap.swift
[669/689] Compiling NIOPosix ControlMessage.swift
[670/689] Compiling NIOPosix DatagramVectorReadManager.swift
[671/689] Compiling NIOPosix Errors+Any.swift
[672/689] Compiling NIOPosix FileDescriptor.swift
[673/689] Compiling NIOPosix GetaddrinfoResolver.swift
[674/689] Compiling NIOPosix HappyEyeballs.swift
[675/689] Emitting module NIOPosix
[676/689] Compiling NIOPosix IO.swift
[677/689] Compiling NIOPosix IntegerBitPacking.swift
[678/689] Compiling NIOPosix IntegerTypes.swift
[679/689] Compiling NIOPosix Linux.swift
[680/689] Compiling NIOPosix LinuxCPUSet.swift
[681/689] Compiling NIOPosix LinuxUring.swift
[682/689] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[683/689] Compiling NIOPosix NIOThreadPool.swift
[684/689] Compiling NIOPosix NonBlockingFileIO.swift
[685/689] Compiling NIOPosix PendingDatagramWritesManager.swift
[686/689] Compiling NIOPosix PendingWritesManager.swift
[687/689] Compiling NIOPosix PipeChannel.swift
[688/689] Compiling NIOPosix PipePair.swift
[689/689] Compiling NIOPosix Pool.swift
[691/692] Compiling NIO Exports.swift
[692/692] Emitting module NIO
[694/732] Compiling NIOTLS SNIHandler.swift
[695/732] Compiling NIOTLS TLSEvents.swift
[696/732] Compiling NIOHTTP1 HTTPEncoder.swift
[697/732] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[698/733] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[699/733] Compiling NIOSOCKS ClientStateMachine.swift
[700/733] Compiling NIOHTTP1 ByteCollectionUtils.swift
[701/733] Compiling NIOHTTP1 HTTPDecoder.swift
[702/733] Emitting module NIOSOCKS
[703/733] Compiling NIOSOCKS SOCKSResponse.swift
[704/733] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[705/733] Emitting module NIOTLS
[706/733] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[707/733] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[708/734] Compiling NIOSOCKS ServerStateMachine.swift
[709/734] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[710/734] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[712/734] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[713/734] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[715/735] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[717/766] Compiling NIOSSL ByteBufferBIO.swift
[718/766] Compiling NIOSSL CustomPrivateKey.swift
[719/766] Compiling NIOSSL SSLCertificateExtensions.swift
[720/766] Compiling NIOSSL SSLConnection.swift
[721/766] Compiling NIOSSL NIOSSLClientHandler.swift
[722/766] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[723/766] Compiling NIOSSL SSLCallbacks.swift
[724/766] Compiling NIOSSL LinuxCABundle.swift
[725/766] Compiling NIOSSL IdentityVerification.swift
[726/766] Compiling NIOSSL SSLErrors.swift
[727/766] Emitting module NIOHTTP1
[728/766] Compiling NIOSSL NIOSSLServerHandler.swift
[729/766] Compiling NIOSSL ObjectIdentifier.swift
[730/766] Compiling NIOSSL PosixPort.swift
[731/766] Compiling NIOSSL SSLContext.swift
[732/766] Compiling NIOSSL AndroidCABundle.swift
[734/785] Emitting module NIOFoundationCompat
[735/785] Compiling NIOHPACK HuffmanTables.swift
[736/786] Compiling NIOSSL SSLPublicKey.swift
[737/786] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[738/786] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[739/786] Compiling NIOSSL SubjectAlternativeName.swift
[740/789] Emitting module NIOHTTPCompression
[741/789] Compiling NIOHPACK IndexedHeaderTable.swift
[742/789] Compiling NIOHPACK IntegerCoding.swift
[743/789] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[744/789] Compiling NIOHPACK HuffmanCoding.swift
[746/789] Compiling NIOSSL SSLInit.swift
[747/789] Compiling NIOSSL SSLPKCS12Bundle.swift
[748/789] Compiling NIOSSL SSLPrivateKey.swift
[749/789] Compiling NIOHPACK StaticHeaderTable.swift
[750/789] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[751/789] Compiling NIOSSL NIOSSLSecureBytes.swift
[752/789] Compiling NIOSSL RNG.swift
[753/789] Compiling NIOSSL SafeCompare.swift
[754/789] Compiling NIOSSL Zeroization.swift
[755/789] Compiling NIOHPACK DynamicHeaderTable.swift
[756/789] Compiling NIOHPACK HPACKDecoder.swift
[757/789] Compiling NIOHTTPCompression HTTPCompression.swift
[758/789] Compiling NIOHTTPCompression HTTPDecompression.swift
[759/789] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[760/789] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[761/790] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[762/790] Compiling NIOHPACK HPACKEncoder.swift
[763/790] Compiling NIOHPACK HPACKErrors.swift
[765/790] Emitting module NIOHPACK
[766/790] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[767/790] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[768/790] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[777/791] Compiling NIOSSL SSLCertificate.swift
[781/791] Compiling NIOHPACK HPACKHeader.swift
[782/791] Compiling NIOHPACK HeaderTables.swift
[784/791] Compiling NIOSSL NIOSSLHandler.swift
[785/791] Emitting module NIOSSL
[790/814] Compiling NIOTransportServices AcceptHandler.swift
[791/814] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[792/814] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[793/816] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[794/816] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[795/816] Compiling NIOTransportServices NIOTSListenerChannel.swift
[796/816] Compiling NIOTransportServices StateManagedChannel.swift
[797/816] Compiling NIOTransportServices StateManagedListenerChannel.swift
[798/816] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[799/816] Emitting module NIOTransportServices
[800/816] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[801/816] Compiling NIOTransportServices NIOTSSingletons.swift
[802/816] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[803/816] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[804/816] Compiling NIOTransportServices NIOTSErrors.swift
[805/816] Compiling NIOTransportServices NIOTSEventLoop.swift
[806/874] Compiling NIOHTTP2 SendingPushPromiseState.swift
[807/874] Compiling NIOHTTP2 SendingRstStreamState.swift
[808/874] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[809/874] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[810/874] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[811/874] Compiling NIOHTTP2 ReceivingDataState.swift
[812/874] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[813/874] Compiling NIOHTTP2 ReceivingHeadersState.swift
[815/875] Compiling NIOHTTP2 Error+Any.swift
[816/875] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[817/875] Compiling NIOHTTP2 ControlFrameBuffer.swift
[819/876] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[820/876] Compiling NIOHTTP2 HasFlowControlWindows.swift
[821/876] Compiling NIOHTTP2 HasLocalSettings.swift
[822/876] Compiling NIOHTTP2 HasRemoteSettings.swift
[823/876] Compiling NIOHTTP2 LocallyQuiescingState.swift
[824/876] Compiling NIOHTTP2 QuiescingState.swift
[825/876] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[826/876] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[827/884] Compiling NIOHTTP2 MaySendFrames.swift
[828/884] Compiling NIOHTTP2 SendingDataState.swift
[829/884] Compiling NIOHTTP2 SendingGoawayState.swift
[830/884] Compiling NIOHTTP2 SendingHeadersState.swift
[833/884] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[834/884] Compiling NIOHTTP2 HTTP2SettingsState.swift
[835/884] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[836/884] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[837/884] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[838/884] Compiling NIOHTTP2 HTTP2StreamID.swift
[839/884] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[840/884] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[841/884] Compiling NIOHTTP2 HTTP2UserEvents.swift
[842/884] Compiling NIOHTTP2 InboundEventBuffer.swift
[843/884] Compiling NIOHTTP2 InboundWindowManager.swift
[844/884] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[845/884] Compiling NIOHTTP2 StreamChannelFlowController.swift
[846/884] Compiling NIOHTTP2 StreamChannelList.swift
[847/884] Compiling NIOHTTP2 StreamMap.swift
[848/884] Compiling NIOHTTP2 StreamStateMachine.swift
[849/884] Compiling NIOHTTP2 UnsafeTransfer.swift
[850/884] Compiling NIOHTTP2 WatermarkedFlowController.swift
[851/884] Emitting module NIOHTTP2
[852/884] Compiling NIOHTTP2 ConnectionStateMachine.swift
[853/884] Compiling NIOHTTP2 ConnectionStreamsState.swift
[854/884] Compiling NIOHTTP2 MayReceiveFrames.swift
[861/884] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[862/884] Compiling NIOHTTP2 HTTP2Frame.swift
[863/884] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[864/884] Compiling NIOHTTP2 HTTP2FrameParser.swift
[865/884] Compiling NIOHTTP2 HTTP2PingData.swift
[866/884] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[867/884] Compiling NIOHTTP2 HTTP2Settings.swift
[868/884] Compiling NIOHTTP2 HTTP2Stream.swift
[869/884] Compiling NIOHTTP2 StateMachineResult.swift
[870/884] Compiling NIOHTTP2 ContentLengthVerifier.swift
[871/884] Compiling NIOHTTP2 DOSHeuristics.swift
[875/884] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[876/884] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[877/884] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[878/884] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[879/884] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[880/884] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[881/884] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[882/884] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[883/884] Compiling NIOHTTP2 HTTP2Error.swift
[884/884] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[886/944] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[887/944] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[888/944] Compiling AsyncHTTPClient AsyncLazySequence.swift
[889/944] Compiling AsyncHTTPClient HTTPClient+execute.swift
[890/944] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[891/944] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[892/944] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[893/944] Compiling AsyncHTTPClient HTTPClientRequest.swift
[894/944] Compiling AsyncHTTPClient HTTPClientResponse.swift
[895/952] Emitting module AsyncHTTPClient
[896/952] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[897/952] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[898/952] Compiling AsyncHTTPClient Transaction.swift
[899/952] Compiling AsyncHTTPClient Base64.swift
[900/952] Compiling AsyncHTTPClient BasicAuth.swift
[901/952] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[902/952] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[903/952] Compiling AsyncHTTPClient ConnectionPool.swift
[904/952] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[905/952] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[906/952] Compiling AsyncHTTPClient TLSEventsHandler.swift
[907/952] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[908/952] Compiling AsyncHTTPClient HTTP1Connection.swift
[909/952] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[910/952] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[911/952] Compiling AsyncHTTPClient HTTP2Connection.swift
[912/952] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[913/952] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[914/952] Compiling AsyncHTTPClient RequestOptions.swift
[915/952] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[916/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[917/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[918/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[919/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[920/952] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[921/952] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[922/952] Compiling AsyncHTTPClient ConnectionTarget.swift
[923/952] Compiling AsyncHTTPClient DeconstructedURL.swift
[924/952] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[925/952] Compiling AsyncHTTPClient FoundationExtensions.swift
[926/952] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[927/952] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[928/952] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[929/952] Compiling AsyncHTTPClient RequestBag.swift
[930/952] Compiling AsyncHTTPClient RequestValidation.swift
[931/952] Compiling AsyncHTTPClient SSLContextCache.swift
[932/952] Compiling AsyncHTTPClient Scheme.swift
[933/952] Compiling AsyncHTTPClient Singleton.swift
[934/952] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[935/952] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[936/952] Compiling AsyncHTTPClient Utils.swift
[937/952] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[938/952] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[939/952] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[940/952] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[941/952] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[942/952] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[943/952] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[944/952] Compiling AsyncHTTPClient RequestBodyLength.swift
[945/952] Compiling AsyncHTTPClient HTTPClient.swift
[946/952] Compiling AsyncHTTPClient HTTPHandler.swift
[947/952] Compiling AsyncHTTPClient LRUCache.swift
[948/952] Compiling AsyncHTTPClient NWErrorHandler.swift
[949/952] Compiling AsyncHTTPClient NWWaitingHandler.swift
[950/952] Compiling AsyncHTTPClient TLSConfiguration.swift
[951/952] Compiling AsyncHTTPClient RedirectState.swift
[952/952] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[954/986] Compiling GitHubKit GitCommit+Requests.swift
[955/986] Compiling GitHubKit GitTree+Requests.swift
[956/986] Compiling GitHubKit Organization+Requests.swift
[957/986] Compiling GitHubKit PR+Requests.swift
[958/990] 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()
[959/990] 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 {
[960/990] 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 {
[961/990] 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 {
[962/990] 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 {
[963/990] 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 {
[964/990] Compiling GitHubKit Release+Requests.swift
[965/990] Compiling GitHubKit Repo+Requests.swift
[966/990] Compiling GitHubKit Tag+Requests.swift
[967/990] Compiling GitHubKit Webhook+Requests.swift
[968/990] Compiling GitHubKit GitCommit.swift
[969/990] Compiling GitHubKit GitTree.swift
[970/990] Compiling GitHubKit License.swift
[971/990] Compiling GitHubKit Milestone.swift
[972/990] Compiling GitHubKit Organization.swift
[973/990] Compiling GitHubKit Branch.swift
[974/990] Compiling GitHubKit Comment.swift
[975/990] Compiling GitHubKit Commit.swift
[976/990] Compiling GitHubKit File.swift
[977/990] Compiling GitHubKit GitBlob.swift
[978/990] 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 {
[979/990] 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 {
[980/990] 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 {
[981/990] 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 {
[982/990] Compiling GitHubKit Verification.swift
[983/990] Compiling GitHubKit Webhook.swift
[984/990] Compiling GitHubKit Query.swift
[985/990] Compiling GitHubKit Branch+Requests.swift
[986/990] Compiling GitHubKit Owner.swift
[987/990] Compiling GitHubKit PR.swift
[988/990] Compiling GitHubKit Release.swift
[989/990] Compiling GitHubKit Repo.swift
[990/990] Compiling GitHubKit Tag.swift
[992/994] Emitting module GitHubKitMocks
[993/994] Compiling GitHubKitMocks Exports.swift
[994/994] 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! (233.33s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.