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 master (dad843), with Swift 6.1 for Linux on 26 Apr 2025 13:28:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/einstore/githubkit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dad843d Merge pull request #4 from pmmlo/master
Cloned https://github.com/einstore/githubkit.git
Revision (git rev-parse @):
dad843d3c3fa0b8c08225326bc2590249f66d39f
SUCCESS checkout https://github.com/einstore/githubkit.git at master
========================================
Build
========================================
Selected platform:         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-2":/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.54s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[368/4324] Fetching swift-nio-transport-services, swift-atomics
[944/8160] Fetching swift-nio-transport-services, swift-atomics, swift-log
[1067/14063] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms
[6071/25555] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
[13513/22936] Fetching swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.35s)
[12383/21231] Fetching swift-log, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[13993/36024] Fetching swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl
[18953/41686] Fetching swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio-extras
[29557/117117] Fetching swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
[26291/111455] Fetching swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.51s)
[44346/107619] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (3.51s)
[39198/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.55s)
[29214/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.60s)
[55065/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (12.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.56s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[1046/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.15s)
Fetched https://github.com/apple/swift-collections.git from cache (2.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.42s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.93s)
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.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
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.12s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[362/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
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 (1.51s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.66s)
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.83s)
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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/441] Write sources
[22/441] Compiling CNIOWindows shim.c
[23/441] Compiling CNIOWASI CNIOWASI.c
[23/441] Compiling _NumericsShims _NumericsShims.c
[23/441] Compiling CNIOWindows WSAStartup.c
[26/441] Compiling CNIOLinux liburing_shims.c
[27/441] Compiling CNIOExtrasZlib empty.c
[28/441] Compiling _AtomicsShims.c
[29/441] Compiling CNIOLLHTTP c_nio_http.c
[30/441] Compiling CNIODarwin shim.c
[31/441] Compiling fiat_p256_adx_sqr.S
[32/441] Compiling CNIOLinux shim.c
[33/441] Compiling fiat_p256_adx_mul.S
[34/441] Compiling CNIOLLHTTP c_nio_api.c
[35/441] Compiling fiat_curve25519_adx_square.S
[36/441] Compiling fiat_curve25519_adx_mul.S
[37/441] Write swift-version-24593BA9C3E375BF.txt
[38/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/441] Compiling CNIOBoringSSLShims shims.c
[40/447] Compiling tls13_both.cc
[41/447] Compiling tls_method.cc
[42/457] Compiling tls_record.cc
[43/462] Compiling tls13_enc.cc
[44/468] Compiling tls13_client.cc
[45/479] Compiling tls13_server.cc
[47/479] Emitting module InternalCollectionsUtilities
[47/481] Compiling t1_enc.cc
[49/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/481] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/481] Compiling InternalCollectionsUtilities Integer rank.swift
[53/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/481] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[57/481] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[58/481] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[59/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/481] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/481] Compiling InternalCollectionsUtilities Debugging.swift
[64/481] Compiling InternalCollectionsUtilities Descriptions.swift
[65/481] Compiling _NIODataStructures _TinyArray.swift
[66/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/481] Compiling InternalCollectionsUtilities Specialize.swift
[70/482] Compiling RealModule Float16+Real.swift
[73/482] Compiling RealModule ElementaryFunctions.swift
[74/482] Emitting module RealModule
[75/483] Emitting module _NIOBase64
[76/483] Compiling _NIOBase64 Base64.swift
[77/484] Compiling _NIODataStructures PriorityQueue.swift
[78/484] Compiling RealModule Real.swift
[79/484] Compiling RealModule Float+Real.swift
[80/484] Compiling RealModule Float80+Real.swift
[80/484] Compiling ssl_versions.cc
[84/484] Compiling RealModule RealFunctions.swift
[85/485] Compiling ssl_x509.cc
[86/500] Compiling ssl_transcript.cc
[88/500] Compiling DequeModule Deque+CustomReflectable.swift
[89/500] Compiling DequeModule Deque+Descriptions.swift
[90/502] Compiling Logging MetadataProvider.swift
[91/502] Compiling DequeModule _DequeBuffer.swift
[92/502] Compiling DequeModule _DequeBufferHeader.swift
[93/502] Emitting module Logging
[94/502] Compiling Logging Locks.swift
[95/502] Compiling Logging LogHandler.swift
[96/502] Compiling DequeModule Deque+Equatable.swift
[97/502] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/502] Compiling DequeModule Deque+Extras.swift
[99/502] Compiling DequeModule Deque+Hashable.swift
[100/502] Compiling Logging Logging.swift
[101/503] Emitting module _NIODataStructures
[102/503] Compiling _NIODataStructures Heap.swift
[103/504] Compiling DequeModule Deque._UnsafeHandle.swift
[104/504] Compiling DequeModule Deque.swift
[106/504] Compiling DequeModule Deque+Testing.swift
[107/504] Compiling DequeModule Deque._Storage.swift
[109/504] Compiling DequeModule _DequeSlot.swift
[110/504] Compiling DequeModule _UnsafeWrappedBuffer.swift
[111/504] Compiling DequeModule Deque+Codable.swift
[112/504] Compiling DequeModule Deque+Collection.swift
[112/504] Compiling ssl_stat.cc
[114/504] Emitting module DequeModule
[114/505] Compiling ssl_session.cc
[116/505] Compiling ssl_privkey.cc
[117/505] Compiling ssl_file.cc
[118/505] Compiling ssl_key_share.cc
[119/505] Compiling ssl_lib.cc
[120/505] Compiling ssl_credential.cc
[121/505] Compiling ssl_aead_ctx.cc
[122/505] Compiling ssl_cipher.cc
[123/505] Compiling ssl_buffer.cc
[124/505] Compiling ssl_cert.cc
[125/505] Compiling ssl_asn1.cc
[126/505] Compiling s3_pkt.cc
[127/505] Compiling handshake_server.cc
[128/505] Compiling s3_lib.cc
[129/505] Compiling s3_both.cc
[130/505] Compiling handshake_client.cc
[131/505] Compiling dtls_method.cc
[132/505] Compiling handoff.cc
[133/505] Compiling handshake.cc
[134/505] Compiling encrypted_client_hello.cc
[135/505] Compiling md5-x86_64-linux.S
[136/505] Compiling dtls_record.cc
[137/505] Compiling md5-x86_64-apple.S
[138/505] Compiling md5-586-linux.S
[139/505] Compiling md5-586-apple.S
[140/505] Compiling chacha20_poly1305_x86_64-linux.S
[141/505] Compiling extensions.cc
[142/505] Compiling chacha20_poly1305_x86_64-apple.S
[143/505] Compiling chacha20_poly1305_armv8-win.S
[144/505] Compiling chacha20_poly1305_armv8-linux.S
[145/505] Compiling err_data.cc
[146/505] Compiling chacha20_poly1305_armv8-apple.S
[147/505] Compiling chacha-x86_64-linux.S
[148/505] Compiling chacha-x86-linux.S
[149/505] Compiling chacha-x86_64-apple.S
[150/505] Compiling d1_srtp.cc
[151/505] Compiling chacha-x86-apple.S
[152/505] Compiling chacha-armv8-linux.S
[153/505] Compiling chacha-armv8-win.S
[154/505] Compiling chacha-armv8-apple.S
[155/505] Compiling aes128gcmsiv-x86_64-linux.S
[156/505] Compiling aes128gcmsiv-x86_64-apple.S
[157/505] Compiling chacha-armv4-linux.S
[158/505] Compiling x86_64-mont5-apple.S
[159/505] Compiling x86_64-mont5-linux.S
[160/505] Compiling x86_64-mont-apple.S
[161/505] Compiling x86_64-mont-linux.S
[162/505] Compiling d1_pkt.cc
[163/505] Compiling x86-mont-linux.S
[164/505] Compiling x86-mont-apple.S
[165/505] Compiling vpaes-x86_64-apple.S
[165/505] Compiling vpaes-x86-apple.S
[167/505] Compiling vpaes-x86-linux.S
[168/505] Compiling vpaes-x86_64-linux.S
[169/505] Compiling vpaes-armv8-win.S
[170/505] Compiling vpaes-armv8-linux.S
[171/505] Compiling vpaes-armv7-linux.S
[172/505] Compiling vpaes-armv8-apple.S
[173/505] Compiling bio_ssl.cc
[174/505] Compiling sha512-x86_64-apple.S
[175/505] Compiling sha512-x86_64-linux.S
[176/505] Compiling sha512-armv8-linux.S
[177/505] Compiling sha512-586-linux.S
[178/505] Compiling sha512-armv8-win.S
[178/505] Compiling sha512-armv8-apple.S
[180/505] Compiling sha512-armv4-linux.S
[180/505] Compiling sha512-586-apple.S
[182/505] Compiling d1_lib.cc
[183/505] Compiling sha256-x86_64-linux.S
[184/505] Compiling sha256-x86_64-apple.S
[185/505] Compiling sha256-armv8-win.S
[186/505] Compiling sha256-586-apple.S
[187/505] Compiling sha256-armv4-linux.S
[188/505] Compiling sha256-armv8-linux.S
[189/505] Compiling sha256-586-linux.S
[190/505] Compiling sha256-armv8-apple.S
[191/505] Compiling sha1-x86_64-apple.S
[192/505] Compiling sha1-armv8-win.S
[193/505] Compiling sha1-x86_64-linux.S
[194/505] Compiling sha1-armv8-linux.S
[195/505] Compiling sha1-586-linux.S
[196/505] Compiling sha1-armv8-apple.S
[197/505] Compiling sha1-586-apple.S
[198/505] Compiling sha1-armv4-large-linux.S
[199/505] Compiling p256_beeu-x86_64-asm-linux.S
[199/505] Compiling rdrand-x86_64-apple.S
[201/505] Compiling rdrand-x86_64-linux.S
[202/505] Compiling rsaz-avx2-apple.S
[203/505] Compiling rsaz-avx2-linux.S
[204/505] Compiling p256_beeu-x86_64-asm-apple.S
[205/505] Compiling p256_beeu-armv8-asm-linux.S
[206/505] Compiling p256_beeu-armv8-asm-win.S
[207/505] Compiling p256_beeu-armv8-asm-apple.S
[208/505] Compiling p256-x86_64-asm-linux.S
[209/505] Compiling p256-x86_64-asm-apple.S
[210/505] Compiling d1_both.cc
[211/505] Compiling p256-armv8-asm-win.S
[212/505] Compiling p256-armv8-asm-linux.S
[213/505] Compiling p256-armv8-asm-apple.S
[214/505] Compiling ghashv8-armv8-apple.S
[215/505] Compiling ghashv8-armv8-win.S
[216/505] Compiling ghashv8-armv7-linux.S
[217/505] Compiling ghashv8-armv8-linux.S
[218/505] Compiling ghash-x86_64-apple.S
[219/505] Compiling ghash-x86-linux.S
[220/505] Compiling ghash-x86_64-linux.S
[221/505] Compiling ghash-ssse3-x86_64-apple.S
[222/505] Compiling ghash-ssse3-x86_64-linux.S
[223/505] Compiling ghash-x86-apple.S
[224/505] Compiling ghash-neon-armv8-win.S
[225/505] Compiling ghash-neon-armv8-linux.S
[226/505] Compiling ghash-ssse3-x86-apple.S
[227/505] Compiling ghash-ssse3-x86-linux.S
[228/505] Compiling ghash-neon-armv8-apple.S
[229/505] Compiling ghash-armv4-linux.S
[230/505] Compiling co-586-apple.S
[231/505] Compiling co-586-linux.S
[232/505] Compiling bn-armv8-linux.S
[233/505] Compiling bsaes-armv7-linux.S
[234/505] Compiling bn-armv8-win.S
[235/505] Compiling bn-armv8-apple.S
[236/505] Compiling bn-586-linux.S
[237/505] Compiling armv8-mont-win.S
[238/505] Compiling bn-586-apple.S
[239/505] Compiling armv8-mont-apple.S
[240/505] Compiling armv4-mont-linux.S
[241/505] Compiling aesv8-gcm-armv8-linux.S
[242/505] Compiling armv8-mont-linux.S
[243/505] Compiling aesv8-gcm-armv8-win.S
[244/505] Compiling aesv8-armv8-win.S
[245/505] Compiling aesv8-gcm-armv8-apple.S
[246/505] Compiling aesv8-armv8-linux.S
[246/505] Compiling aesv8-armv8-apple.S
[248/505] Compiling aesv8-armv7-linux.S
[249/505] Compiling aesni-x86_64-linux.S
[250/505] Compiling aesni-x86-linux.S
[251/505] Compiling aesni-x86_64-apple.S
[252/505] Compiling aesni-x86-apple.S
[253/505] Compiling aesni-gcm-x86_64-apple.S
[254/505] Compiling aes-gcm-avx2-x86_64-apple.S
[255/505] Compiling aes-gcm-avx2-x86_64-linux.S
[255/505] Compiling aesni-gcm-x86_64-linux.S
[257/505] Compiling aes-gcm-avx10-x86_64-linux.S
[258/505] Compiling aes-gcm-avx10-x86_64-apple.S
[259/505] Compiling x_x509a.cc
[260/505] Compiling x_val.cc
[261/505] Compiling x_sig.cc
[262/505] Compiling x_x509.cc
[263/505] Compiling x_spki.cc
[264/505] Compiling x_pubkey.cc
[265/505] Compiling x_req.cc
[266/505] Compiling x_name.cc
[267/505] Compiling x_all.cc
[268/505] Compiling x509rset.cc
[269/505] Compiling x_algor.cc
[270/505] Compiling x_exten.cc
[271/505] Compiling x_attrib.cc
[272/505] Compiling x_crl.cc
[273/505] Compiling x509spki.cc
[274/505] Compiling x509name.cc
[275/505] Compiling x509cset.cc
[276/505] Compiling x509_txt.cc
[277/505] Compiling x509_set.cc
[278/505] Compiling x509_v3.cc
[279/505] Compiling x509_vfy.cc
[280/505] Compiling x509_trs.cc
[281/505] Compiling x509_vpm.cc
[282/505] Compiling x509_req.cc
[283/505] Compiling x509_obj.cc
[284/505] Compiling x509_def.cc
[285/505] Compiling x509_lu.cc
[286/505] Compiling x509_d2.cc
[287/505] Compiling x509_cmp.cc
[288/505] Compiling x509_ext.cc
[289/505] Compiling x509_att.cc
[290/505] Compiling x509.cc
[291/505] Compiling v3_utl.cc
[292/505] Compiling v3_skey.cc
[293/505] Compiling v3_prn.cc
[294/505] Compiling v3_pmaps.cc
[295/505] Compiling v3_purp.cc
[296/505] Compiling v3_lib.cc
[297/505] Compiling v3_ocsp.cc
[298/505] Compiling v3_ncons.cc
[299/505] Compiling v3_ia5.cc
[300/505] Compiling v3_pcons.cc
[301/505] Compiling v3_int.cc
[302/505] Compiling v3_info.cc
[303/505] Compiling v3_genn.cc
[304/505] Compiling v3_extku.cc
[305/505] Compiling v3_cpols.cc
[306/505] Compiling v3_bitst.cc
[307/505] Compiling v3_enum.cc
[308/505] Compiling v3_bcons.cc
[309/505] Compiling v3_crld.cc
[310/505] Compiling v3_conf.cc
[311/505] Compiling v3_alt.cc
[312/505] Compiling t_x509a.cc
[313/505] Compiling t_crl.cc
[314/505] Compiling v3_akeya.cc
[315/505] Compiling v3_akey.cc
[316/505] Compiling policy.cc
[317/505] Compiling i2d_pr.cc
[318/505] Compiling t_x509.cc
[319/505] Compiling t_req.cc
[320/505] Compiling name_print.cc
[321/505] Compiling rsa_pss.cc
[322/505] Compiling by_file.cc
[323/505] Compiling a_sign.cc
[324/505] Compiling algorithm.cc
[325/505] Compiling a_digest.cc
[326/505] Compiling by_dir.cc
[327/505] Compiling a_verify.cc
[328/505] Compiling thread.cc
[329/505] Compiling asn1_gen.cc
[330/505] Compiling thread_pthread.cc
[331/505] Compiling thread_none.cc
[332/505] Compiling thread_win.cc
[333/505] Compiling voprf.cc
[334/505] Compiling slhdsa.cc
[335/505] Compiling trust_token.cc
[336/505] Compiling sha256.cc
[337/505] Compiling pmbtoken.cc
[338/505] Compiling sha512.cc
[339/505] Compiling stack.cc
[340/505] Compiling siphash.cc
[341/505] Compiling rsa_print.cc
[342/505] Compiling sha1.cc
[343/505] Compiling rsa_asn1.cc
[344/505] Compiling rsa_crypt.cc
[345/505] Compiling rsa_extra.cc
[346/505] Compiling refcount.cc
[347/505] Compiling trusty.cc
[348/505] Compiling spake2plus.cc
[349/505] Compiling windows.cc
[350/505] Compiling rc4.cc
[351/505] Compiling passive.cc
[352/505] Compiling rand.cc
[353/505] Compiling getentropy.cc
[354/505] Compiling ios.cc
[355/505] Compiling urandom.cc
[356/505] Compiling deterministic.cc
[357/505] Compiling poly1305_arm_asm.S
[357/505] Compiling fork_detect.cc
[359/505] Compiling poly1305.cc
[360/505] Compiling forkunsafe.cc
[361/505] Compiling poly1305_arm.cc
[362/505] Compiling poly1305_vec.cc
[363/505] Compiling pkcs7.cc
[364/505] Compiling pool.cc
[365/505] Compiling p5_pbev2.cc
[366/505] Compiling pkcs8_x509.cc
[367/505] Compiling pkcs7_x509.cc
[368/505] Compiling pkcs8.cc
[369/505] Compiling pem_xaux.cc
[370/505] Compiling pem_x509.cc
[371/505] Compiling pem_pkey.cc
[372/505] Compiling obj_xref.cc
[373/505] Compiling pem_pk8.cc
[374/505] Compiling mlkem.cc
[375/505] Compiling pem_oth.cc
[376/505] Compiling mldsa.cc
[377/505] Compiling pem_info.cc
[378/505] Compiling mem.cc
[379/505] Compiling obj.cc
[380/505] Compiling md5.cc
[381/505] Compiling pem_all.cc
[382/505] Compiling pem_lib.cc
[383/505] Compiling fips_shared_support.cc
[384/505] Compiling poly_rq_mul.S
[385/505] Compiling md4.cc
[386/505] Compiling lhash.cc
[387/505] Compiling sign.cc
[388/505] Compiling hrss.cc
[389/505] Compiling ex_data.cc
[390/505] Compiling kyber.cc
[391/505] Compiling scrypt.cc
[392/505] Compiling print.cc
[393/505] Compiling hpke.cc
[394/505] Compiling pbkdf.cc
[395/505] Compiling p_x25519.cc
[396/505] Compiling p_rsa_asn1.cc
[397/505] Compiling p_x25519_asn1.cc
[398/505] Compiling p_ed25519.cc
[399/505] Compiling p_hkdf.cc
[400/505] Compiling p_rsa.cc
[401/505] Compiling p_ed25519_asn1.cc
[402/505] Compiling p_ec_asn1.cc
[403/505] Compiling p_ec.cc
[404/505] Compiling p_dh.cc
[405/505] Compiling p_dh_asn1.cc
[406/505] Compiling evp_ctx.cc
[407/505] Compiling p_dsa_asn1.cc
[408/505] Compiling evp.cc
[409/505] Compiling err.cc
[410/505] Compiling engine.cc
[411/505] Compiling ecdh.cc
[412/505] Compiling evp_asn1.cc
[413/505] Compiling ecdsa_asn1.cc
[414/505] Compiling hash_to_curve.cc
[415/505] Compiling ec_derive.cc
[416/505] Compiling dsa.cc
[417/505] Compiling dsa_asn1.cc
[418/505] Compiling params.cc
[418/505] Compiling ec_asn1.cc
[420/505] Compiling des.cc
[421/505] Compiling x25519-asm-arm.S
[422/505] Compiling dh_asn1.cc
[423/505] Compiling digest_extra.cc
[424/505] Compiling crypto.cc
[425/505] Compiling cpu_intel.cc
[426/505] Compiling cpu_arm_linux.cc
[427/505] Compiling spake25519.cc
[428/505] Compiling cpu_arm_freebsd.cc
[429/505] Compiling curve25519.cc
[430/505] Compiling cpu_aarch64_win.cc
[431/505] Compiling cpu_aarch64_sysreg.cc
[432/505] Compiling bcm.cc
[433/505] Compiling curve25519_64_adx.cc
[434/505] Compiling cpu_aarch64_openbsd.cc
[435/505] Compiling cpu_aarch64_linux.cc
[436/505] Compiling cpu_aarch64_fuchsia.cc
[437/505] Compiling cpu_aarch64_apple.cc
[438/505] Compiling get_cipher.cc
[439/505] Compiling tls_cbc.cc
[440/505] Compiling conf.cc
[440/505] Compiling e_rc4.cc
[442/505] Compiling e_tls.cc
[443/505] Compiling e_rc2.cc
[444/505] Compiling e_null.cc
[445/505] Compiling e_des.cc
[446/505] Compiling derive_key.cc
[447/505] Compiling e_chacha20poly1305.cc
[448/505] Compiling e_aesctrhmac.cc
[449/505] Compiling e_aesgcmsiv.cc
[450/505] Compiling chacha.cc
[451/505] Compiling unicode.cc
[452/505] Compiling cbs.cc
[453/505] Compiling buf.cc
[454/505] Compiling cbb.cc
[455/505] Compiling ber.cc
[456/505] Compiling asn1_compat.cc
[457/505] Compiling blake2.cc
[458/505] Compiling bn_asn1.cc
[459/505] Compiling socket_helper.cc
[460/505] Compiling convert.cc
[461/505] Compiling socket.cc
[462/505] Compiling printf.cc
[463/505] Compiling pair.cc
[464/505] Compiling hexdump.cc
[465/505] Compiling file.cc
[466/505] Compiling errno.cc
[467/505] Compiling fd.cc
[468/505] Compiling connect.cc
[469/505] Compiling bio_mem.cc
[470/505] Compiling bio.cc
[471/505] Compiling base64.cc
[472/505] Compiling tasn_enc.cc
[473/505] Compiling tasn_typ.cc
[474/505] Compiling tasn_fre.cc
[475/505] Compiling f_string.cc
[476/505] Compiling posix_time.cc
[477/505] Compiling tasn_new.cc
[478/505] Compiling f_int.cc
[479/505] Compiling tasn_utl.cc
[480/505] Compiling asn1_par.cc
[481/505] Compiling asn_pack.cc
[482/505] Compiling tasn_dec.cc
[483/505] Compiling a_octet.cc
[484/505] Compiling a_utctm.cc
[485/505] Compiling asn1_lib.cc
[486/505] Compiling a_type.cc
[487/505] Compiling a_time.cc
[488/505] Compiling a_strnid.cc
[489/505] Compiling a_strex.cc
[490/505] Compiling a_object.cc
[491/505] Compiling a_i2d_fp.cc
[492/505] Compiling a_dup.cc
[493/505] Compiling a_d2i_fp.cc
[494/505] Compiling a_mbstr.cc
[494/505] Write sources
[498/505] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[499/505] Compiling a_int.cc
[500/505] Compiling a_gentm.cc
[501/524] Compiling a_bitstr.cc
[502/549] Compiling a_bool.cc
[504/549] Compiling Algorithms MinMax.swift
[505/549] Compiling Algorithms RandomSample.swift
[506/551] Compiling Algorithms Reductions.swift
[507/551] Compiling Algorithms Rotate.swift
[508/551] Compiling Algorithms Joined.swift
[509/551] Compiling Algorithms Keyed.swift
[510/551] Compiling Algorithms AdjacentPairs.swift
[511/551] Compiling Algorithms Chain.swift
[512/551] Compiling Algorithms Chunked.swift
[513/551] Compiling Algorithms Grouped.swift
[514/551] Compiling Algorithms Indexed.swift
[515/551] Compiling Algorithms Intersperse.swift
[516/551] Compiling Algorithms EitherSequence.swift
[517/551] Compiling Algorithms FirstNonNil.swift
[518/551] Compiling Algorithms FlattenCollection.swift
[519/551] Compiling Atomics IntegerOperations.swift
[520/551] Compiling Atomics Unmanaged extensions.swift
[521/551] Compiling Algorithms Split.swift
[522/551] Compiling Algorithms Stride.swift
[523/551] Compiling Algorithms Suffix.swift
[527/554] Compiling Algorithms Compacted.swift
[528/554] Compiling Algorithms Cycle.swift
[536/554] Compiling Algorithms Product.swift
[541/554] Compiling Algorithms Trim.swift
[542/554] Compiling Algorithms Unique.swift
[543/554] Compiling Algorithms Windows.swift
[547/554] Compiling Algorithms Combinations.swift
[548/554] Emitting module Atomics
[551/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 NIOAtomic.swift
[559/562] Emitting module NIOConcurrencyHelpers
[560/562] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[561/562] Compiling NIOConcurrencyHelpers NIOLock.swift
[562/562] Compiling NIOConcurrencyHelpers atomics.swift
[564/622] Compiling NIOCore MarkedCircularBuffer.swift
[565/622] Compiling NIOCore MulticastChannel.swift
[566/622] Compiling NIOCore NIOAny.swift
[567/622] Compiling NIOCore NIOCloseOnErrorHandler.swift
[568/622] Compiling NIOCore NIOLoopBound.swift
[569/622] Compiling NIOCore NIOScheduledCallback.swift
[570/622] Compiling NIOCore NIOSendable.swift
[571/622] Compiling NIOCore RecvByteBufferAllocator.swift
[572/630] Compiling NIOCore EventLoop.swift
[573/630] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[574/630] Compiling NIOCore EventLoopFuture+Deprecated.swift
[575/630] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[576/630] Compiling NIOCore EventLoopFuture.swift
[577/630] Compiling NIOCore FileDescriptor.swift
[578/630] Compiling NIOCore FileHandle.swift
[579/630] Compiling NIOCore FileRegion.swift
[580/630] Compiling NIOCore ChannelPipeline.swift
[581/630] Compiling NIOCore CircularBuffer.swift
[582/630] Compiling NIOCore Codec.swift
[583/630] Compiling NIOCore ConvenienceOptionSupport.swift
[584/630] Compiling NIOCore DeadChannel.swift
[585/630] Compiling NIOCore DispatchQueue+WithFuture.swift
[586/630] Compiling NIOCore EventLoop+Deprecated.swift
[587/630] Compiling NIOCore EventLoop+SerialExecutor.swift
[588/630] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[589/630] Compiling NIOCore SocketAddresses.swift
[590/630] Compiling NIOCore SocketOptionProvider.swift
[591/630] Compiling NIOCore SystemCallHelpers.swift
[592/630] Compiling NIOCore TimeAmount+Duration.swift
[593/630] Compiling NIOCore TypeAssistedChannelHandler.swift
[594/630] Compiling NIOCore UniversalBootstrapSupport.swift
[595/630] Compiling NIOCore Utilities.swift
[596/630] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[597/630] Compiling NIOCore BSDSocketAPI.swift
[598/630] Compiling NIOCore ByteBuffer-aux.swift
[599/630] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[600/630] Compiling NIOCore ByteBuffer-conversions.swift
[601/630] Compiling NIOCore ByteBuffer-core.swift
[602/630] Compiling NIOCore ByteBuffer-hex.swift
[603/630] Compiling NIOCore ByteBuffer-int.swift
[604/630] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[605/630] Compiling NIOCore GlobalSingletons.swift
[606/630] Compiling NIOCore IO.swift
[607/630] Compiling NIOCore IOData.swift
[608/630] Compiling NIOCore IPProtocol.swift
[609/630] Compiling NIOCore IntegerBitPacking.swift
[610/630] Compiling NIOCore IntegerTypes.swift
[611/630] Compiling NIOCore Interfaces.swift
[612/630] Compiling NIOCore Linux.swift
[613/630] Compiling NIOCore ByteBuffer-multi-int.swift
[614/630] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[615/630] Compiling NIOCore ByteBuffer-views.swift
[616/630] Compiling NIOCore Channel.swift
[617/630] Compiling NIOCore ChannelHandler.swift
[618/630] Compiling NIOCore ChannelHandlers.swift
[619/630] Compiling NIOCore ChannelInvoker.swift
[620/630] Compiling NIOCore ChannelOption.swift
[621/630] Compiling NIOCore AddressedEnvelope.swift
[622/630] Compiling NIOCore AsyncAwaitSupport.swift
[623/630] Compiling NIOCore AsyncChannel.swift
[624/630] Compiling NIOCore AsyncChannelHandler.swift
[625/630] Compiling NIOCore AsyncChannelInboundStream.swift
[626/630] Compiling NIOCore AsyncChannelOutboundWriter.swift
[627/630] Compiling NIOCore NIOAsyncSequenceProducer.swift
[628/630] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[629/630] Compiling NIOCore NIOAsyncWriter.swift
[630/630] Emitting module NIOCore
[632/682] Compiling NIOEmbedded Embedded.swift
[633/682] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[634/682] Emitting module NIOEmbedded
[635/682] Compiling NIOEmbedded AsyncTestingChannel.swift
[637/683] Compiling NIOPosix IO.swift
[638/683] Compiling NIOPosix IntegerBitPacking.swift
[639/683] Compiling NIOPosix IntegerTypes.swift
[640/683] Compiling NIOPosix Linux.swift
[641/683] Compiling NIOPosix LinuxCPUSet.swift
[642/683] Compiling NIOPosix LinuxUring.swift
[643/683] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[644/689] Emitting module NIOPosix
[645/689] Compiling NIOPosix ThreadPosix.swift
[646/689] Compiling NIOPosix ThreadWindows.swift
[647/689] Compiling NIOPosix UnsafeTransfer.swift
[648/689] Compiling NIOPosix Utilities.swift
[649/689] Compiling NIOPosix VsockAddress.swift
[650/689] Compiling NIOPosix VsockChannelEvents.swift
[651/689] Compiling NIOPosix ServerSocket.swift
[652/689] Compiling NIOPosix Socket.swift
[653/689] Compiling NIOPosix SocketChannel.swift
[654/689] Compiling NIOPosix SocketProtocols.swift
[655/689] Compiling NIOPosix System.swift
[656/689] Compiling NIOPosix Thread.swift
[657/689] Compiling NIOPosix SelectableChannel.swift
[658/689] Compiling NIOPosix SelectableEventLoop.swift
[659/689] Compiling NIOPosix SelectorEpoll.swift
[660/689] Compiling NIOPosix SelectorGeneric.swift
[661/689] Compiling NIOPosix SelectorKqueue.swift
[662/689] Compiling NIOPosix SelectorUring.swift
[663/689] Compiling NIOPosix BSDSocketAPICommon.swift
[664/689] Compiling NIOPosix BSDSocketAPIPosix.swift
[665/689] Compiling NIOPosix BSDSocketAPIWindows.swift
[666/689] Compiling NIOPosix BaseSocket.swift
[667/689] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[668/689] Compiling NIOPosix BaseSocketChannel.swift
[669/689] Compiling NIOPosix BaseStreamSocketChannel.swift
[670/689] Compiling NIOPosix Bootstrap.swift
[671/689] Compiling NIOPosix ControlMessage.swift
[672/689] Compiling NIOPosix DatagramVectorReadManager.swift
[673/689] Compiling NIOPosix Errors+Any.swift
[674/689] Compiling NIOPosix FileDescriptor.swift
[675/689] Compiling NIOPosix GetaddrinfoResolver.swift
[676/689] Compiling NIOPosix HappyEyeballs.swift
[677/689] Compiling NIOPosix NIOThreadPool.swift
[678/689] Compiling NIOPosix NonBlockingFileIO.swift
[679/689] Compiling NIOPosix PendingDatagramWritesManager.swift
[680/689] Compiling NIOPosix PendingWritesManager.swift
[681/689] Compiling NIOPosix PipeChannel.swift
[682/689] Compiling NIOPosix PipePair.swift
[683/689] Compiling NIOPosix Pool.swift
[684/689] Compiling NIOPosix PooledRecvBufferAllocator.swift
[685/689] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[686/689] Compiling NIOPosix PosixSingletons.swift
[687/689] Compiling NIOPosix RawSocketBootstrap.swift
[688/689] Compiling NIOPosix Resolver.swift
[689/689] Compiling NIOPosix Selectable.swift
[691/692] Emitting module NIO
[692/692] Compiling NIO Exports.swift
[694/732] Emitting module NIOHTTP1
[695/734] Compiling NIOTLS TLSEvents.swift
[696/734] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[697/734] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[698/735] Compiling NIOSOCKS ClientStateMachine.swift
[699/735] Compiling NIOSOCKS SOCKSResponse.swift
[700/735] Compiling NIOSOCKS ServerStateMachine.swift
[701/735] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[702/735] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[703/735] Compiling NIOSOCKS AuthenticationMethod.swift
[704/735] Compiling NIOSOCKS ClientGreeting.swift
[705/735] Compiling NIOSOCKS Errors.swift
[706/735] Compiling NIOSOCKS Helpers.swift
[707/735] Compiling NIOSOCKS SOCKSClientHandler.swift
[708/735] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[709/735] Emitting module NIOSOCKS
[710/735] Compiling NIOSOCKS Messages.swift
[711/735] Compiling NIOSOCKS SOCKSRequest.swift
[712/735] Emitting module NIOTLS
[713/735] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[714/735] Compiling NIOTLS SNIHandler.swift
[715/735] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[716/737] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[717/737] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[722/737] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[723/737] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[724/746] Compiling NIOSSL LinuxCABundle.swift
[725/746] Compiling NIOSSL NIOSSLClientHandler.swift
[726/746] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[727/766] Compiling NIOSSL ByteBufferBIO.swift
[728/766] Compiling NIOSSL CustomPrivateKey.swift
[729/766] Compiling NIOSSL SSLCertificateExtensions.swift
[730/766] Compiling NIOSSL SSLConnection.swift
[731/766] Compiling NIOSSL IdentityVerification.swift
[732/766] Compiling NIOSSL SSLCertificate.swift
[734/785] Emitting module NIOHTTPCompression
[735/785] Compiling NIOHPACK IndexedHeaderTable.swift
[736/786] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[737/786] Compiling NIOHTTPCompression HTTPCompression.swift
[738/786] Compiling NIOHTTPCompression HTTPDecompression.swift
[739/786] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[740/786] Compiling NIOHPACK IntegerCoding.swift
[741/786] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[742/786] Compiling NIOHPACK StaticHeaderTable.swift
[743/786] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[744/786] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[745/786] Emitting module NIOFoundationCompat
[746/786] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[747/786] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[748/786] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[749/788] Compiling NIOHPACK HuffmanCoding.swift
[750/788] Compiling NIOHPACK HuffmanTables.swift
[752/788] Compiling NIOHPACK DynamicHeaderTable.swift
[753/788] Compiling NIOHPACK HPACKDecoder.swift
[755/788] Emitting module NIOHPACK
[756/810] Compiling NIOSSL NIOSSLSecureBytes.swift
[757/810] Compiling NIOSSL RNG.swift
[758/810] Compiling NIOSSL SafeCompare.swift
[759/810] Compiling NIOSSL Zeroization.swift
[760/813] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[761/813] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[762/813] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[763/813] Compiling NIOSSL SubjectAlternativeName.swift
[764/813] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[765/813] Compiling NIOTransportServices NIOTSDatagramListener.swift
[766/813] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[767/813] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[768/814] Emitting module NIOTransportServices
[770/816] Compiling NIOTransportServices StateManagedChannel.swift
[771/816] Compiling NIOTransportServices StateManagedListenerChannel.swift
[772/816] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[776/816] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[778/816] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[779/816] Compiling NIOTransportServices NIOTSListenerChannel.swift
[780/816] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[781/816] Compiling NIOTransportServices NIOTSErrors.swift
[782/816] Compiling NIOTransportServices NIOTSEventLoop.swift
[783/816] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[784/816] Compiling NIOTransportServices NIOTSSingletons.swift
[786/816] Compiling NIOTransportServices NIOTSBootstraps.swift
[787/816] Compiling NIOTransportServices NIOTSChannelOptions.swift
[788/816] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[789/816] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[790/816] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[794/816] Compiling NIOTransportServices AcceptHandler.swift
[795/816] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[798/875] Compiling NIOHTTP2 MaySendFrames.swift
[799/875] Compiling NIOHTTP2 SendingDataState.swift
[800/875] Compiling NIOHTTP2 SendingGoawayState.swift
[801/875] Compiling NIOHTTP2 SendingHeadersState.swift
[802/875] Compiling NIOHTTP2 SendingPushPromiseState.swift
[803/875] Compiling NIOHTTP2 SendingRstStreamState.swift
[804/875] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[805/875] Compiling NIOHTTP2 HTTP2SettingsState.swift
[806/883] Emitting module NIOSSL
[808/883] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[809/883] Compiling NIOHTTP2 HasFlowControlWindows.swift
[810/883] Compiling NIOHTTP2 HasLocalSettings.swift
[811/883] Compiling NIOHTTP2 ConnectionStateMachine.swift
[812/883] Compiling NIOHTTP2 ConnectionStreamsState.swift
[813/883] Compiling NIOHTTP2 MayReceiveFrames.swift
[814/883] Compiling NIOHTTP2 ReceivingDataState.swift
[815/883] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[819/883] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[820/883] Compiling NIOHTTP2 ReceivingHeadersState.swift
[821/883] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[822/883] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[823/883] Compiling NIOHTTP2 Error+Any.swift
[824/883] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[825/883] Compiling NIOHTTP2 ControlFrameBuffer.swift
[830/884] Compiling NIOHTTP2 HasRemoteSettings.swift
[831/884] Compiling NIOHTTP2 LocallyQuiescingState.swift
[832/884] Compiling NIOHTTP2 QuiescingState.swift
[833/884] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[834/884] Compiling NIOHTTP2 SendAndReceiveGoawayState.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
[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 RequestFramingMetadata.swift
[897/952] Compiling AsyncHTTPClient RequestOptions.swift
[898/952] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[899/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[900/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[901/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[902/952] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[903/952] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[904/952] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[905/952] Compiling AsyncHTTPClient ConnectionTarget.swift
[906/952] Compiling AsyncHTTPClient DeconstructedURL.swift
[907/952] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[908/952] Compiling AsyncHTTPClient FoundationExtensions.swift
[909/952] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[910/952] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[911/952] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[912/952] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[913/952] Compiling AsyncHTTPClient TLSEventsHandler.swift
[914/952] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[915/952] Compiling AsyncHTTPClient HTTP1Connection.swift
[916/952] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[917/952] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[918/952] Compiling AsyncHTTPClient HTTP2Connection.swift
[919/952] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[920/952] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[921/952] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[922/952] Compiling AsyncHTTPClient Transaction.swift
[923/952] Compiling AsyncHTTPClient Base64.swift
[924/952] Compiling AsyncHTTPClient BasicAuth.swift
[925/952] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[926/952] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[927/952] Compiling AsyncHTTPClient ConnectionPool.swift
[928/952] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[929/952] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[930/952] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[931/952] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[932/952] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[933/952] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[934/952] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[935/952] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[936/952] Compiling AsyncHTTPClient RequestBodyLength.swift
[937/952] Compiling AsyncHTTPClient HTTPClient.swift
[938/952] Compiling AsyncHTTPClient HTTPHandler.swift
[939/952] Compiling AsyncHTTPClient LRUCache.swift
[940/952] Compiling AsyncHTTPClient NWErrorHandler.swift
[941/952] Compiling AsyncHTTPClient NWWaitingHandler.swift
[942/952] Compiling AsyncHTTPClient TLSConfiguration.swift
[943/952] Compiling AsyncHTTPClient RedirectState.swift
[944/952] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[945/952] Compiling AsyncHTTPClient RequestBag.swift
[946/952] Compiling AsyncHTTPClient RequestValidation.swift
[947/952] Compiling AsyncHTTPClient SSLContextCache.swift
[948/952] Compiling AsyncHTTPClient Scheme.swift
[949/952] Compiling AsyncHTTPClient Singleton.swift
[950/952] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[951/952] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[952/952] Compiling AsyncHTTPClient Utils.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] 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 {
[959/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 {
[960/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 {
[961/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 {
[962/990] Compiling GitHubKit Verification.swift
[963/990] Compiling GitHubKit Webhook.swift
[964/990] Compiling GitHubKit Query.swift
[965/990] Compiling GitHubKit Branch+Requests.swift
[966/990] Compiling GitHubKit Release+Requests.swift
[967/990] Compiling GitHubKit Repo+Requests.swift
[968/990] Compiling GitHubKit Tag+Requests.swift
[969/990] Compiling GitHubKit Webhook+Requests.swift
[970/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()
[971/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 {
[972/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 {
[973/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 {
[974/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 {
[975/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 {
[976/990] Compiling GitHubKit Owner.swift
[977/990] Compiling GitHubKit PR.swift
[978/990] Compiling GitHubKit Release.swift
[979/990] Compiling GitHubKit Repo.swift
[980/990] Compiling GitHubKit Tag.swift
[981/990] Compiling GitHubKit Branch.swift
[982/990] Compiling GitHubKit Comment.swift
[983/990] Compiling GitHubKit Commit.swift
[984/990] Compiling GitHubKit File.swift
[985/990] Compiling GitHubKit GitBlob.swift
[986/990] Compiling GitHubKit GitCommit.swift
[987/990] Compiling GitHubKit GitTree.swift
[988/990] Compiling GitHubKit License.swift
[989/990] Compiling GitHubKit Milestone.swift
[990/990] Compiling GitHubKit Organization.swift
[992/994] Compiling GitHubKitMocks Exports.swift
[993/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 |
[994/994] Emitting module GitHubKitMocks
Build complete! (230.81s)
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.