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

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/bdrelling/Kipple
Fetching https://github.com/apple/swift-nio-extras
Fetching https://github.com/bdrelling/KippleTools
[1/720] Fetching kippletools
[721/2384] Fetching kippletools, kipple
[954/8046] Fetching kippletools, kipple, swift-nio-extras
Fetched https://github.com/bdrelling/KippleTools from cache (0.27s)
[403/7326] Fetching kipple, swift-nio-extras
[5670/21140] Fetching kipple, swift-nio-extras, async-http-client
Fetched https://github.com/apple/swift-nio-extras from cache (0.49s)
[7969/15478] Fetching kipple, async-http-client
Fetched https://github.com/bdrelling/Kipple from cache (0.94s)
Fetching https://github.com/apple/swift-nio
Fetched https://github.com/swift-server/async-http-client from cache (1.02s)
[1/75466] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (4.95s)
Computing version for https://github.com/bdrelling/Kipple
Computed https://github.com/bdrelling/Kipple at 0.14.3 (6.63s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/apple/swift-log
[1/4386] Fetching keychainaccess
[791/8435] Fetching keychainaccess, devicekit
[1227/12271] Fetching keychainaccess, devicekit, swift-log
[7074/28513] Fetching keychainaccess, devicekit, swift-log, swift-collections
Fetched https://github.com/devicekit/DeviceKit from cache (0.61s)
Fetched https://github.com/apple/swift-log from cache (0.61s)
[8772/20628] Fetching keychainaccess, swift-collections
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.32s)
Fetched https://github.com/apple/swift-collections from cache (1.34s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.92s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (0.60s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
[1347/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.95s)
[4673/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (27.79s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (31.92s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (2.57s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.16s)
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.81s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2609] Fetching swift-http-types, swift-atomics
[1434/3736] Fetching swift-http-types, swift-atomics, swift-http-structured-headers
[3601/15228] Fetching swift-http-types, swift-atomics, swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
[4103/14101] Fetching swift-http-types, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.57s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
[2644/11492] Fetching swift-nio-http2
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.89s)
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.91s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (0.88s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.95s)
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.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.87s)
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.64s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.59s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.25.2 (0.63s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2619] Fetching swift-nio-transport-services
[2620/17412] Fetching swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.29s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.31s)
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 (3.86s)
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.77s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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/bdrelling/Kipple
Working copy of https://github.com/bdrelling/Kipple resolved at 0.14.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.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/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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/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/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
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
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/445] Write sources
[26/445] Compiling CNIOWindows WSAStartup.c
[26/445] Compiling CNIOWindows shim.c
[28/445] Compiling CNIOExtrasZlib empty.c
[28/445] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[29/445] Write sources
[33/445] Compiling CNIOWASI CNIOWASI.c
[34/445] Compiling _NumericsShims _NumericsShims.c
[34/445] Compiling _AtomicsShims.c
[36/445] Compiling CNIOLinux liburing_shims.c
[37/445] Compiling CNIOLinux shim.c
[38/445] Compiling CNIODarwin shim.c
[38/445] Compiling CNIOLLHTTP c_nio_http.c
[40/445] Compiling fiat_p256_adx_sqr.S
[41/445] Compiling CNIOLLHTTP c_nio_api.c
[42/445] Compiling fiat_p256_adx_mul.S
[43/445] Write swift-version-24593BA9C3E375BF.txt
[44/445] Compiling fiat_curve25519_adx_square.S
[45/445] Compiling fiat_curve25519_adx_mul.S
[46/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/461] Compiling CNIOBoringSSLShims shims.c
[49/466] Emitting module Logging
[49/466] Compiling tls_method.cc
[50/466] Compiling tls_record.cc
[51/492] Compiling c-atomics.c
[51/492] Compiling c-nioatomics.c
[54/528] Compiling Atomics UnsafeAtomic.swift
[55/528] Compiling Atomics UnsafeAtomicLazyReference.swift
[56/530] Compiling RealModule Real.swift
[57/530] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/530] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/531] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/531] Compiling InternalCollectionsUtilities Specialize.swift
[61/533] Compiling RealModule ElementaryFunctions.swift
[62/533] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[63/533] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[64/533] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[65/533] Emitting module InternalCollectionsUtilities
[69/533] Compiling InternalCollectionsUtilities Debugging.swift
[70/533] Compiling InternalCollectionsUtilities Descriptions.swift
[71/533] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/533] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/533] Compiling _NIODataStructures _TinyArray.swift
[74/533] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/533] Compiling InternalCollectionsUtilities Integer rank.swift
[76/533] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/533] Compiling RealModule Float+Real.swift
[80/533] Compiling _NIODataStructures PriorityQueue.swift
[81/533] Emitting module _NIOBase64
[82/533] Compiling _NIOBase64 Base64.swift
[83/533] Compiling RealModule Float80+Real.swift
[84/534] Compiling RealModule Float16+Real.swift
[87/534] Emitting module RealModule
[90/534] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/534] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/534] Compiling RealModule RealFunctions.swift
[93/535] Compiling InternalCollectionsUtilities UInt+reversed.swift
[94/535] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[101/535] Compiling Atomics IntegerOperations.swift
[102/535] Compiling Atomics Unmanaged extensions.swift
[103/541] Compiling KippleCodable CodableDefaultStrategy.swift
[104/542] Emitting module KippleCodable
[105/542] Compiling Logging MetadataProvider.swift
[106/542] Emitting module _NIODataStructures
[107/542] Compiling _NIODataStructures Heap.swift
[108/543] Compiling Logging Logging.swift
[109/543] Compiling Logging LogHandler.swift
[110/543] Compiling Logging Locks.swift
[116/545] Compiling NIOConcurrencyHelpers lock.swift
[119/545] Compiling KippleCodable CodableIgnored.swift
[120/545] Emitting module NIOConcurrencyHelpers
[123/575] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[124/575] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/575] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[126/575] Compiling NIOConcurrencyHelpers atomics.swift
[128/576] Emitting module KippleLogging
[129/591] Compiling DequeModule Deque+CustomReflectable.swift
[130/591] Compiling DequeModule Deque+Descriptions.swift
[131/593] Compiling KippleCodable CodableDefault.swift
[132/593] Compiling DequeModule Deque+Codable.swift
[133/593] Compiling DequeModule Deque+Collection.swift
[134/593] Compiling KippleCodable PropertyListDecoder+DecodeCleaned.swift
[135/593] Compiling KippleCodable JSONDecoder+DecodeCleaned.swift
[136/593] Compiling DequeModule Deque+Equatable.swift
[137/593] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[138/593] Compiling DequeModule _DequeBuffer.swift
[139/593] Compiling DequeModule _DequeBufferHeader.swift
[145/594] Compiling DequeModule Deque+Extras.swift
[146/594] Compiling DequeModule Deque+Hashable.swift
[149/594] Emitting module Atomics
[150/594] Compiling KippleFoundation URLConvertible.swift
[151/594] Compiling KippleLogging Exports.swift
[152/594] Compiling DequeModule Deque._UnsafeHandle.swift
[153/594] Compiling DequeModule Deque.swift
[154/594] Compiling DequeModule Deque+Testing.swift
[155/594] Compiling DequeModule Deque._Storage.swift
[156/594] Compiling KippleLogging Logger+Convenience.swift
[157/594] Compiling KippleLogging ConsoleLogHandler.swift
[160/594] Emitting module KippleFoundation
[164/596] Compiling DequeModule _DequeSlot.swift
[165/596] Compiling DequeModule _UnsafeWrappedBuffer.swift
[169/597] Compiling Algorithms RandomSample.swift
[170/597] Compiling Algorithms Reductions.swift
[171/597] Compiling Algorithms Rotate.swift
[173/600] Compiling Algorithms Split.swift
[174/600] Compiling Algorithms Stride.swift
[175/600] Compiling Algorithms Suffix.swift
[182/600] Compiling tls13_server.cc
[185/600] Compiling Algorithms Permutations.swift
[186/600] Compiling Algorithms Product.swift
[192/600] Emitting module DequeModule
[197/601] Compiling tls13_enc.cc
[203/601] Compiling Algorithms Trim.swift
[204/601] Compiling Algorithms Unique.swift
[205/601] Compiling Algorithms Windows.swift
[209/601] Compiling t1_enc.cc
[210/601] Compiling tls13_client.cc
[211/601] Compiling tls13_both.cc
[212/601] Compiling ssl_x509.cc
[213/660] Compiling ssl_transcript.cc
[214/660] Compiling ssl_versions.cc
[216/660] Emitting module Algorithms
[217/661] Compiling ssl_stat.cc
[219/661] Compiling NIOCore MarkedCircularBuffer.swift
[220/661] Compiling NIOCore MulticastChannel.swift
[221/661] Compiling NIOCore NIOAny.swift
[222/661] Compiling NIOCore NIOCloseOnErrorHandler.swift
[223/661] Compiling NIOCore NIOLoopBound.swift
[224/661] Compiling NIOCore NIOScheduledCallback.swift
[225/661] Compiling NIOCore NIOSendable.swift
[226/661] Compiling NIOCore RecvByteBufferAllocator.swift
[226/669] Compiling ssl_privkey.cc
[227/669] Compiling ssl_session.cc
[229/669] Compiling NIOCore GlobalSingletons.swift
[230/669] Compiling NIOCore IO.swift
[231/669] Compiling NIOCore IOData.swift
[232/669] Compiling NIOCore IPProtocol.swift
[233/669] Compiling NIOCore IntegerBitPacking.swift
[234/669] Compiling NIOCore IntegerTypes.swift
[235/669] Compiling NIOCore Interfaces.swift
[236/669] Compiling NIOCore Linux.swift
[236/669] Compiling ssl_cipher.cc
[237/669] Compiling ssl_lib.cc
[238/669] Compiling ssl_file.cc
[239/669] Compiling ssl_key_share.cc
[240/669] Compiling ssl_credential.cc
[241/669] Compiling ssl_buffer.cc
[243/669] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[244/669] Compiling NIOCore SocketAddresses.swift
[245/669] Compiling NIOCore SocketOptionProvider.swift
[246/669] Compiling NIOCore SystemCallHelpers.swift
[247/669] Compiling NIOCore TimeAmount+Duration.swift
[248/669] Compiling NIOCore TypeAssistedChannelHandler.swift
[249/669] Compiling NIOCore UniversalBootstrapSupport.swift
[250/669] Compiling NIOCore Utilities.swift
[250/669] Compiling ssl_cert.cc
[252/669] Compiling NIOCore EventLoop.swift
[253/669] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[254/669] Compiling NIOCore EventLoopFuture+Deprecated.swift
[255/669] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[256/669] Compiling NIOCore EventLoopFuture.swift
[257/669] Compiling NIOCore FileDescriptor.swift
[258/669] Compiling NIOCore FileHandle.swift
[259/669] Compiling NIOCore FileRegion.swift
[259/669] Compiling ssl_asn1.cc
[260/669] Compiling ssl_aead_ctx.cc
[262/669] Compiling NIOCore ChannelPipeline.swift
[263/669] Compiling NIOCore CircularBuffer.swift
[264/669] Compiling NIOCore Codec.swift
[265/669] Compiling NIOCore ConvenienceOptionSupport.swift
[266/669] Compiling NIOCore DeadChannel.swift
[267/669] Compiling NIOCore DispatchQueue+WithFuture.swift
[268/669] Compiling NIOCore EventLoop+Deprecated.swift
[269/669] Compiling NIOCore EventLoop+SerialExecutor.swift
[269/669] Compiling s3_pkt.cc
[271/669] Compiling NIOCore AddressedEnvelope.swift
[272/669] Compiling NIOCore AsyncAwaitSupport.swift
[273/669] Compiling NIOCore AsyncChannel.swift
[274/669] Compiling NIOCore AsyncChannelHandler.swift
[275/669] Compiling NIOCore AsyncChannelInboundStream.swift
[276/669] Compiling NIOCore AsyncChannelOutboundWriter.swift
[277/669] Compiling NIOCore NIOAsyncSequenceProducer.swift
[278/669] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[279/669] Compiling NIOCore NIOAsyncWriter.swift
[279/669] Compiling s3_both.cc
[280/669] Compiling s3_lib.cc
[281/669] Compiling handshake_client.cc
[282/669] Compiling handshake_server.cc
[283/669] Compiling handoff.cc
[284/669] Compiling handshake.cc
[285/669] Compiling extensions.cc
[286/669] Compiling encrypted_client_hello.cc
[287/669] Compiling dtls_record.cc
[288/669] Compiling md5-x86_64-linux.S
[289/669] Compiling md5-x86_64-apple.S
[290/669] Compiling md5-586-linux.S
[291/669] Compiling dtls_method.cc
[292/669] Compiling md5-586-apple.S
[293/669] Compiling d1_srtp.cc
[294/669] Compiling chacha20_poly1305_x86_64-linux.S
[295/669] Compiling chacha20_poly1305_x86_64-apple.S
[296/669] Compiling chacha20_poly1305_armv8-win.S
[297/669] Compiling chacha20_poly1305_armv8-linux.S
[298/669] Compiling chacha20_poly1305_armv8-apple.S
[300/669] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[301/669] Compiling NIOCore BSDSocketAPI.swift
[302/669] Compiling NIOCore ByteBuffer-aux.swift
[303/669] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[304/669] Compiling NIOCore ByteBuffer-conversions.swift
[305/669] Compiling NIOCore ByteBuffer-core.swift
[306/669] Compiling NIOCore ByteBuffer-hex.swift
[307/669] Compiling NIOCore ByteBuffer-int.swift
[308/669] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[309/669] Compiling NIOCore ByteBuffer-multi-int.swift
[310/669] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[311/669] Compiling NIOCore ByteBuffer-views.swift
[312/669] Compiling NIOCore Channel.swift
[313/669] Compiling NIOCore ChannelHandler.swift
[314/669] Compiling NIOCore ChannelHandlers.swift
[315/669] Compiling NIOCore ChannelInvoker.swift
[316/669] Compiling NIOCore ChannelOption.swift
[316/669] Compiling chacha-x86_64-linux.S
[317/669] Compiling chacha-x86_64-apple.S
[318/669] Compiling chacha-x86-linux.S
[319/669] Compiling err_data.cc
[320/669] Compiling chacha-x86-apple.S
[321/669] Compiling chacha-armv8-win.S
[322/669] Compiling chacha-armv8-linux.S
[323/669] Compiling chacha-armv8-apple.S
[324/669] Compiling chacha-armv4-linux.S
[325/669] Compiling aes128gcmsiv-x86_64-linux.S
[326/669] Compiling aes128gcmsiv-x86_64-apple.S
[327/669] Compiling x86_64-mont5-apple.S
[328/669] Compiling x86_64-mont5-linux.S
[329/669] Compiling x86_64-mont-linux.S
[330/669] Compiling x86_64-mont-apple.S
[331/669] Compiling x86-mont-linux.S
[332/669] Compiling d1_pkt.cc
[333/669] Compiling x86-mont-apple.S
[334/669] Compiling vpaes-x86_64-linux.S
[335/669] Compiling vpaes-x86_64-apple.S
[336/669] Compiling vpaes-x86-linux.S
[337/669] Compiling vpaes-x86-apple.S
[338/669] Compiling vpaes-armv8-win.S
[339/669] Compiling vpaes-armv8-linux.S
[340/669] Compiling bio_ssl.cc
[341/669] Compiling vpaes-armv8-apple.S
[342/669] Compiling d1_lib.cc
[343/669] Compiling vpaes-armv7-linux.S
[344/669] Compiling sha512-armv8-linux.S
[345/669] Compiling sha512-armv8-win.S
[346/669] Compiling sha512-x86_64-apple.S
[347/669] Compiling sha512-armv8-apple.S
[348/669] Compiling sha512-x86_64-linux.S
[349/669] Compiling sha512-armv4-linux.S
[350/669] Compiling sha512-586-linux.S
[351/669] Compiling sha512-586-apple.S
[352/669] Compiling sha256-armv8-win.S
[353/669] Compiling sha256-x86_64-apple.S
[354/669] Compiling sha256-x86_64-linux.S
[354/669] Compiling sha256-armv8-linux.S
[356/669] Compiling sha256-armv8-apple.S
[357/669] Compiling sha256-armv4-linux.S
[358/669] Compiling sha256-586-linux.S
[359/669] Compiling sha256-586-apple.S
[360/669] Compiling sha1-x86_64-apple.S
[361/669] Compiling sha1-x86_64-linux.S
[362/669] Compiling sha1-armv8-win.S
[363/669] Compiling sha1-armv8-linux.S
[364/669] Compiling sha1-armv8-apple.S
[365/669] Compiling sha1-armv4-large-linux.S
[366/669] Compiling rdrand-x86_64-linux.S
[367/669] Compiling sha1-586-apple.S
[368/669] Compiling rsaz-avx2-apple.S
[369/669] Compiling sha1-586-linux.S
[370/669] Compiling rsaz-avx2-linux.S
[371/669] Compiling rdrand-x86_64-apple.S
[372/669] Compiling p256_beeu-armv8-asm-win.S
[373/669] Compiling p256_beeu-armv8-asm-linux.S
[374/669] Compiling p256_beeu-x86_64-asm-linux.S
[375/669] Compiling p256_beeu-x86_64-asm-apple.S
[376/669] Compiling p256_beeu-armv8-asm-apple.S
[377/669] Compiling p256-x86_64-asm-linux.S
[378/669] Compiling p256-armv8-asm-win.S
[379/669] Compiling p256-x86_64-asm-apple.S
[380/669] Compiling p256-armv8-asm-apple.S
[381/669] Compiling p256-armv8-asm-linux.S
[382/669] Compiling d1_both.cc
[383/669] Compiling ghashv8-armv8-apple.S
[384/669] Compiling ghashv8-armv8-win.S
[385/669] Compiling ghashv8-armv8-linux.S
[386/669] Compiling ghash-ssse3-x86_64-linux.S
[387/669] Compiling ghash-x86_64-apple.S
[388/669] Compiling ghash-x86-apple.S
[389/669] Compiling ghash-x86-linux.S
[390/669] Compiling ghash-x86_64-linux.S
[391/669] Compiling ghashv8-armv7-linux.S
[392/669] Compiling ghash-ssse3-x86_64-apple.S
[393/669] Compiling ghash-neon-armv8-linux.S
[394/669] Compiling ghash-ssse3-x86-apple.S
[395/669] Compiling ghash-neon-armv8-win.S
[396/669] Compiling ghash-ssse3-x86-linux.S
[397/669] Compiling ghash-neon-armv8-apple.S
[398/669] Compiling co-586-apple.S
[399/669] Compiling co-586-linux.S
[400/669] Compiling ghash-armv4-linux.S
[401/669] Compiling bn-armv8-win.S
[402/669] Compiling bn-armv8-linux.S
[403/669] Compiling bsaes-armv7-linux.S
[404/669] Compiling armv8-mont-win.S
[405/669] Compiling bn-armv8-apple.S
[406/669] Compiling bn-586-linux.S
[407/669] Compiling armv8-mont-linux.S
[408/669] Compiling aesv8-gcm-armv8-win.S
[408/669] Compiling bn-586-apple.S
[410/669] Compiling armv4-mont-linux.S
[411/669] Compiling armv8-mont-apple.S
[412/669] Compiling aesv8-gcm-armv8-apple.S
[413/669] Compiling aesv8-gcm-armv8-linux.S
[414/669] Compiling aesv8-armv8-linux.S
[415/669] Compiling aesv8-armv7-linux.S
[416/669] Compiling aesv8-armv8-apple.S
[417/669] Compiling aesni-x86_64-linux.S
[418/669] Compiling aesv8-armv8-win.S
[419/669] Compiling aesni-x86_64-apple.S
[420/669] Compiling aesni-x86-linux.S
[421/669] Compiling aesni-x86-apple.S
[422/669] Compiling aesni-gcm-x86_64-linux.S
[423/669] Compiling aesni-gcm-x86_64-apple.S
[424/669] Compiling aes-gcm-avx2-x86_64-linux.S
[425/669] Compiling aes-gcm-avx10-x86_64-apple.S
[426/669] Emitting module NIOCore
[427/670] Compiling aes-gcm-avx2-x86_64-apple.S
[428/670] Compiling aes-gcm-avx10-x86_64-linux.S
[430/670] Compiling x_sig.cc
[431/670] Compiling x_x509.cc
[432/670] Compiling x_x509a.cc
[433/670] Compiling x_val.cc
[434/670] Compiling x_pubkey.cc
[435/670] Compiling x_spki.cc
[436/670] Compiling x_req.cc
[437/721] Compiling x_name.cc
[438/721] Compiling x_exten.cc
[440/721] Compiling NIOEmbedded AsyncTestingChannel.swift
[441/721] Emitting module NIOEmbedded
[441/721] Compiling x_attrib.cc
[442/721] Compiling x_crl.cc
[443/721] Compiling x_algor.cc
[444/721] Compiling x_all.cc
[445/721] Compiling x509spki.cc
[447/721] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[448/721] Compiling NIOEmbedded Embedded.swift
[449/722] Compiling x509name.cc
[450/722] Compiling x509cset.cc
[451/722] Compiling x509rset.cc
[452/722] Compiling x509_vpm.cc
[453/722] Compiling x509_vfy.cc
[454/722] Compiling x509_v3.cc
[455/722] Compiling x509_txt.cc
[457/722] Compiling NIOPosix SelectableChannel.swift
[458/722] Compiling NIOPosix SelectableEventLoop.swift
[459/722] Compiling NIOPosix SelectorEpoll.swift
[460/722] Compiling NIOPosix SelectorGeneric.swift
[461/722] Compiling NIOPosix SelectorKqueue.swift
[462/722] Compiling NIOPosix SelectorUring.swift
[463/728] Compiling NIOPosix PooledRecvBufferAllocator.swift
[464/728] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[465/728] Compiling NIOPosix PosixSingletons.swift
[466/728] Compiling NIOPosix RawSocketBootstrap.swift
[467/728] Compiling NIOPosix Resolver.swift
[468/728] Compiling NIOPosix Selectable.swift
[469/728] Compiling NIOPosix ServerSocket.swift
[470/728] Compiling NIOPosix Socket.swift
[471/728] Compiling NIOPosix SocketChannel.swift
[472/728] Compiling NIOPosix SocketProtocols.swift
[473/728] Compiling NIOPosix System.swift
[474/728] Compiling NIOPosix Thread.swift
[474/728] Compiling x509_req.cc
[475/728] Compiling x509_trs.cc
[476/728] Compiling x509_set.cc
[478/728] Emitting module NIOPosix
[479/728] Compiling NIOPosix ThreadPosix.swift
[480/728] Compiling NIOPosix ThreadWindows.swift
[481/728] Compiling NIOPosix UnsafeTransfer.swift
[482/728] Compiling NIOPosix Utilities.swift
[483/728] Compiling NIOPosix VsockAddress.swift
[484/728] Compiling NIOPosix VsockChannelEvents.swift
[484/728] Compiling x509_obj.cc
[485/728] Compiling x509_def.cc
[486/728] Compiling x509_lu.cc
[487/728] Compiling x509_ext.cc
[489/728] Compiling NIOPosix BSDSocketAPICommon.swift
[490/728] Compiling NIOPosix BSDSocketAPIPosix.swift
[491/728] Compiling NIOPosix BSDSocketAPIWindows.swift
[492/728] Compiling NIOPosix BaseSocket.swift
[493/728] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[494/728] Compiling NIOPosix BaseSocketChannel.swift
[495/728] Compiling NIOPosix BaseStreamSocketChannel.swift
[496/728] Compiling NIOPosix IO.swift
[497/728] Compiling NIOPosix IntegerBitPacking.swift
[498/728] Compiling NIOPosix IntegerTypes.swift
[499/728] Compiling NIOPosix Linux.swift
[500/728] Compiling NIOPosix LinuxCPUSet.swift
[501/728] Compiling NIOPosix LinuxUring.swift
[502/728] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[503/728] Compiling NIOPosix NIOThreadPool.swift
[504/728] Compiling NIOPosix NonBlockingFileIO.swift
[505/728] Compiling NIOPosix PendingDatagramWritesManager.swift
[506/728] Compiling NIOPosix PendingWritesManager.swift
[507/728] Compiling NIOPosix PipeChannel.swift
[508/728] Compiling NIOPosix PipePair.swift
[509/728] Compiling NIOPosix Pool.swift
[510/728] Compiling NIOPosix Bootstrap.swift
[511/728] Compiling NIOPosix ControlMessage.swift
[512/728] Compiling NIOPosix DatagramVectorReadManager.swift
[513/728] Compiling NIOPosix Errors+Any.swift
[514/728] Compiling NIOPosix FileDescriptor.swift
[515/728] Compiling NIOPosix GetaddrinfoResolver.swift
[516/728] Compiling NIOPosix HappyEyeballs.swift
[516/729] Compiling x509_cmp.cc
[517/729] Compiling x509_d2.cc
[519/729] Compiling x509.cc
[520/729] Compiling v3_utl.cc
[521/729] Compiling v3_purp.cc
[522/729] Compiling x509_att.cc
[523/729] Compiling v3_skey.cc
[525/731] Emitting module NIO
[526/731] Compiling NIO Exports.swift
[527/732] Compiling v3_prn.cc
[528/738] Compiling v3_pmaps.cc
[529/750] Compiling v3_int.cc
[530/750] Compiling v3_pcons.cc
[531/750] Compiling v3_lib.cc
[533/750] Compiling NIOTLS TLSEvents.swift
[533/750] Compiling v3_ocsp.cc
[534/750] Compiling v3_ncons.cc
[536/771] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[537/772] Compiling NIOSOCKS SOCKSResponse.swift
[538/772] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[539/772] Compiling NIOSOCKS ClientStateMachine.swift
[540/772] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[541/772] Emitting module NIOSOCKS
[542/772] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[543/772] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[544/772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[545/772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[546/772] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[547/772] Emitting module NIOTLS
[548/772] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[549/772] Compiling NIOTLS SNIHandler.swift
[550/773] Compiling NIOSOCKS ServerStateMachine.swift
[551/773] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[552/773] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[553/773] Compiling NIOHTTP1 HTTPEncoder.swift
[554/773] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[555/773] Compiling NIOHTTP1 ByteCollectionUtils.swift
[556/773] Compiling NIOHTTP1 HTTPDecoder.swift
[558/774] Emitting module NIOHTTP1
[560/776] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[561/776] Emitting module NIOFoundationCompat
[563/777] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[564/777] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[565/777] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[566/777] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[566/777] Compiling v3_ia5.cc
[567/777] Compiling v3_info.cc
[568/777] Compiling v3_extku.cc
[569/777] Compiling v3_genn.cc
[571/799] Compiling NIOTransportServices StateManagedChannel.swift
[572/799] Compiling NIOTransportServices StateManagedListenerChannel.swift
[573/799] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[574/801] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[575/801] Compiling NIOTransportServices NIOTSSingletons.swift
[576/801] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[577/801] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[578/801] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[579/801] Compiling NIOTransportServices NIOTSListenerChannel.swift
[580/801] Compiling NIOTransportServices NIOTSBootstraps.swift
[581/801] Compiling NIOTransportServices NIOTSChannelOptions.swift
[582/801] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[583/801] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[584/801] Compiling NIOTransportServices NIOTSErrors.swift
[585/801] Compiling NIOTransportServices NIOTSEventLoop.swift
[586/801] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[587/801] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[588/801] Emitting module NIOTransportServices
[589/801] Compiling NIOTransportServices AcceptHandler.swift
[590/801] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[591/801] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[592/801] Compiling NIOTransportServices NIOTSDatagramListener.swift
[593/801] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[594/801] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[597/802] Compiling v3_enum.cc
[600/802] Compiling v3_crld.cc
[601/802] Compiling v3_bitst.cc
[602/802] Compiling v3_conf.cc
[612/803] Compiling v3_cpols.cc
[614/803] Compiling v3_bcons.cc
[615/803] Compiling v3_alt.cc
[616/810] Compiling v3_akeya.cc
[617/810] Compiling v3_akey.cc
[618/811] Compiling t_x509a.cc
[619/821] Compiling t_x509.cc
[620/821] Compiling t_req.cc
[621/821] Compiling t_crl.cc
[623/821] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[624/821] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[625/821] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[625/821] Compiling rsa_pss.cc
[627/821] Compiling NIOHTTPCompression HTTPDecompression.swift
[628/821] Compiling NIOHPACK IntegerCoding.swift
[629/821] Compiling NIOHPACK IndexedHeaderTable.swift
[630/822] Emitting module NIOHTTPCompression
[631/822] Compiling NIOHTTPCompression HTTPCompression.swift
[632/822] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[632/823] Compiling i2d_pr.cc
[634/823] Compiling NIOHPACK HuffmanTables.swift
[635/823] Compiling NIOHPACK StaticHeaderTable.swift
[637/823] Compiling NIOHPACK HuffmanCoding.swift
[637/823] Compiling name_print.cc
[638/823] Compiling policy.cc
[639/823] Compiling by_file.cc
[641/823] Compiling NIOHPACK HPACKHeader.swift
[642/823] Compiling NIOHPACK HeaderTables.swift
[643/823] Compiling NIOHPACK DynamicHeaderTable.swift
[644/823] Compiling NIOHPACK HPACKDecoder.swift
[645/823] Compiling NIOHPACK HPACKEncoder.swift
[646/823] Compiling NIOHPACK HPACKErrors.swift
[647/823] Emitting module NIOHPACK
[647/824] Compiling by_dir.cc
[649/824] Compiling asn1_gen.cc
[650/824] Compiling algorithm.cc
[651/882] Compiling a_verify.cc
[652/882] Compiling a_sign.cc
[653/882] Compiling a_digest.cc
[654/882] Compiling thread_win.cc
[655/882] Compiling voprf.cc
[656/882] Compiling trust_token.cc
[657/882] Compiling thread_pthread.cc
[658/882] Compiling pmbtoken.cc
[659/882] Compiling thread.cc
[660/882] Compiling thread_none.cc
[661/882] Compiling stack.cc
[662/882] Compiling siphash.cc
[663/882] Compiling sha512.cc
[664/882] Compiling slhdsa.cc
[665/882] Compiling sha256.cc
[666/882] Compiling sha1.cc
[667/882] Compiling rsa_print.cc
[668/882] Compiling spake2plus.cc
[669/882] Compiling rsa_extra.cc
[670/882] Compiling rc4.cc
[671/882] Compiling refcount.cc
[672/882] Compiling rsa_crypt.cc
[673/882] Compiling trusty.cc
[674/882] Compiling windows.cc
[675/882] Compiling urandom.cc
[676/882] Compiling rsa_asn1.cc
[677/882] Compiling rand.cc
[678/882] Compiling ios.cc
[679/882] Compiling passive.cc
[681/882] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[682/882] Compiling NIOHTTP2 HasFlowControlWindows.swift
[683/882] Compiling NIOHTTP2 HasLocalSettings.swift
[684/882] Compiling NIOHTTP2 HasRemoteSettings.swift
[685/882] Compiling NIOHTTP2 LocallyQuiescingState.swift
[686/882] Compiling NIOHTTP2 QuiescingState.swift
[687/882] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[688/882] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[689/882] Compiling NIOHTTP2 MaySendFrames.swift
[690/882] Compiling NIOHTTP2 SendingDataState.swift
[691/882] Compiling NIOHTTP2 SendingGoawayState.swift
[692/882] Compiling NIOHTTP2 SendingHeadersState.swift
[693/882] Compiling NIOHTTP2 SendingPushPromiseState.swift
[694/882] Compiling NIOHTTP2 SendingRstStreamState.swift
[695/882] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[696/882] Compiling NIOHTTP2 HTTP2SettingsState.swift
[696/890] Compiling poly1305_arm_asm.S
[697/890] Compiling getentropy.cc
[698/890] Compiling deterministic.cc
[699/890] Compiling forkunsafe.cc
[700/890] Compiling fork_detect.cc
[701/890] Compiling poly1305_arm.cc
[702/890] Compiling poly1305_vec.cc
[703/890] Compiling poly1305.cc
[704/890] Compiling pool.cc
[706/890] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[707/890] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[708/890] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[709/890] Compiling NIOHTTP2 HTTP2StreamID.swift
[710/890] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[711/890] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[712/890] Compiling NIOHTTP2 HTTP2UserEvents.swift
[713/890] Compiling NIOHTTP2 InboundEventBuffer.swift
[713/890] Compiling pkcs7.cc
[714/890] Compiling p5_pbev2.cc
[715/890] Compiling pkcs8_x509.cc
[716/890] Compiling pem_xaux.cc
[717/890] Compiling pkcs8.cc
[718/890] Compiling pem_x509.cc
[720/890] Emitting module NIOHTTP2
[721/890] Compiling NIOHTTP2 ConnectionStateMachine.swift
[722/890] Compiling NIOHTTP2 ConnectionStreamsState.swift
[723/890] Compiling NIOHTTP2 MayReceiveFrames.swift
[724/890] Compiling NIOHTTP2 ReceivingDataState.swift
[725/890] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[726/890] Compiling NIOHTTP2 ReceivingHeadersState.swift
[727/890] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[728/890] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[729/890] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[729/890] Compiling pkcs7_x509.cc
[731/890] Compiling NIOHTTP2 InboundWindowManager.swift
[732/890] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[733/890] Compiling NIOHTTP2 StreamChannelFlowController.swift
[734/890] Compiling NIOHTTP2 StreamChannelList.swift
[735/890] Compiling NIOHTTP2 StreamMap.swift
[736/890] Compiling NIOHTTP2 StreamStateMachine.swift
[737/890] Compiling NIOHTTP2 UnsafeTransfer.swift
[738/890] Compiling NIOHTTP2 WatermarkedFlowController.swift
[738/890] Compiling pem_pkey.cc
[739/890] Compiling pem_pk8.cc
[740/890] Compiling pem_info.cc
[741/890] Compiling pem_oth.cc
[742/890] Compiling obj_xref.cc
[744/890] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[745/890] Compiling NIOHTTP2 HTTP2Frame.swift
[746/890] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[747/890] Compiling NIOHTTP2 HTTP2FrameParser.swift
[748/890] Compiling NIOHTTP2 HTTP2PingData.swift
[749/890] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[750/890] Compiling NIOHTTP2 HTTP2Settings.swift
[751/890] Compiling NIOHTTP2 HTTP2Stream.swift
[751/890] Compiling pem_lib.cc
[752/890] Compiling pem_all.cc
[753/890] Compiling mlkem.cc
[754/890] Compiling mldsa.cc
[755/890] Compiling mem.cc
[756/890] Compiling obj.cc
[757/890] Compiling md5.cc
[758/890] Compiling poly_rq_mul.S
[759/890] Compiling fips_shared_support.cc
[760/890] Compiling md4.cc
[761/890] Compiling lhash.cc
[762/890] Compiling kyber.cc
[763/890] Compiling ex_data.cc
[765/890] Compiling NIOHTTP2 StateMachineResult.swift
[766/890] Compiling NIOHTTP2 ContentLengthVerifier.swift
[767/890] Compiling NIOHTTP2 DOSHeuristics.swift
[768/890] Compiling NIOHTTP2 Error+Any.swift
[769/890] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[770/890] Compiling NIOHTTP2 ControlFrameBuffer.swift
[771/890] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[772/890] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[773/890] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[774/890] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[775/890] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[776/890] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[777/890] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[778/890] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[779/890] Compiling NIOHTTP2 HTTP2Error.swift
[780/890] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[780/890] Compiling hrss.cc
[781/891] Compiling sign.cc
[782/891] Compiling scrypt.cc
[783/891] Compiling hpke.cc
[784/891] Compiling print.cc
[786/891] Compiling pbkdf.cc
[787/891] Compiling p_x25519.cc
[788/891] Compiling p_rsa_asn1.cc
[789/891] Compiling p_x25519_asn1.cc
[790/891] Compiling p_ed25519.cc
[791/891] Compiling p_hkdf.cc
[792/891] Compiling p_rsa.cc
[793/891] Compiling p_ec_asn1.cc
[794/891] Compiling p_ed25519_asn1.cc
[795/891] Compiling p_dh_asn1.cc
[796/891] Compiling p_ec.cc
[797/891] Compiling p_dh.cc
[798/891] Compiling p_dsa_asn1.cc
[799/891] Compiling evp.cc
[800/891] Compiling err.cc
[801/891] Compiling evp_ctx.cc
[802/891] Compiling ecdh.cc
[803/891] Compiling engine.cc
[804/891] Compiling ec_derive.cc
[805/891] Compiling evp_asn1.cc
[806/891] Compiling ecdsa_asn1.cc
[807/891] Compiling hash_to_curve.cc
[808/891] Compiling ec_asn1.cc
[809/891] Compiling dsa.cc
[810/891] Compiling params.cc
[811/891] Compiling dsa_asn1.cc
[812/891] Compiling digest_extra.cc
[813/891] Compiling x25519-asm-arm.S
[814/891] Compiling des.cc
[815/891] Compiling dh_asn1.cc
[816/891] Compiling spake25519.cc
[817/891] Compiling crypto.cc
[818/891] Compiling curve25519.cc
[819/891] Compiling cpu_arm_linux.cc
[820/891] Compiling cpu_intel.cc
[821/891] Compiling cpu_arm_freebsd.cc
[822/891] Compiling cpu_aarch64_openbsd.cc
[823/891] Compiling cpu_aarch64_win.cc
[824/891] Compiling cpu_aarch64_linux.cc
[825/891] Compiling cpu_aarch64_sysreg.cc
[826/891] Compiling curve25519_64_adx.cc
[827/891] Compiling cpu_aarch64_apple.cc
[828/891] Compiling cpu_aarch64_fuchsia.cc
[829/891] Compiling get_cipher.cc
[830/891] Compiling tls_cbc.cc
[831/891] Compiling e_tls.cc
[832/891] Compiling bcm.cc
[833/891] Compiling conf.cc
[834/891] Compiling e_rc4.cc
[835/891] Compiling e_null.cc
[836/891] Compiling e_rc2.cc
[837/891] Compiling e_chacha20poly1305.cc
[838/891] Compiling e_des.cc
[839/891] Compiling derive_key.cc
[840/891] Compiling chacha.cc
[841/891] Compiling e_aesgcmsiv.cc
[842/891] Compiling e_aesctrhmac.cc
[843/891] Compiling unicode.cc
[844/891] Compiling buf.cc
[845/891] Compiling ber.cc
[846/891] Compiling bn_asn1.cc
[847/891] Compiling cbs.cc
[848/891] Compiling blake2.cc
[849/891] Compiling cbb.cc
[850/891] Compiling asn1_compat.cc
[851/891] Compiling socket.cc
[852/891] Compiling convert.cc
[853/891] Compiling socket_helper.cc
[854/891] Compiling printf.cc
[855/891] Compiling hexdump.cc
[856/891] Compiling pair.cc
[857/891] Compiling file.cc
[858/891] Compiling fd.cc
[859/891] Compiling errno.cc
[860/891] Compiling bio_mem.cc
[861/891] Compiling connect.cc
[862/891] Compiling base64.cc
[863/891] Compiling tasn_typ.cc
[864/891] Compiling bio.cc
[865/891] Compiling tasn_utl.cc
[866/891] Compiling tasn_fre.cc
[866/891] Compiling tasn_new.cc
[868/891] Compiling f_string.cc
[869/891] Compiling posix_time.cc
[870/891] Compiling tasn_enc.cc
[871/891] Compiling asn_pack.cc
[872/891] Compiling asn1_par.cc
[873/891] Compiling f_int.cc
[874/891] Compiling tasn_dec.cc
[875/891] Compiling a_type.cc
[876/891] Compiling a_utctm.cc
[877/891] Compiling a_octet.cc
[878/891] Compiling asn1_lib.cc
[879/891] Compiling a_strnid.cc
[880/891] Compiling a_strex.cc
[881/891] Compiling a_time.cc
[882/891] Compiling a_object.cc
[883/891] Compiling a_gentm.cc
[884/891] Compiling a_dup.cc
[885/891] Compiling a_i2d_fp.cc
[886/891] Compiling a_mbstr.cc
[887/891] Compiling a_d2i_fp.cc
[888/891] Compiling a_int.cc
[889/891] Compiling a_bitstr.cc
[890/891] Compiling a_bool.cc
[892/920] Compiling NIOSSL SSLPublicKey.swift
[893/920] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[894/920] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[895/920] Compiling NIOSSL SubjectAlternativeName.swift
[896/920] Compiling NIOSSL NIOSSLSecureBytes.swift
[897/920] Compiling NIOSSL RNG.swift
[898/920] Compiling NIOSSL SafeCompare.swift
[899/920] Compiling NIOSSL Zeroization.swift
[900/923] Compiling NIOSSL NIOSSLServerHandler.swift
[901/923] Compiling NIOSSL ObjectIdentifier.swift
[902/923] Compiling NIOSSL PosixPort.swift
[903/923] Compiling NIOSSL SSLCallbacks.swift
[904/923] Compiling NIOSSL LinuxCABundle.swift
[905/923] Compiling NIOSSL NIOSSLClientHandler.swift
[906/923] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[907/923] Compiling NIOSSL NIOSSLHandler.swift
[908/923] Emitting module NIOSSL
[909/923] Compiling NIOSSL AndroidCABundle.swift
[910/923] Compiling NIOSSL ByteBufferBIO.swift
[911/923] Compiling NIOSSL CustomPrivateKey.swift
[912/923] Compiling NIOSSL IdentityVerification.swift
[913/923] Compiling NIOSSL SSLErrors.swift
[914/923] Compiling NIOSSL SSLInit.swift
[915/923] Compiling NIOSSL SSLPKCS12Bundle.swift
[916/923] Compiling NIOSSL SSLPrivateKey.swift
[917/923] Compiling NIOSSL SSLCertificate.swift
[918/923] Compiling NIOSSL SSLCertificateExtensions.swift
[919/923] Compiling NIOSSL SSLConnection.swift
[920/923] Compiling NIOSSL SSLContext.swift
[921/923] Compiling NIOSSL TLSConfiguration.swift
[922/923] Compiling NIOSSL UniversalBootstrapSupport.swift
[923/923] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[925/983] Emitting module AsyncHTTPClient
[926/991] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[927/991] Compiling AsyncHTTPClient ConnectionTarget.swift
[928/991] Compiling AsyncHTTPClient DeconstructedURL.swift
[929/991] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[930/991] Compiling AsyncHTTPClient FoundationExtensions.swift
[931/991] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[932/991] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[933/991] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[934/991] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[935/991] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[936/991] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[937/991] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[938/991] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[939/991] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[940/991] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[941/991] Compiling AsyncHTTPClient RequestBodyLength.swift
[942/991] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[943/991] Compiling AsyncHTTPClient TLSEventsHandler.swift
[944/991] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[945/991] Compiling AsyncHTTPClient HTTP1Connection.swift
[946/991] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[947/991] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[948/991] Compiling AsyncHTTPClient HTTP2Connection.swift
[949/991] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[950/991] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[951/991] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[952/991] Compiling AsyncHTTPClient AsyncLazySequence.swift
[953/991] Compiling AsyncHTTPClient HTTPClient+execute.swift
[954/991] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[955/991] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[956/991] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[957/991] Compiling AsyncHTTPClient HTTPClientRequest.swift
[958/991] Compiling AsyncHTTPClient HTTPClientResponse.swift
[959/991] Compiling AsyncHTTPClient RequestBag.swift
[960/991] Compiling AsyncHTTPClient RequestValidation.swift
[961/991] Compiling AsyncHTTPClient SSLContextCache.swift
[962/991] Compiling AsyncHTTPClient Scheme.swift
[963/991] Compiling AsyncHTTPClient Singleton.swift
[964/991] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[965/991] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[966/991] Compiling AsyncHTTPClient Utils.swift
[967/991] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[968/991] Compiling AsyncHTTPClient RequestOptions.swift
[969/991] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[970/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[971/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[972/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[973/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[974/991] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[975/991] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[976/991] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[977/991] Compiling AsyncHTTPClient Transaction.swift
[978/991] Compiling AsyncHTTPClient Base64.swift
[979/991] Compiling AsyncHTTPClient BasicAuth.swift
[980/991] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[981/991] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[982/991] Compiling AsyncHTTPClient ConnectionPool.swift
[983/991] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.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] 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
[994/1022] Compiling KippleNetworking Exports.swift
[995/1022] Compiling KippleNetworking HTTPURLResponse+Status.swift
[996/1022] Compiling KippleNetworking Request+AsURLRequest.swift
[997/1022] Compiling KippleNetworking URLRequest+Init.swift
[998/1022] Compiling KippleNetworking URLRequest+SetHeaders.swift
[999/1026] Compiling KippleNetworking URLRequest+SetParameters.swift
[1000/1026] Compiling KippleNetworking URLRequest+SetTimeout.swift
[1001/1026] Compiling KippleNetworking FoundationNetworkRequestDispatcher.swift
[1002/1026] Compiling KippleNetworking URLRequestConvertible.swift
[1003/1026] Compiling KippleNetworking HTTPClient+ExecuteResponseAnticipating.swift
[1004/1026] Compiling KippleNetworking Request+AsHTTPClientRequest.swift
[1005/1026] Compiling KippleNetworking NIONetworkRequestDispatcher.swift
[1006/1026] Compiling KippleNetworking HTTPBodyEncoding.swift
[1007/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 |
[1008/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 |
[1009/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 |
[1010/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 |
[1011/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
[1012/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
[1013/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
[1014/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
[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 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 }
[1020/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 }
[1021/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 }
[1022/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 }
[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! (275.15s)
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.