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 KippleNetworking, reference 0.6.0 (49990a), with Swift 6.1 for Linux on 28 Apr 2025 10:32:18 UTC.

Swift 6 data race errors: 6

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KippleNetworking.git
Reference: 0.6.0
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/bdrelling/KippleNetworking
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 49990aa Updated Compatibility section of README
Cloned https://github.com/bdrelling/KippleNetworking.git
Revision (git rev-parse @):
49990aaecbab700e0c3fb0e0e4c74d085d0d92f3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KippleNetworking.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/KippleNetworking.git
https://github.com/bdrelling/KippleNetworking.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.63.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "kipple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "0.15.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/Kipple"
    },
    {
      "identity" : "kippletools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/KippleTools"
    }
  ],
  "manifest_display_name" : "KippleNetworking",
  "name" : "KippleNetworking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "KippleNetworking",
      "targets" : [
        "KippleNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KippleNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleNetworkingTests",
      "path" : "Tests/KippleNetworkingTests",
      "sources" : [
        "Core/Extensions/Environment+XKCD.swift",
        "Core/Models/XkcdStrip.swift",
        "Core/Requests/GetLatestXKCDStripRequest.swift",
        "Core/Requests/GetXKCDStripRequest.swift",
        "Tests/DictionaryExtensionTests.swift",
        "Tests/EnvironmentTests.swift",
        "Tests/FoundationNetworkRequestDispatcherTests.swift",
        "Tests/HTTPClientTests.swift",
        "Tests/ISO8601ExtensionTests.swift",
        "Tests/RFC3986ExtensionTests.swift",
        "Tests/StringExtensionTests.swift",
        "Tests/SwiftNIONetworkRequestDispatcherTests.swift",
        "Tests/URLComponentsExtensionTests.swift",
        "Tests/URLRequestConvertibleTests.swift",
        "Tests/URLRequestExtensionTests.swift"
      ],
      "target_dependencies" : [
        "KippleNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleNetworking",
      "module_type" : "SwiftTarget",
      "name" : "KippleNetworking",
      "path" : "Sources/KippleNetworking",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOConcurrencyHelpers",
        "NIOHTTPCompression",
        "KippleCodable",
        "KippleFoundation",
        "KippleLogging"
      ],
      "product_memberships" : [
        "KippleNetworking"
      ],
      "sources" : [
        "Exports.swift",
        "Foundation/Extensions/HTTPURLResponse+Status.swift",
        "Foundation/Extensions/Request+AsURLRequest.swift",
        "Foundation/Extensions/URLRequest+Init.swift",
        "Foundation/Extensions/URLRequest+SetHeaders.swift",
        "Foundation/Extensions/URLRequest+SetParameters.swift",
        "Foundation/Extensions/URLRequest+SetTimeout.swift",
        "Foundation/Helpers/FoundationNetworkRequestDispatcher.swift",
        "Foundation/Protocols/URLRequestConvertible.swift",
        "NIO/Extensions/HTTPClient+ExecuteResponseAnticipating.swift",
        "NIO/Extensions/Request+AsHTTPClientRequest.swift",
        "NIO/Helpers/NIONetworkRequestDispatcher.swift",
        "Shared/Enums/HTTPBodyEncoding.swift",
        "Shared/Enums/HTTPHeader.swift",
        "Shared/Enums/HTTPMethod.swift",
        "Shared/Enums/HTTPStatusCode.swift",
        "Shared/Enums/ParameterEncoding.swift",
        "Shared/Errors/NetworkingError.swift",
        "Shared/Extensions/CharacterSet+RFC3986Unreserved.swift",
        "Shared/Extensions/Dictionary+AsHeaderDictionary.swift",
        "Shared/Extensions/Formatter+ISO8601.swift",
        "Shared/Extensions/JSONDecoder+SafeISO8601.swift",
        "Shared/Extensions/JSONEncoder+SafeISO8601.swift",
        "Shared/Extensions/String+IsURLWithQueryString.swift",
        "Shared/Extensions/URLComponents+SetQueryItems.swift",
        "Shared/Helpers/HTTPClient.swift",
        "Shared/Helpers/UniversalNetworkRequestDispatcher+DispatchMode.swift",
        "Shared/Helpers/UniversalNetworkRequestDispatcher.swift",
        "Shared/Models/DataResponse.swift",
        "Shared/Models/Environment.swift",
        "Shared/Models/Request.swift",
        "Shared/Protocols/NetworkRequestDispatching.swift",
        "Shared/Protocols/ParameterDictionaryConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/bdrelling/KippleTools
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/swift-nio-extras
Fetching https://github.com/bdrelling/Kipple
[1/720] Fetching kippletools
[721/2384] Fetching kippletools, kipple
[954/8046] Fetching kippletools, kipple, swift-nio-extras
[5484/21860] Fetching kippletools, kipple, swift-nio-extras, async-http-client
[8274/97326] Fetching kippletools, kipple, swift-nio-extras, async-http-client, swift-nio
Fetched https://github.com/bdrelling/Kipple from cache (0.90s)
[40572/95662] Fetching kippletools, swift-nio-extras, async-http-client, swift-nio
Fetched https://github.com/bdrelling/KippleTools from cache (0.98s)
Fetched https://github.com/apple/swift-nio-extras from cache (0.98s)
Fetched https://github.com/swift-server/async-http-client from cache (0.99s)
[30187/75466] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (3.89s)
Computing version for https://github.com/bdrelling/Kipple
Computed https://github.com/bdrelling/Kipple at 0.14.3 (4.56s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/apple/swift-log
Fetching https://github.com/devicekit/DeviceKit
[1/4049] Fetching devicekit
[285/7885] Fetching devicekit, swift-log
[2483/12271] Fetching devicekit, swift-log, keychainaccess
[11264/28513] Fetching devicekit, swift-log, keychainaccess, swift-collections
Fetched https://github.com/apple/swift-log from cache (0.51s)
Fetched https://github.com/devicekit/DeviceKit from cache (0.52s)
[8772/20628] Fetching keychainaccess, swift-collections
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.18s)
Fetched https://github.com/apple/swift-collections from cache (1.20s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.77s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (0.58s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
[1646/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (1.02s)
[4673/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (31.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (39.80s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (4.44s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.17s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-extras
Computed https://github.com/apple/swift-nio-extras at 1.26.0 (0.79s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
[984/3736] Fetching swift-http-types, swift-http-structured-headers, swift-atomics
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
[1673/2832] Fetching swift-http-structured-headers, swift-atomics
[1759/14324] Fetching swift-http-structured-headers, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.36s)
[2046/13197] Fetching swift-atomics, swift-nio-http2
[3775/19100] Fetching swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
[8662/17395] Fetching swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
[5632/11492] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.51s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (0.84s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.03s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.42s)
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 (4.05s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.83s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.67s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.86s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.25.2 (1.71s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
[1/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.88s)
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 (2.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.79s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-extras
Working copy of https://github.com/apple/swift-nio-extras resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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-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-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-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/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/bdrelling/Kipple
Working copy of https://github.com/bdrelling/Kipple resolved at 0.14.3
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
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/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.6.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/445] Write sources
[24/445] Compiling CNIOWindows WSAStartup.c
[25/445] Compiling CNIOWindows shim.c
[26/445] Compiling _NumericsShims _NumericsShims.c
[26/445] Write sources
[27/445] Compiling CNIOLinux liburing_shims.c
[31/445] Compiling CNIOWASI CNIOWASI.c
[32/445] Compiling CNIOLLHTTP c_nio_http.c
[33/445] Compiling CNIOExtrasZlib empty.c
[34/445] Compiling _AtomicsShims.c
[35/445] Compiling CNIODarwin shim.c
[36/445] Compiling CNIOLinux shim.c
[37/445] Compiling CNIOLLHTTP c_nio_api.c
[38/445] Compiling fiat_p256_adx_sqr.S
[39/445] Compiling fiat_p256_adx_mul.S
[40/445] Compiling fiat_curve25519_adx_square.S
[41/445] Compiling fiat_curve25519_adx_mul.S
[42/445] Write swift-version-24593BA9C3E375BF.txt
[43/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/445] Compiling CNIOBoringSSLShims shims.c
[45/451] Compiling tls_record.cc
[47/451] Emitting module _NIODataStructures
[47/461] Compiling tls13_server.cc
[48/466] Compiling tls_method.cc
[49/466] Compiling tls13_enc.cc
[50/466] Compiling tls13_client.cc
[51/509] Compiling tls13_both.cc
[52/509] Compiling t1_enc.cc
[54/509] Compiling RealModule Float80+Real.swift
[55/510] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/510] Compiling InternalCollectionsUtilities Specialize.swift
[57/512] Compiling _NIODataStructures PriorityQueue.swift
[58/512] Emitting module _NIOBase64
[59/512] Compiling _NIOBase64 Base64.swift
[60/512] Compiling KippleCodable CodableDefaultStrategy.swift
[61/514] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/514] Compiling InternalCollectionsUtilities Integer rank.swift
[63/514] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/514] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/514] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/514] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/514] Emitting module InternalCollectionsUtilities
[68/514] Compiling Logging LogHandler.swift
[69/514] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/514] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/514] Compiling InternalCollectionsUtilities Debugging.swift
[72/514] Compiling InternalCollectionsUtilities Descriptions.swift
[75/514] Emitting module RealModule
[78/514] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/514] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/514] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/514] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/514] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/514] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/514] Compiling RealModule Real.swift
[85/514] Compiling _NIODataStructures _TinyArray.swift
[86/514] Compiling RealModule RealFunctions.swift
[87/514] Compiling RealModule ElementaryFunctions.swift
[88/515] Compiling RealModule Float+Real.swift
[89/515] Compiling RealModule Float16+Real.swift
[91/516] Compiling KippleCodable CodableIgnored.swift
[96/532] Compiling DequeModule Deque+CustomReflectable.swift
[97/532] Compiling DequeModule Deque+Descriptions.swift
[98/534] Compiling DequeModule Deque+Equatable.swift
[99/534] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[100/534] Compiling DequeModule Deque+Extras.swift
[101/534] Compiling DequeModule Deque+Hashable.swift
[102/534] Compiling Logging MetadataProvider.swift
[103/534] Compiling DequeModule _DequeBuffer.swift
[104/534] Compiling DequeModule _DequeBufferHeader.swift
[105/534] Emitting module Logging
[106/534] Compiling Logging Locks.swift
[107/534] Compiling Logging Logging.swift
[108/535] Compiling _NIODataStructures Heap.swift
[113/536] Compiling DequeModule Deque+Codable.swift
[114/536] Compiling DequeModule Deque+Collection.swift
[115/536] Emitting module KippleCodable
[118/536] Compiling KippleCodable CodableDefault.swift
[119/536] Compiling DequeModule Deque+Testing.swift
[120/536] Compiling DequeModule Deque._Storage.swift
[121/538] Compiling KippleFoundation URLConvertible.swift
[122/540] Compiling DequeModule _DequeSlot.swift
[123/540] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/540] Compiling KippleCodable JSONDecoder+DecodeCleaned.swift
[127/540] Emitting module KippleFoundation
[132/540] Compiling KippleCodable PropertyListDecoder+DecodeCleaned.swift
[133/541] Compiling DequeModule Deque._UnsafeHandle.swift
[134/541] Compiling DequeModule Deque.swift
[143/542] Compiling KippleLogging Exports.swift
[144/542] Emitting module KippleLogging
[145/542] Compiling KippleLogging Logger+Convenience.swift
[146/542] Compiling KippleLogging ConsoleLogHandler.swift
[150/543] Emitting module DequeModule
[150/544] Compiling ssl_transcript.cc
[152/544] Compiling ssl_x509.cc
[153/544] Compiling ssl_versions.cc
[154/544] Compiling ssl_stat.cc
[155/544] Compiling ssl_session.cc
[156/544] Compiling ssl_privkey.cc
[157/544] Compiling ssl_cipher.cc
[158/544] Compiling ssl_file.cc
[159/544] Compiling ssl_credential.cc
[160/544] Compiling ssl_lib.cc
[161/544] Compiling ssl_key_share.cc
[162/544] Compiling ssl_asn1.cc
[163/544] Compiling ssl_buffer.cc
[164/544] Compiling ssl_cert.cc
[165/544] Compiling s3_pkt.cc
[166/544] Compiling ssl_aead_ctx.cc
[167/544] Compiling handshake.cc
[168/544] Compiling s3_lib.cc
[169/544] Compiling handshake_server.cc
[170/544] Compiling s3_both.cc
[171/544] Compiling encrypted_client_hello.cc
[172/544] Compiling handshake_client.cc
[173/544] Compiling dtls_method.cc
[174/544] Compiling handoff.cc
[175/544] Compiling md5-x86_64-linux.S
[176/544] Compiling md5-x86_64-apple.S
[177/544] Compiling md5-586-linux.S
[178/544] Compiling extensions.cc
[179/544] Compiling md5-586-apple.S
[180/544] Compiling d1_pkt.cc
[181/544] Compiling d1_srtp.cc
[182/544] Compiling chacha20_poly1305_x86_64-apple.S
[183/544] Compiling chacha20_poly1305_x86_64-linux.S
[184/544] Compiling bio_ssl.cc
[185/544] Compiling dtls_record.cc
[186/544] Compiling chacha20_poly1305_armv8-win.S
[187/544] Compiling err_data.cc
[188/544] Compiling chacha20_poly1305_armv8-linux.S
[189/544] Compiling chacha-x86_64-apple.S
[190/544] Compiling chacha20_poly1305_armv8-apple.S
[191/544] Compiling chacha-x86_64-linux.S
[192/544] Compiling chacha-x86-linux.S
[193/544] Compiling chacha-x86-apple.S
[194/544] Compiling chacha-armv8-win.S
[195/544] Compiling chacha-armv8-apple.S
[196/544] Compiling chacha-armv8-linux.S
[197/544] Compiling chacha-armv4-linux.S
[198/544] Compiling aes128gcmsiv-x86_64-apple.S
[199/544] Compiling aes128gcmsiv-x86_64-linux.S
[200/544] Compiling x86_64-mont5-apple.S
[201/544] Compiling x86_64-mont5-linux.S
[202/544] Compiling x86_64-mont-linux.S
[203/544] Compiling x86-mont-apple.S
[204/544] Compiling x86_64-mont-apple.S
[205/544] Compiling x86-mont-linux.S
[206/544] Compiling vpaes-x86_64-linux.S
[207/544] Compiling vpaes-x86_64-apple.S
[208/544] Compiling vpaes-x86-linux.S
[209/544] Compiling vpaes-x86-apple.S
[210/544] Compiling vpaes-armv8-win.S
[210/544] Compiling vpaes-armv8-apple.S
[210/544] Compiling vpaes-armv8-linux.S
[213/544] Compiling vpaes-armv7-linux.S
[214/544] Compiling sha512-x86_64-linux.S
[215/544] Compiling sha512-x86_64-apple.S
[216/544] Compiling sha512-armv8-win.S
[217/544] Compiling sha512-armv8-linux.S
[218/544] Compiling sha512-armv8-apple.S
[219/544] Compiling sha512-586-linux.S
[220/544] Compiling sha512-armv4-linux.S
[221/544] Compiling sha512-586-apple.S
[222/544] Compiling sha256-armv8-linux.S
[223/544] Compiling sha256-armv8-win.S
[224/544] Compiling sha256-armv8-apple.S
[225/544] Compiling sha256-armv4-linux.S
[226/544] Compiling sha256-x86_64-apple.S
[227/544] Compiling sha256-x86_64-linux.S
[228/544] Compiling sha256-586-apple.S
[229/544] Compiling sha256-586-linux.S
[230/544] Compiling sha1-armv8-win.S
[231/544] Compiling sha1-x86_64-apple.S
[232/544] Compiling sha1-armv8-linux.S
[233/544] Compiling sha1-armv8-apple.S
[234/544] Compiling sha1-x86_64-linux.S
[235/544] Compiling sha1-armv4-large-linux.S
[236/544] Compiling d1_lib.cc
[237/544] Compiling sha1-586-linux.S
[238/544] Compiling rsaz-avx2-linux.S
[239/544] Compiling sha1-586-apple.S
[240/544] Compiling rdrand-x86_64-linux.S
[241/544] Compiling rsaz-avx2-apple.S
[242/544] Compiling rdrand-x86_64-apple.S
[243/544] Compiling p256_beeu-x86_64-asm-apple.S
[244/544] Compiling p256_beeu-armv8-asm-win.S
[245/544] Compiling p256_beeu-armv8-asm-linux.S
[246/544] Compiling p256_beeu-x86_64-asm-linux.S
[247/544] Compiling p256_beeu-armv8-asm-apple.S
[248/544] Compiling p256-x86_64-asm-apple.S
[249/544] Compiling p256-armv8-asm-apple.S
[250/544] Compiling p256-armv8-asm-linux.S
[251/544] Compiling p256-armv8-asm-win.S
[252/544] Compiling p256-x86_64-asm-linux.S
[253/544] Compiling ghashv8-armv8-win.S
[254/544] Compiling d1_both.cc
[255/544] Compiling ghashv8-armv8-linux.S
[256/544] Compiling ghash-x86_64-linux.S
[257/544] Compiling ghashv8-armv8-apple.S
[258/544] Compiling ghashv8-armv7-linux.S
[259/544] Compiling ghash-x86-linux.S
[260/544] Compiling ghash-x86-apple.S
[261/544] Compiling ghash-x86_64-apple.S
[262/544] Compiling ghash-ssse3-x86-apple.S
[263/544] Compiling ghash-ssse3-x86_64-linux.S
[264/544] Compiling ghash-ssse3-x86_64-apple.S
[265/544] Compiling co-586-linux.S
[266/544] Compiling ghash-neon-armv8-win.S
[267/544] Compiling ghash-neon-armv8-linux.S
[267/544] Compiling co-586-apple.S
[269/544] Compiling ghash-ssse3-x86-linux.S
[270/544] Compiling ghash-neon-armv8-apple.S
[271/544] Compiling ghash-armv4-linux.S
[272/544] Compiling bsaes-armv7-linux.S
[273/544] Compiling bn-armv8-linux.S
[274/544] Compiling bn-armv8-win.S
[275/544] Compiling armv8-mont-win.S
[276/544] Compiling armv8-mont-linux.S
[277/544] Compiling bn-586-apple.S
[278/544] Compiling bn-armv8-apple.S
[279/544] Compiling bn-586-linux.S
[280/544] Compiling aesv8-gcm-armv8-win.S
[281/544] Compiling armv8-mont-apple.S
[282/544] Compiling armv4-mont-linux.S
[283/544] Compiling aesv8-armv8-win.S
[284/544] Compiling aesv8-armv8-linux.S
[285/544] Compiling aesv8-armv8-apple.S
[286/544] Compiling aesv8-gcm-armv8-linux.S
[287/544] Compiling aesv8-armv7-linux.S
[288/544] Compiling aesv8-gcm-armv8-apple.S
[289/544] Compiling aesni-x86_64-linux.S
[290/544] Compiling aesni-x86_64-apple.S
[291/544] Compiling aesni-x86-linux.S
[292/544] Compiling aesni-gcm-x86_64-apple.S
[293/544] Compiling aesni-gcm-x86_64-linux.S
[294/544] Compiling aesni-x86-apple.S
[295/544] Compiling aes-gcm-avx10-x86_64-apple.S
[296/544] Compiling aes-gcm-avx10-x86_64-linux.S
[297/544] Compiling aes-gcm-avx2-x86_64-apple.S
[298/544] Compiling aes-gcm-avx2-x86_64-linux.S
[299/544] Compiling x_pubkey.cc
[300/544] Compiling x_sig.cc
[301/544] Compiling x_x509a.cc
[302/544] Compiling x_x509.cc
[303/544] Compiling x_req.cc
[304/544] Compiling x_name.cc
[305/544] Compiling x_val.cc
[306/544] Compiling x_spki.cc
[307/544] Compiling x_exten.cc
[308/544] Compiling x_algor.cc
[309/544] Compiling x_crl.cc
[310/544] Compiling x_attrib.cc
[311/544] Compiling x_all.cc
[312/544] Compiling x509spki.cc
[313/544] Compiling x509rset.cc
[314/544] Compiling x509name.cc
[315/544] Compiling x509cset.cc
[316/544] Compiling x509_txt.cc
[317/544] Compiling x509_vfy.cc
[318/544] Compiling x509_vpm.cc
[319/544] Compiling x509_v3.cc
[320/544] Compiling x509_trs.cc
[321/544] Compiling x509_set.cc
[322/544] Compiling x509_req.cc
[323/544] Compiling x509_obj.cc
[324/544] Compiling x509_ext.cc
[325/544] Compiling x509_d2.cc
[326/544] Compiling x509_def.cc
[327/544] Compiling x509_lu.cc
[328/544] Compiling x509_cmp.cc
[329/544] Compiling x509_att.cc
[330/544] Compiling x509.cc
[331/544] Compiling v3_skey.cc
[332/544] Compiling v3_utl.cc
[333/544] Compiling v3_pmaps.cc
[334/544] Compiling v3_prn.cc
[335/544] Compiling v3_purp.cc
[336/544] Compiling v3_pcons.cc
[337/544] Compiling v3_ocsp.cc
[338/544] Compiling v3_ncons.cc
[339/544] Compiling v3_int.cc
[340/544] Compiling v3_lib.cc
[341/544] Compiling v3_ia5.cc
[342/544] Compiling v3_info.cc
[343/544] Compiling v3_extku.cc
[344/544] Compiling v3_genn.cc
[345/544] Compiling v3_enum.cc
[346/544] Compiling v3_crld.cc
[347/544] Compiling v3_cpols.cc
[348/544] Compiling v3_conf.cc
[349/544] Compiling v3_bcons.cc
[350/544] Compiling v3_akeya.cc
[351/544] Compiling v3_bitst.cc
[352/544] Compiling v3_alt.cc
[353/544] Compiling v3_akey.cc
[354/544] Compiling t_x509a.cc
[355/544] Compiling i2d_pr.cc
[356/544] Compiling t_x509.cc
[357/544] Compiling t_req.cc
[358/544] Compiling t_crl.cc
[359/544] Compiling rsa_pss.cc
[360/544] Compiling name_print.cc
[361/544] Compiling policy.cc
[362/544] Compiling by_file.cc
[363/544] Compiling by_dir.cc
[364/544] Compiling algorithm.cc
[365/544] Compiling asn1_gen.cc
[366/544] Compiling a_verify.cc
[367/544] Compiling a_sign.cc
[368/544] Compiling a_digest.cc
[369/544] Compiling voprf.cc
[370/544] Compiling thread_win.cc
[371/544] Compiling thread_pthread.cc
[372/544] Compiling trust_token.cc
[373/544] Compiling thread_none.cc
[374/544] Compiling thread.cc
[375/544] Compiling pmbtoken.cc
[376/544] Compiling stack.cc
[377/544] Compiling siphash.cc
[378/544] Compiling sha512.cc
[379/544] Compiling sha256.cc
[380/544] Compiling slhdsa.cc
[381/544] Compiling sha1.cc
[382/544] Compiling rsa_extra.cc
[383/544] Compiling spake2plus.cc
[384/544] Compiling rsa_print.cc
[385/544] Compiling rc4.cc
[386/544] Compiling rsa_crypt.cc
[387/544] Compiling urandom.cc
[388/544] Compiling trusty.cc
[389/544] Compiling refcount.cc
[390/544] Compiling windows.cc
[391/544] Compiling rsa_asn1.cc
[391/544] Compiling rand.cc
[393/544] Compiling ios.cc
[394/544] Compiling fork_detect.cc
[395/544] Compiling getentropy.cc
[396/544] Compiling poly1305_arm_asm.S
[397/544] Compiling deterministic.cc
[398/544] Compiling passive.cc
[399/544] Compiling forkunsafe.cc
[400/544] Compiling poly1305_arm.cc
[401/544] Compiling poly1305_vec.cc
[402/544] Compiling poly1305.cc
[403/544] Compiling pool.cc
[404/544] Compiling pkcs7.cc
[405/544] Compiling p5_pbev2.cc
[406/544] Compiling pkcs8_x509.cc
[407/544] Compiling pkcs8.cc
[408/544] Compiling pkcs7_x509.cc
[409/544] Compiling pem_x509.cc
[410/544] Compiling pem_xaux.cc
[411/544] Compiling pem_pkey.cc
[412/544] Compiling mlkem.cc
[413/544] Compiling obj_xref.cc
[414/544] Compiling pem_pk8.cc
[415/544] Compiling pem_oth.cc
[416/544] Compiling pem_info.cc
[417/544] Compiling pem_lib.cc
[418/544] Compiling pem_all.cc
[419/544] Compiling obj.cc
[420/544] Compiling mldsa.cc
[421/544] Compiling poly_rq_mul.S
[422/544] Compiling fips_shared_support.cc
[423/544] Compiling md4.cc
[424/544] Compiling md5.cc
[425/544] Compiling mem.cc
[426/544] Compiling lhash.cc
[427/544] Compiling ex_data.cc
[428/544] Compiling kyber.cc
[429/544] Compiling hrss.cc
[430/544] Compiling scrypt.cc
[431/544] Compiling print.cc
[432/544] Compiling sign.cc
[433/544] Compiling pbkdf.cc
[434/544] Compiling hpke.cc
[435/544] Compiling p_x25519.cc
[436/544] Compiling p_x25519_asn1.cc
[437/544] Compiling p_ed25519.cc
[438/544] Compiling p_rsa.cc
[439/544] Compiling p_hkdf.cc
[440/544] Compiling p_rsa_asn1.cc
[441/544] Compiling p_ed25519_asn1.cc
[442/544] Compiling p_dh_asn1.cc
[443/544] Compiling p_ec.cc
[444/544] Compiling p_ec_asn1.cc
[445/544] Compiling evp_ctx.cc
[446/544] Compiling p_dh.cc
[447/544] Compiling p_dsa_asn1.cc
[448/544] Compiling evp.cc
[449/544] Compiling err.cc
[450/544] Compiling engine.cc
[451/544] Compiling ecdh.cc
[452/544] Compiling ec_derive.cc
[453/544] Compiling evp_asn1.cc
[454/544] Compiling hash_to_curve.cc
[455/544] Compiling ecdsa_asn1.cc
[456/544] Compiling ec_asn1.cc
[457/544] Compiling params.cc
[458/544] Compiling dsa.cc
[459/544] Compiling dsa_asn1.cc
[460/544] Compiling digest_extra.cc
[461/544] Compiling x25519-asm-arm.S
[462/544] Compiling des.cc
[463/544] Compiling dh_asn1.cc
[464/544] Compiling crypto.cc
[465/544] Compiling curve25519.cc
[466/544] Compiling cpu_intel.cc
[467/544] Compiling spake25519.cc
[468/544] Compiling cpu_arm_linux.cc
[469/544] Compiling cpu_arm_freebsd.cc
[470/544] Compiling cpu_aarch64_sysreg.cc
[471/544] Compiling cpu_aarch64_linux.cc
[472/544] Compiling cpu_aarch64_openbsd.cc
[473/544] Compiling cpu_aarch64_win.cc
[474/544] Compiling curve25519_64_adx.cc
[475/544] Compiling cpu_aarch64_fuchsia.cc
[476/544] Compiling cpu_aarch64_apple.cc
[477/544] Compiling get_cipher.cc
[478/544] Compiling conf.cc
[479/544] Compiling e_rc4.cc
[480/544] Compiling bcm.cc
[481/544] Compiling tls_cbc.cc
[482/544] Compiling e_aesgcmsiv.cc
[483/544] Compiling e_rc2.cc
[484/544] Compiling e_null.cc
[485/544] Compiling e_tls.cc
[486/544] Compiling e_chacha20poly1305.cc
[487/544] Compiling e_des.cc
[488/544] Compiling derive_key.cc
[489/544] Compiling chacha.cc
[490/544] Compiling e_aesctrhmac.cc
[491/544] Compiling unicode.cc
[492/544] Compiling cbb.cc
[493/544] Compiling buf.cc
[494/544] Compiling ber.cc
[495/544] Compiling cbs.cc
[496/544] Compiling asn1_compat.cc
[497/544] Compiling blake2.cc
[498/544] Compiling socket.cc
[499/544] Compiling socket_helper.cc
[500/544] Compiling bn_asn1.cc
[501/544] Compiling convert.cc
[502/544] Compiling printf.cc
[503/544] Compiling pair.cc
[504/544] Compiling hexdump.cc
[505/544] Compiling file.cc
[506/544] Compiling errno.cc
[507/544] Compiling fd.cc
[508/544] Compiling bio_mem.cc
[509/544] Compiling connect.cc
[510/544] Compiling bio.cc
[511/544] Compiling tasn_typ.cc
[512/544] Compiling base64.cc
[513/544] Compiling tasn_enc.cc
[514/544] Compiling tasn_utl.cc
[515/544] Compiling tasn_fre.cc
[516/544] Compiling f_int.cc
[517/544] Compiling posix_time.cc
[518/544] Compiling f_string.cc
[519/544] Compiling asn1_par.cc
[520/544] Compiling tasn_new.cc
[521/544] Compiling tasn_dec.cc
[522/544] Compiling asn_pack.cc
[523/544] Compiling a_octet.cc
[524/544] Compiling a_utctm.cc
[525/544] Compiling asn1_lib.cc
[526/544] Compiling a_type.cc
[527/544] Compiling a_strnid.cc
[528/544] Compiling a_time.cc
[529/544] Compiling a_strex.cc
[530/544] Compiling a_object.cc
[531/544] Compiling a_i2d_fp.cc
[532/544] Compiling a_mbstr.cc
[533/544] Compiling a_d2i_fp.cc
[534/544] Compiling a_dup.cc
[534/544] Write sources
[537/544] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[538/544] Compiling a_gentm.cc
[539/544] Compiling a_int.cc
[540/544] Compiling a_bitstr.cc
[541/588] Compiling a_bool.cc
[543/588] Compiling Algorithms Joined.swift
[544/588] Compiling Algorithms Keyed.swift
[545/588] Compiling Algorithms Reductions.swift
[546/588] Compiling Algorithms Rotate.swift
[547/590] Compiling Algorithms MinMax.swift
[548/590] Compiling Algorithms RandomSample.swift
[549/590] Compiling Algorithms Compacted.swift
[550/590] Compiling Algorithms Cycle.swift
[551/590] Compiling Algorithms EitherSequence.swift
[552/590] Compiling Algorithms Grouped.swift
[553/590] Compiling Algorithms Indexed.swift
[554/590] Compiling Algorithms Intersperse.swift
[555/590] Compiling Algorithms Chunked.swift
[556/590] Compiling Algorithms Combinations.swift
[557/590] Compiling Algorithms FlattenCollection.swift
[558/590] Compiling Atomics IntegerOperations.swift
[559/590] Compiling Atomics Unmanaged extensions.swift
[560/590] Compiling Algorithms Split.swift
[561/590] Compiling Algorithms Stride.swift
[562/590] Compiling Algorithms Suffix.swift
[571/593] Compiling Algorithms Product.swift
[575/593] Compiling Algorithms FirstNonNil.swift
[580/593] Compiling Algorithms Trim.swift
[581/593] Compiling Algorithms Unique.swift
[582/593] Compiling Algorithms Windows.swift
[583/593] Compiling Algorithms AdjacentPairs.swift
[584/593] Compiling Algorithms Chain.swift
[587/593] Emitting module Atomics
[587/593] Compiling c-nioatomics.c
[592/594] Compiling c-atomics.c
[594/600] Emitting module Algorithms
[596/601] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[597/601] Compiling NIOConcurrencyHelpers NIOLock.swift
[598/601] Compiling NIOConcurrencyHelpers lock.swift
[599/601] Emitting module NIOConcurrencyHelpers
[600/601] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[601/601] Compiling NIOConcurrencyHelpers atomics.swift
[603/661] Compiling NIOCore MarkedCircularBuffer.swift
[604/661] Compiling NIOCore MulticastChannel.swift
[605/661] Compiling NIOCore NIOAny.swift
[606/661] Compiling NIOCore NIOCloseOnErrorHandler.swift
[607/661] Compiling NIOCore NIOLoopBound.swift
[608/661] Compiling NIOCore NIOScheduledCallback.swift
[609/661] Compiling NIOCore NIOSendable.swift
[610/661] Compiling NIOCore RecvByteBufferAllocator.swift
[611/669] Compiling NIOCore GlobalSingletons.swift
[612/669] Compiling NIOCore IO.swift
[613/669] Compiling NIOCore IOData.swift
[614/669] Compiling NIOCore IPProtocol.swift
[615/669] Compiling NIOCore IntegerBitPacking.swift
[616/669] Compiling NIOCore IntegerTypes.swift
[617/669] Compiling NIOCore Interfaces.swift
[618/669] Compiling NIOCore Linux.swift
[619/669] Compiling NIOCore EventLoop.swift
[620/669] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[621/669] Compiling NIOCore EventLoopFuture+Deprecated.swift
[622/669] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[623/669] Compiling NIOCore EventLoopFuture.swift
[624/669] Compiling NIOCore FileDescriptor.swift
[625/669] Compiling NIOCore FileHandle.swift
[626/669] Compiling NIOCore FileRegion.swift
[627/669] Compiling NIOCore ChannelPipeline.swift
[628/669] Compiling NIOCore CircularBuffer.swift
[629/669] Compiling NIOCore Codec.swift
[630/669] Compiling NIOCore ConvenienceOptionSupport.swift
[631/669] Compiling NIOCore DeadChannel.swift
[632/669] Compiling NIOCore DispatchQueue+WithFuture.swift
[633/669] Compiling NIOCore EventLoop+Deprecated.swift
[634/669] Compiling NIOCore EventLoop+SerialExecutor.swift
[635/669] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[636/669] Compiling NIOCore SocketAddresses.swift
[637/669] Compiling NIOCore SocketOptionProvider.swift
[638/669] Compiling NIOCore SystemCallHelpers.swift
[639/669] Compiling NIOCore TimeAmount+Duration.swift
[640/669] Compiling NIOCore TypeAssistedChannelHandler.swift
[641/669] Compiling NIOCore UniversalBootstrapSupport.swift
[642/669] Compiling NIOCore Utilities.swift
[643/669] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[644/669] Compiling NIOCore BSDSocketAPI.swift
[645/669] Compiling NIOCore ByteBuffer-aux.swift
[646/669] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[647/669] Compiling NIOCore ByteBuffer-conversions.swift
[648/669] Compiling NIOCore ByteBuffer-core.swift
[649/669] Compiling NIOCore ByteBuffer-hex.swift
[650/669] Compiling NIOCore ByteBuffer-int.swift
[651/669] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[652/669] Compiling NIOCore AddressedEnvelope.swift
[653/669] Compiling NIOCore AsyncAwaitSupport.swift
[654/669] Compiling NIOCore AsyncChannel.swift
[655/669] Compiling NIOCore AsyncChannelHandler.swift
[656/669] Compiling NIOCore AsyncChannelInboundStream.swift
[657/669] Compiling NIOCore AsyncChannelOutboundWriter.swift
[658/669] Compiling NIOCore NIOAsyncSequenceProducer.swift
[659/669] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[660/669] Compiling NIOCore NIOAsyncWriter.swift
[661/669] Compiling NIOCore ByteBuffer-multi-int.swift
[662/669] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[663/669] Compiling NIOCore ByteBuffer-views.swift
[664/669] Compiling NIOCore Channel.swift
[665/669] Compiling NIOCore ChannelHandler.swift
[666/669] Compiling NIOCore ChannelHandlers.swift
[667/669] Compiling NIOCore ChannelInvoker.swift
[668/669] Compiling NIOCore ChannelOption.swift
[669/669] Emitting module NIOCore
[671/721] Compiling NIOEmbedded AsyncTestingChannel.swift
[672/721] Emitting module NIOEmbedded
[673/721] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[674/721] Compiling NIOEmbedded Embedded.swift
[676/722] Compiling NIOPosix SelectableChannel.swift
[677/722] Compiling NIOPosix SelectableEventLoop.swift
[678/722] Compiling NIOPosix SelectorEpoll.swift
[679/722] Compiling NIOPosix SelectorGeneric.swift
[680/722] Compiling NIOPosix SelectorKqueue.swift
[681/722] Compiling NIOPosix SelectorUring.swift
[682/722] Compiling NIOPosix PooledRecvBufferAllocator.swift
[683/722] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[684/722] Compiling NIOPosix PosixSingletons.swift
[685/722] Compiling NIOPosix RawSocketBootstrap.swift
[686/722] Compiling NIOPosix Resolver.swift
[687/722] Compiling NIOPosix Selectable.swift
[688/728] Emitting module NIOPosix
[689/728] Compiling NIOPosix ServerSocket.swift
[690/728] Compiling NIOPosix Socket.swift
[691/728] Compiling NIOPosix SocketChannel.swift
[692/728] Compiling NIOPosix SocketProtocols.swift
[693/728] Compiling NIOPosix System.swift
[694/728] Compiling NIOPosix Thread.swift
[695/728] Compiling NIOPosix ThreadPosix.swift
[696/728] Compiling NIOPosix ThreadWindows.swift
[697/728] Compiling NIOPosix UnsafeTransfer.swift
[698/728] Compiling NIOPosix Utilities.swift
[699/728] Compiling NIOPosix VsockAddress.swift
[700/728] Compiling NIOPosix VsockChannelEvents.swift
[701/728] Compiling NIOPosix BSDSocketAPICommon.swift
[702/728] Compiling NIOPosix BSDSocketAPIPosix.swift
[703/728] Compiling NIOPosix BSDSocketAPIWindows.swift
[704/728] Compiling NIOPosix BaseSocket.swift
[705/728] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[706/728] Compiling NIOPosix BaseSocketChannel.swift
[707/728] Compiling NIOPosix BaseStreamSocketChannel.swift
[708/728] Compiling NIOPosix Bootstrap.swift
[709/728] Compiling NIOPosix ControlMessage.swift
[710/728] Compiling NIOPosix DatagramVectorReadManager.swift
[711/728] Compiling NIOPosix Errors+Any.swift
[712/728] Compiling NIOPosix FileDescriptor.swift
[713/728] Compiling NIOPosix GetaddrinfoResolver.swift
[714/728] Compiling NIOPosix HappyEyeballs.swift
[715/728] Compiling NIOPosix IO.swift
[716/728] Compiling NIOPosix IntegerBitPacking.swift
[717/728] Compiling NIOPosix IntegerTypes.swift
[718/728] Compiling NIOPosix Linux.swift
[719/728] Compiling NIOPosix LinuxCPUSet.swift
[720/728] Compiling NIOPosix LinuxUring.swift
[721/728] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[722/728] Compiling NIOPosix NIOThreadPool.swift
[723/728] Compiling NIOPosix NonBlockingFileIO.swift
[724/728] Compiling NIOPosix PendingDatagramWritesManager.swift
[725/728] Compiling NIOPosix PendingWritesManager.swift
[726/728] Compiling NIOPosix PipeChannel.swift
[727/728] Compiling NIOPosix PipePair.swift
[728/728] Compiling NIOPosix Pool.swift
[730/731] Compiling NIO Exports.swift
[731/731] Emitting module NIO
[733/771] Compiling NIOTLS TLSEvents.swift
[734/771] Compiling NIOSOCKS ClientStateMachine.swift
[735/772] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[736/772] Compiling NIOSOCKS SOCKSResponse.swift
[737/772] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[738/772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[739/772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[740/772] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[741/772] Emitting module NIOTLS
[742/772] Compiling NIOSOCKS ServerStateMachine.swift
[743/772] Emitting module NIOFoundationCompat
[744/772] Compiling NIOHTTP1 HTTPEncoder.swift
[745/772] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[746/772] Emitting module NIOSOCKS
[747/772] Compiling NIOHTTP1 ByteCollectionUtils.swift
[748/772] Compiling NIOHTTP1 HTTPDecoder.swift
[749/772] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[750/772] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[751/772] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[752/772] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[753/774] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[754/774] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[755/774] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[756/774] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[757/775] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[758/775] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[759/775] Compiling NIOTLS SNIHandler.swift
[762/776] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[766/828] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[767/828] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[768/828] Compiling NIOTransportServices NIOTSListenerChannel.swift
[769/830] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[770/830] Compiling NIOTransportServices NIOTSSingletons.swift
[771/830] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[772/830] Compiling NIOTransportServices StateManagedChannel.swift
[773/830] Compiling NIOTransportServices StateManagedListenerChannel.swift
[774/830] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[775/830] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[776/830] Compiling NIOTransportServices NIOTSErrors.swift
[777/830] Compiling NIOTransportServices NIOTSEventLoop.swift
[778/830] Compiling NIOTransportServices NIOTSBootstraps.swift
[779/830] Compiling NIOTransportServices NIOTSChannelOptions.swift
[780/830] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[781/830] Compiling NIOTransportServices NIOTSDatagramListener.swift
[782/830] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[783/830] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[784/830] Emitting module NIOTransportServices
[785/830] Compiling NIOTransportServices AcceptHandler.swift
[786/830] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[787/830] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[788/830] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[789/830] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[799/831] Emitting module NIOHTTP1
[803/832] Emitting module NIOSSL
[805/835] Compiling NIOSSL NIOSSLSecureBytes.swift
[806/835] Compiling NIOSSL RNG.swift
[807/835] Compiling NIOSSL SafeCompare.swift
[808/835] Compiling NIOSSL Zeroization.swift
[812/835] Compiling NIOSSL SubjectAlternativeName.swift
[821/853] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[822/853] Compiling NIOHPACK IndexedHeaderTable.swift
[823/854] Compiling NIOHPACK IntegerCoding.swift
[824/854] Compiling NIOHTTPCompression HTTPDecompression.swift
[825/854] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[826/854] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[827/854] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[828/854] Emitting module NIOHTTPCompression
[829/854] Compiling NIOHTTPCompression HTTPCompression.swift
[830/855] Compiling NIOHPACK HuffmanCoding.swift
[831/855] Compiling NIOHPACK HuffmanTables.swift
[832/855] Compiling NIOHPACK DynamicHeaderTable.swift
[833/855] Compiling NIOHPACK HPACKDecoder.swift
[834/855] Compiling NIOHPACK HPACKEncoder.swift
[835/855] Compiling NIOHPACK HPACKErrors.swift
[836/855] Emitting module NIOHPACK
[838/855] Compiling NIOHPACK StaticHeaderTable.swift
[839/855] Compiling NIOHPACK HPACKHeader.swift
[840/855] Compiling NIOHPACK HeaderTables.swift
[854/856] Compiling NIOSSL TLSConfiguration.swift
[855/856] Compiling NIOSSL UniversalBootstrapSupport.swift
[856/856] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[858/915] Emitting module NIOHTTP2
[859/923] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[860/923] Compiling NIOHTTP2 HasFlowControlWindows.swift
[861/923] Compiling NIOHTTP2 HasLocalSettings.swift
[862/923] Compiling NIOHTTP2 HasRemoteSettings.swift
[863/923] Compiling NIOHTTP2 LocallyQuiescingState.swift
[864/923] Compiling NIOHTTP2 QuiescingState.swift
[865/923] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[866/923] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[867/923] Compiling NIOHTTP2 MaySendFrames.swift
[868/923] Compiling NIOHTTP2 SendingDataState.swift
[869/923] Compiling NIOHTTP2 SendingGoawayState.swift
[870/923] Compiling NIOHTTP2 SendingHeadersState.swift
[871/923] Compiling NIOHTTP2 SendingPushPromiseState.swift
[872/923] Compiling NIOHTTP2 SendingRstStreamState.swift
[873/923] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[874/923] Compiling NIOHTTP2 HTTP2SettingsState.swift
[875/923] Compiling NIOHTTP2 InboundWindowManager.swift
[876/923] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[877/923] Compiling NIOHTTP2 StreamChannelFlowController.swift
[878/923] Compiling NIOHTTP2 StreamChannelList.swift
[879/923] Compiling NIOHTTP2 StreamMap.swift
[880/923] Compiling NIOHTTP2 StreamStateMachine.swift
[881/923] Compiling NIOHTTP2 UnsafeTransfer.swift
[882/923] Compiling NIOHTTP2 WatermarkedFlowController.swift
[883/923] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[884/923] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[885/923] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[886/923] Compiling NIOHTTP2 HTTP2StreamID.swift
[887/923] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[888/923] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[889/923] Compiling NIOHTTP2 HTTP2UserEvents.swift
[890/923] Compiling NIOHTTP2 InboundEventBuffer.swift
[891/923] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[892/923] Compiling NIOHTTP2 HTTP2Frame.swift
[893/923] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[894/923] Compiling NIOHTTP2 HTTP2FrameParser.swift
[895/923] Compiling NIOHTTP2 HTTP2PingData.swift
[896/923] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[897/923] Compiling NIOHTTP2 HTTP2Settings.swift
[898/923] Compiling NIOHTTP2 HTTP2Stream.swift
[899/923] Compiling NIOHTTP2 ConnectionStateMachine.swift
[900/923] Compiling NIOHTTP2 ConnectionStreamsState.swift
[901/923] Compiling NIOHTTP2 MayReceiveFrames.swift
[902/923] Compiling NIOHTTP2 ReceivingDataState.swift
[903/923] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[904/923] Compiling NIOHTTP2 ReceivingHeadersState.swift
[905/923] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[906/923] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[907/923] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[908/923] Compiling NIOHTTP2 StateMachineResult.swift
[909/923] Compiling NIOHTTP2 ContentLengthVerifier.swift
[910/923] Compiling NIOHTTP2 DOSHeuristics.swift
[911/923] Compiling NIOHTTP2 Error+Any.swift
[912/923] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[913/923] Compiling NIOHTTP2 ControlFrameBuffer.swift
[914/923] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[915/923] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[916/923] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[917/923] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[918/923] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[919/923] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[920/923] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[921/923] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[922/923] Compiling NIOHTTP2 HTTP2Error.swift
[923/923] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[925/983] Emitting module AsyncHTTPClient
[926/991] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[927/991] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[928/991] Compiling AsyncHTTPClient AsyncLazySequence.swift
[929/991] Compiling AsyncHTTPClient HTTPClient+execute.swift
[930/991] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[931/991] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[932/991] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[933/991] Compiling AsyncHTTPClient HTTPClientRequest.swift
[934/991] Compiling AsyncHTTPClient HTTPClientResponse.swift
[935/991] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[936/991] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[937/991] Compiling AsyncHTTPClient Transaction.swift
[938/991] Compiling AsyncHTTPClient Base64.swift
[939/991] Compiling AsyncHTTPClient BasicAuth.swift
[940/991] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[941/991] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[942/991] Compiling AsyncHTTPClient ConnectionPool.swift
[943/991] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[944/991] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[945/991] Compiling AsyncHTTPClient TLSEventsHandler.swift
[946/991] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[947/991] Compiling AsyncHTTPClient HTTP1Connection.swift
[948/991] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[949/991] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[950/991] Compiling AsyncHTTPClient HTTP2Connection.swift
[951/991] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[952/991] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[953/991] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[954/991] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[955/991] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[956/991] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[957/991] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[958/991] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[959/991] Compiling AsyncHTTPClient RequestBodyLength.swift
[960/991] Compiling AsyncHTTPClient RequestBag.swift
[961/991] Compiling AsyncHTTPClient RequestValidation.swift
[962/991] Compiling AsyncHTTPClient SSLContextCache.swift
[963/991] Compiling AsyncHTTPClient Scheme.swift
[964/991] Compiling AsyncHTTPClient Singleton.swift
[965/991] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[966/991] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[967/991] Compiling AsyncHTTPClient Utils.swift
[968/991] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[969/991] Compiling AsyncHTTPClient RequestOptions.swift
[970/991] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[971/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[972/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[973/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[974/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[975/991] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[976/991] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[977/991] Compiling AsyncHTTPClient ConnectionTarget.swift
[978/991] Compiling AsyncHTTPClient DeconstructedURL.swift
[979/991] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[980/991] Compiling AsyncHTTPClient FoundationExtensions.swift
[981/991] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[982/991] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[983/991] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[984/991] Compiling AsyncHTTPClient HTTPClient.swift
[985/991] Compiling AsyncHTTPClient HTTPHandler.swift
[986/991] Compiling AsyncHTTPClient LRUCache.swift
[987/991] Compiling AsyncHTTPClient NWErrorHandler.swift
[988/991] Compiling AsyncHTTPClient NWWaitingHandler.swift
[989/991] Compiling AsyncHTTPClient TLSConfiguration.swift
[990/991] Compiling AsyncHTTPClient RedirectState.swift
[991/991] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[993/1022] Compiling KippleNetworking Exports.swift
[994/1022] Compiling KippleNetworking HTTPURLResponse+Status.swift
[995/1022] Compiling KippleNetworking Request+AsURLRequest.swift
[996/1022] Compiling KippleNetworking URLRequest+Init.swift
[997/1022] Compiling KippleNetworking URLRequest+SetHeaders.swift
[998/1026] Compiling KippleNetworking URLRequest+SetParameters.swift
[999/1026] Compiling KippleNetworking URLRequest+SetTimeout.swift
[1000/1026] Compiling KippleNetworking FoundationNetworkRequestDispatcher.swift
[1001/1026] Compiling KippleNetworking URLRequestConvertible.swift
[1002/1026] Compiling KippleNetworking HTTPClient+ExecuteResponseAnticipating.swift
[1003/1026] Compiling KippleNetworking Request+AsHTTPClientRequest.swift
[1004/1026] Compiling KippleNetworking NIONetworkRequestDispatcher.swift
[1005/1026] Compiling KippleNetworking HTTPBodyEncoding.swift
[1006/1026] Compiling KippleNetworking NetworkingError.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Errors/NetworkingError.swift:10:10: warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
 8 |     case invalidContentType(String)
 9 |     case invalidHTTPHeader(String)
10 |     case invalidStatusCode(HTTPStatusCode)
   |          `- warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
11 |     case invalidURLString(String)
12 |     case invalidURLResponse
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPStatusCode.swift:21:13: note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 19 | /// - [Mozilla - HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
 20 | /// - [Wikipedia - List of HTTP Status Codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
 21 | public enum HTTPStatusCode: Int, Codable, CaseIterable {
    |             `- note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 22 |     // MARK: ResponseType
 23 |
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:6:16: warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | public extension Formatter {
 6 |     static let iso8601withFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601withFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let formatter = ISO8601DateFormatter()
 8 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:12:16: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     }()
11 |
12 |     static let iso8601: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         let formatter = ISO8601DateFormatter()
14 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[1007/1026] Compiling KippleNetworking CharacterSet+RFC3986Unreserved.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Errors/NetworkingError.swift:10:10: warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
 8 |     case invalidContentType(String)
 9 |     case invalidHTTPHeader(String)
10 |     case invalidStatusCode(HTTPStatusCode)
   |          `- warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
11 |     case invalidURLString(String)
12 |     case invalidURLResponse
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPStatusCode.swift:21:13: note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 19 | /// - [Mozilla - HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
 20 | /// - [Wikipedia - List of HTTP Status Codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
 21 | public enum HTTPStatusCode: Int, Codable, CaseIterable {
    |             `- note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 22 |     // MARK: ResponseType
 23 |
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:6:16: warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | public extension Formatter {
 6 |     static let iso8601withFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601withFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let formatter = ISO8601DateFormatter()
 8 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:12:16: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     }()
11 |
12 |     static let iso8601: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         let formatter = ISO8601DateFormatter()
14 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[1008/1026] Compiling KippleNetworking Dictionary+AsHeaderDictionary.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Errors/NetworkingError.swift:10:10: warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
 8 |     case invalidContentType(String)
 9 |     case invalidHTTPHeader(String)
10 |     case invalidStatusCode(HTTPStatusCode)
   |          `- warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
11 |     case invalidURLString(String)
12 |     case invalidURLResponse
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPStatusCode.swift:21:13: note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 19 | /// - [Mozilla - HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
 20 | /// - [Wikipedia - List of HTTP Status Codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
 21 | public enum HTTPStatusCode: Int, Codable, CaseIterable {
    |             `- note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 22 |     // MARK: ResponseType
 23 |
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:6:16: warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | public extension Formatter {
 6 |     static let iso8601withFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601withFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let formatter = ISO8601DateFormatter()
 8 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:12:16: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     }()
11 |
12 |     static let iso8601: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         let formatter = ISO8601DateFormatter()
14 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[1009/1026] Compiling KippleNetworking Formatter+ISO8601.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Errors/NetworkingError.swift:10:10: warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
 8 |     case invalidContentType(String)
 9 |     case invalidHTTPHeader(String)
10 |     case invalidStatusCode(HTTPStatusCode)
   |          `- warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
11 |     case invalidURLString(String)
12 |     case invalidURLResponse
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPStatusCode.swift:21:13: note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 19 | /// - [Mozilla - HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
 20 | /// - [Wikipedia - List of HTTP Status Codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
 21 | public enum HTTPStatusCode: Int, Codable, CaseIterable {
    |             `- note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 22 |     // MARK: ResponseType
 23 |
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:6:16: warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | public extension Formatter {
 6 |     static let iso8601withFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601withFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let formatter = ISO8601DateFormatter()
 8 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:12:16: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     }()
11 |
12 |     static let iso8601: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         let formatter = ISO8601DateFormatter()
14 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[1010/1026] Compiling KippleNetworking HTTPHeader.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:256:16: warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
254 | public extension HTTPHeader {
255 |     /// Shorthand for `.acceptableInstanceManipulations`
256 |     static let aim: HTTPHeader = .acceptableInstanceManipulations
    |                |- warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'aim' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Shorthand for `.instanceManipulations`
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:259:16: warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
257 |
258 |     /// Shorthand for `.instanceManipulations`
259 |     static let im: HTTPHeader = .instanceManipulations // swiftlint:disable:this identifier_name
    |                |- warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'im' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 | }
261 |
[1011/1026] Compiling KippleNetworking HTTPMethod.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:256:16: warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
254 | public extension HTTPHeader {
255 |     /// Shorthand for `.acceptableInstanceManipulations`
256 |     static let aim: HTTPHeader = .acceptableInstanceManipulations
    |                |- warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'aim' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Shorthand for `.instanceManipulations`
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:259:16: warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
257 |
258 |     /// Shorthand for `.instanceManipulations`
259 |     static let im: HTTPHeader = .instanceManipulations // swiftlint:disable:this identifier_name
    |                |- warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'im' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 | }
261 |
[1012/1026] Compiling KippleNetworking HTTPStatusCode.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:256:16: warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
254 | public extension HTTPHeader {
255 |     /// Shorthand for `.acceptableInstanceManipulations`
256 |     static let aim: HTTPHeader = .acceptableInstanceManipulations
    |                |- warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'aim' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Shorthand for `.instanceManipulations`
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:259:16: warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
257 |
258 |     /// Shorthand for `.instanceManipulations`
259 |     static let im: HTTPHeader = .instanceManipulations // swiftlint:disable:this identifier_name
    |                |- warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'im' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 | }
261 |
[1013/1026] Compiling KippleNetworking ParameterEncoding.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:256:16: warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
254 | public extension HTTPHeader {
255 |     /// Shorthand for `.acceptableInstanceManipulations`
256 |     static let aim: HTTPHeader = .acceptableInstanceManipulations
    |                |- warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'aim' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Shorthand for `.instanceManipulations`
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:259:16: warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
257 |
258 |     /// Shorthand for `.instanceManipulations`
259 |     static let im: HTTPHeader = .instanceManipulations // swiftlint:disable:this identifier_name
    |                |- warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'im' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 | }
261 |
[1014/1026] Emitting module KippleNetworking
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:256:16: warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
254 | public extension HTTPHeader {
255 |     /// Shorthand for `.acceptableInstanceManipulations`
256 |     static let aim: HTTPHeader = .acceptableInstanceManipulations
    |                |- warning: static property 'aim' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'aim' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Shorthand for `.instanceManipulations`
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPHeader.swift:259:16: warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// - [Mozilla - HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
 11 | /// - [Wikipedia - List of HTTP Header Fields](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields)
 12 | public enum HTTPHeader: String {
    |             `- note: consider making enum 'HTTPHeader' conform to the 'Sendable' protocol
 13 |     // MARK: Request
 14 |
    :
257 |
258 |     /// Shorthand for `.instanceManipulations`
259 |     static let im: HTTPHeader = .instanceManipulations // swiftlint:disable:this identifier_name
    |                |- warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'im' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 | }
261 |
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Errors/NetworkingError.swift:10:10: warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
 8 |     case invalidContentType(String)
 9 |     case invalidHTTPHeader(String)
10 |     case invalidStatusCode(HTTPStatusCode)
   |          `- warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
11 |     case invalidURLString(String)
12 |     case invalidURLResponse
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Enums/HTTPStatusCode.swift:21:13: note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 19 | /// - [Mozilla - HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
 20 | /// - [Wikipedia - List of HTTP Status Codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
 21 | public enum HTTPStatusCode: Int, Codable, CaseIterable {
    |             `- note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
 22 |     // MARK: ResponseType
 23 |
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:6:16: warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | public extension Formatter {
 6 |     static let iso8601withFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601withFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let formatter = ISO8601DateFormatter()
 8 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Extensions/Formatter+ISO8601.swift:12:16: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     }()
11 |
12 |     static let iso8601: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         let formatter = ISO8601DateFormatter()
14 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher+DispatchMode.swift:41:16: warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |
 9 | public extension UniversalNetworkRequestDispatcher {
10 |     enum DispatchMode {
   |          `- note: consider making enum 'DispatchMode' conform to the 'Sendable' protocol
11 |         #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
12 |         case appleFoundation(URLSession = .shared)
   :
39 | #elseif canImport(AsyncHTTPClient)
40 | public extension UniversalNetworkRequestDispatcher.DispatchMode {
41 |     static let automatic: Self = .swiftNIO(.init(eventLoopGroupProvider: .singleton))
   |                |- warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'automatic' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 | #endif
[1015/1026] Compiling KippleNetworking JSONDecoder+SafeISO8601.swift
[1016/1026] Compiling KippleNetworking JSONEncoder+SafeISO8601.swift
[1017/1026] Compiling KippleNetworking String+IsURLWithQueryString.swift
[1018/1026] Compiling KippleNetworking URLComponents+SetQueryItems.swift
[1019/1026] Compiling KippleNetworking HTTPClient.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher+DispatchMode.swift:41:16: warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |
 9 | public extension UniversalNetworkRequestDispatcher {
10 |     enum DispatchMode {
   |          `- note: consider making enum 'DispatchMode' conform to the 'Sendable' protocol
11 |         #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
12 |         case appleFoundation(URLSession = .shared)
   :
39 | #elseif canImport(AsyncHTTPClient)
40 | public extension UniversalNetworkRequestDispatcher.DispatchMode {
41 |     static let automatic: Self = .swiftNIO(.init(eventLoopGroupProvider: .singleton))
   |                |- warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'automatic' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 | #endif
[1020/1026] Compiling KippleNetworking UniversalNetworkRequestDispatcher+DispatchMode.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher+DispatchMode.swift:41:16: warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |
 9 | public extension UniversalNetworkRequestDispatcher {
10 |     enum DispatchMode {
   |          `- note: consider making enum 'DispatchMode' conform to the 'Sendable' protocol
11 |         #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
12 |         case appleFoundation(URLSession = .shared)
   :
39 | #elseif canImport(AsyncHTTPClient)
40 | public extension UniversalNetworkRequestDispatcher.DispatchMode {
41 |     static let automatic: Self = .swiftNIO(.init(eventLoopGroupProvider: .singleton))
   |                |- warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'automatic' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 | #endif
[1021/1026] Compiling KippleNetworking UniversalNetworkRequestDispatcher.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher+DispatchMode.swift:41:16: warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |
 9 | public extension UniversalNetworkRequestDispatcher {
10 |     enum DispatchMode {
   |          `- note: consider making enum 'DispatchMode' conform to the 'Sendable' protocol
11 |         #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
12 |         case appleFoundation(URLSession = .shared)
   :
39 | #elseif canImport(AsyncHTTPClient)
40 | public extension UniversalNetworkRequestDispatcher.DispatchMode {
41 |     static let automatic: Self = .swiftNIO(.init(eventLoopGroupProvider: .singleton))
   |                |- warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'automatic' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 | #endif
[1022/1026] Compiling KippleNetworking DataResponse.swift
/host/spi-builder-workspace/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher+DispatchMode.swift:41:16: warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |
 9 | public extension UniversalNetworkRequestDispatcher {
10 |     enum DispatchMode {
   |          `- note: consider making enum 'DispatchMode' conform to the 'Sendable' protocol
11 |         #if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
12 |         case appleFoundation(URLSession = .shared)
   :
39 | #elseif canImport(AsyncHTTPClient)
40 | public extension UniversalNetworkRequestDispatcher.DispatchMode {
41 |     static let automatic: Self = .swiftNIO(.init(eventLoopGroupProvider: .singleton))
   |                |- warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'UniversalNetworkRequestDispatcher.DispatchMode' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'automatic' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 | #endif
[1023/1026] Compiling KippleNetworking Environment.swift
[1024/1026] Compiling KippleNetworking Request.swift
[1025/1026] Compiling KippleNetworking NetworkRequestDispatching.swift
[1026/1026] Compiling KippleNetworking ParameterDictionaryConvertible.swift
Build complete! (291.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.63.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "kipple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "0.15.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/Kipple"
    },
    {
      "identity" : "kippletools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/KippleTools"
    }
  ],
  "manifest_display_name" : "KippleNetworking",
  "name" : "KippleNetworking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "KippleNetworking",
      "targets" : [
        "KippleNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KippleNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleNetworkingTests",
      "path" : "Tests/KippleNetworkingTests",
      "sources" : [
        "Core/Extensions/Environment+XKCD.swift",
        "Core/Models/XkcdStrip.swift",
        "Core/Requests/GetLatestXKCDStripRequest.swift",
        "Core/Requests/GetXKCDStripRequest.swift",
        "Tests/DictionaryExtensionTests.swift",
        "Tests/EnvironmentTests.swift",
        "Tests/FoundationNetworkRequestDispatcherTests.swift",
        "Tests/HTTPClientTests.swift",
        "Tests/ISO8601ExtensionTests.swift",
        "Tests/RFC3986ExtensionTests.swift",
        "Tests/StringExtensionTests.swift",
        "Tests/SwiftNIONetworkRequestDispatcherTests.swift",
        "Tests/URLComponentsExtensionTests.swift",
        "Tests/URLRequestConvertibleTests.swift",
        "Tests/URLRequestExtensionTests.swift"
      ],
      "target_dependencies" : [
        "KippleNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleNetworking",
      "module_type" : "SwiftTarget",
      "name" : "KippleNetworking",
      "path" : "Sources/KippleNetworking",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOConcurrencyHelpers",
        "NIOHTTPCompression",
        "KippleCodable",
        "KippleFoundation",
        "KippleLogging"
      ],
      "product_memberships" : [
        "KippleNetworking"
      ],
      "sources" : [
        "Exports.swift",
        "Foundation/Extensions/HTTPURLResponse+Status.swift",
        "Foundation/Extensions/Request+AsURLRequest.swift",
        "Foundation/Extensions/URLRequest+Init.swift",
        "Foundation/Extensions/URLRequest+SetHeaders.swift",
        "Foundation/Extensions/URLRequest+SetParameters.swift",
        "Foundation/Extensions/URLRequest+SetTimeout.swift",
        "Foundation/Helpers/FoundationNetworkRequestDispatcher.swift",
        "Foundation/Protocols/URLRequestConvertible.swift",
        "NIO/Extensions/HTTPClient+ExecuteResponseAnticipating.swift",
        "NIO/Extensions/Request+AsHTTPClientRequest.swift",
        "NIO/Helpers/NIONetworkRequestDispatcher.swift",
        "Shared/Enums/HTTPBodyEncoding.swift",
        "Shared/Enums/HTTPHeader.swift",
        "Shared/Enums/HTTPMethod.swift",
        "Shared/Enums/HTTPStatusCode.swift",
        "Shared/Enums/ParameterEncoding.swift",
        "Shared/Errors/NetworkingError.swift",
        "Shared/Extensions/CharacterSet+RFC3986Unreserved.swift",
        "Shared/Extensions/Dictionary+AsHeaderDictionary.swift",
        "Shared/Extensions/Formatter+ISO8601.swift",
        "Shared/Extensions/JSONDecoder+SafeISO8601.swift",
        "Shared/Extensions/JSONEncoder+SafeISO8601.swift",
        "Shared/Extensions/String+IsURLWithQueryString.swift",
        "Shared/Extensions/URLComponents+SetQueryItems.swift",
        "Shared/Helpers/HTTPClient.swift",
        "Shared/Helpers/UniversalNetworkRequestDispatcher+DispatchMode.swift",
        "Shared/Helpers/UniversalNetworkRequestDispatcher.swift",
        "Shared/Models/DataResponse.swift",
        "Shared/Models/Environment.swift",
        "Shared/Models/Request.swift",
        "Shared/Protocols/NetworkRequestDispatching.swift",
        "Shared/Protocols/ParameterDictionaryConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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.