The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Kite, reference 5.0.0 (8055d5), with Swift 6.0 for Linux on 7 Apr 2026 02:32:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/Kite.git
Reference: 5.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/artemkalinovsky/Kite
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at 8055d53 Make MockURLHandlerStore synchronous with lock
Cloned https://github.com/artemkalinovsky/Kite.git
Revision (git rev-parse @):
8055d53c957aecad1b7763f2312ee8e593277f30
SUCCESS checkout https://github.com/artemkalinovsky/Kite.git at 5.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/artemkalinovsky/Kite.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
ad1a9d392ffd: Already exists
9a77726f58d9: Pulling fs layer
98a1d296cefa: Pulling fs layer
fe1e54b946ba: Pulling fs layer
f562d1f6b29a: Pulling fs layer
3c81eca55337: Pulling fs layer
00c047d533ba: Pulling fs layer
212e9901414b: Pulling fs layer
f562d1f6b29a: Waiting
3c81eca55337: Waiting
00c047d533ba: Waiting
212e9901414b: Waiting
fe1e54b946ba: Verifying Checksum
fe1e54b946ba: Download complete
f562d1f6b29a: Verifying Checksum
f562d1f6b29a: Download complete
3c81eca55337: Download complete
00c047d533ba: Verifying Checksum
00c047d533ba: Download complete
9a77726f58d9: Verifying Checksum
9a77726f58d9: Download complete
212e9901414b: Verifying Checksum
212e9901414b: Download complete
98a1d296cefa: Verifying Checksum
98a1d296cefa: Download complete
9a77726f58d9: Pull complete
98a1d296cefa: Pull complete
fe1e54b946ba: Pull complete
f562d1f6b29a: Pull complete
3c81eca55337: Pull complete
00c047d533ba: Pull complete
212e9901414b: Pull complete
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Downloaded newer image for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/19] Emitting module Kite
[4/21] Compiling Kite AuthRequestProtocol+Extensions.swift
[5/21] Compiling Kite HTTPRequestProtocol+Extensions.swift
[6/21] Compiling Kite XMLHash.swift
[7/21] Compiling Kite XMLIndexer.swift
[8/21] Compiling Kite HTTPRequestProtocol.swift
[9/21] Compiling Kite XMLDeserialization.swift
[10/21] Compiling Kite AuthRequestProtocol.swift
[11/21] Compiling Kite DeserializeableRequestProtocol.swift
[12/21] Compiling Kite HTTPMethod.swift
[13/21] Compiling Kite MIMEType.swift
[14/21] Compiling Kite APIClient.swift
[15/21] Compiling Kite KeyPathWrapper.swift
[16/21] Compiling Kite UserInfoKeys.swift
[17/21] Compiling Kite JSONDeserializer.swift
[18/21] Compiling Kite ResponseDataDeserializer.swift
[19/21] Compiling Kite XMLDeserializer.swift
[20/21] Compiling Kite JSONDecoder+Extensions.swift
[21/21] Compiling Kite XMLIndexer+Extensions.swift
Build complete! (8.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Kite",
  "name" : "Kite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Kite",
      "targets" : [
        "Kite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "KiteTests",
      "module_type" : "SwiftTarget",
      "name" : "KiteTests",
      "path" : "Tests/KiteTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/KiteTests/Stubs/BinaryStubs/swift_logo.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "APIClientTests/APIClientTests.swift",
        "JSONDeserializerTests/JSONDeserializerTests.swift",
        "MIMETypeTests/MIMETypeTests.swift",
        "Mocks/MockURLHandlerStore.swift",
        "Mocks/MockURLProtocol.swift",
        "Mocks/Models/TestPerson.swift",
        "Mocks/Requests/EmptyAuthRequest.swift",
        "Mocks/Requests/FetchRawDataAuthRequest.swift",
        "Mocks/Requests/FetchRawDataRequest.swift",
        "Mocks/Requests/FetchSingleTestPersonJSONRequest.swift",
        "Mocks/Requests/FetchSingleTestPersonXMLRequest.swift",
        "Mocks/Requests/ParameterizedGETRequest.swift",
        "Mocks/Requests/ParameterizedPOSTRequest.swift",
        "Mocks/Requests/SendMultipartFormDataRequest.swift",
        "Stubs/JSONStubs/JSONStubs.swift",
        "Stubs/XMLStubs/XMLStubs.swift",
        "XMLDeserializerTests/XMLDeserializerTests.swift"
      ],
      "target_dependencies" : [
        "Kite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kite",
      "module_type" : "SwiftTarget",
      "name" : "Kite",
      "path" : "Sources/Kite",
      "product_memberships" : [
        "Kite"
      ],
      "sources" : [
        "APIClient.swift",
        "Deserializers/JSONDeserializer/JSONDecoderKeypath/KeyPathWrapper.swift",
        "Deserializers/JSONDeserializer/JSONDecoderKeypath/UserInfoKeys.swift",
        "Deserializers/JSONDeserializer/JSONDeserializer.swift",
        "Deserializers/ResponseDataDeserializer.swift",
        "Deserializers/XMLDeserializer/XMLDeserializer.swift",
        "Extensions/AuthRequestProtocol+Extensions.swift",
        "Extensions/HTTPRequestProtocol+Extensions.swift",
        "Extensions/JSONDecoder+Extensions.swift",
        "Extensions/XMLIndexer+Extensions.swift",
        "HTTPMethod.swift",
        "MIMEType.swift",
        "Protocols/AuthRequestProtocol.swift",
        "Protocols/DeserializeableRequestProtocol.swift",
        "Protocols/HTTPRequestProtocol.swift",
        "XML/XMLDeserialization.swift",
        "XML/XMLHash.swift",
        "XML/XMLIndexer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.