The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Kite, reference main (a2a412), with Swift 6.1 for Linux on 1 May 2025 05:31:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/Kite.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/artemkalinovsky/Kite
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2a4123 Make APIClient conform to @unchecked Sendable
Cloned https://github.com/artemkalinovsky/Kite.git
Revision (git rev-parse @):
a2a4123f5e1ef238c860439a1a91899590e5e378
SUCCESS checkout https://github.com/artemkalinovsky/Kite.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/artemkalinovsky/Kite.git
https://github.com/artemkalinovsky/Kite.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "exact" : [
          "8.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash.git"
    }
  ],
  "manifest_display_name" : "Kite",
  "name" : "Kite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "driverkit",
      "version" : "19.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "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",
        "Mocks/MockURLHandlerStore.swift",
        "Mocks/MockURLProtocol.swift",
        "Mocks/Models/TestPerson.swift",
        "Mocks/Requests/FetchRawDataAuthRequest.swift",
        "Mocks/Requests/FetchRawDataRequest.swift",
        "Mocks/Requests/FetchSingleTestPersonJSONRequest.swift",
        "Mocks/Requests/FetchSingleTestPersonXMLRequest.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_dependencies" : [
        "SWXMLHash"
      ],
      "product_memberships" : [
        "Kite"
      ],
      "sources" : [
        "APIClient.swift",
        "Deserializers/DataTransformer.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",
        "Protocols/AuthRequestProtocol.swift",
        "Protocols/DataTransformerProtocol.swift",
        "Protocols/DeserializeableRequestProtocol.swift",
        "Protocols/HTTPRequestProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 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/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.28s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (0.70s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 8.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Emitting module SWXMLHash
[5/30] Compiling SWXMLHash XMLHashOptions.swift
[6/30] Compiling SWXMLHash XMLIndexer.swift
[7/30] Compiling SWXMLHash shim.swift
[8/30] Compiling SWXMLHash ParsingError.swift
[9/30] Compiling SWXMLHash XMLDeserializationError.swift
[10/30] Compiling SWXMLHash FullXMLParser.swift
[11/30] Compiling SWXMLHash XMLContent.swift
[12/30] Compiling SWXMLHash XMLElement.swift
[13/30] Compiling SWXMLHash XMLHash.swift
[14/30] Compiling SWXMLHash String+Extensions.swift
[15/30] Compiling SWXMLHash TextElement.swift
[16/30] Compiling SWXMLHash XMLAttribute.swift
[17/30] Compiling SWXMLHash XMLValueDeserialization.swift
[18/30] Compiling SWXMLHash Bool+XMLDeserialization.swift
[19/30] Compiling SWXMLHash Double+XMLDeserialization.swift
[20/30] Compiling SWXMLHash Float+XMLDeserialization.swift
[21/30] Compiling SWXMLHash Int+XMLDeserialization.swift
[22/30] Compiling SWXMLHash String+XMLDeserialization.swift
[23/30] Compiling SWXMLHash IndexingError.swift
[24/30] Compiling SWXMLHash IndexOp.swift
[25/30] Compiling SWXMLHash LazyXMLParser.swift
[26/30] Compiling SWXMLHash Stack.swift
[27/30] Compiling SWXMLHash XMLAttributeDeserializable.swift
[28/30] Compiling SWXMLHash XMLElementDeserializable.swift
[29/30] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[30/30] Compiling SWXMLHash XMLObjectDeserialization.swift
[32/46] Compiling Kite AuthRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[33/46] Compiling Kite DataTransformerProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[34/48] Compiling Kite XMLIndexer+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[35/48] Compiling Kite HTTPMethod.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[36/48] Compiling Kite HTTPRequestProtocol+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[37/48] Compiling Kite JSONDecoder+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[38/48] Compiling Kite XMLDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[39/48] Compiling Kite AuthRequestProtocol+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/48] Emitting module Kite
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[41/48] Compiling Kite KeyPathWrapper.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[42/48] Compiling Kite UserInfoKeys.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[43/48] Compiling Kite APIClient.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[44/48] Compiling Kite DataTransformer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[45/48] Compiling Kite JSONDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[46/48] Compiling Kite ResponseDataDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[47/48] Compiling Kite DeserializeableRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[48/48] Compiling Kite HTTPRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling SWXMLHash String+Extensions.swift
[3/25] Compiling SWXMLHash TextElement.swift
[4/25] Compiling SWXMLHash XMLAttribute.swift
[5/28] Emitting module SWXMLHash
[6/28] Compiling SWXMLHash XMLValueDeserialization.swift
[7/28] Compiling SWXMLHash Bool+XMLDeserialization.swift
[8/28] Compiling SWXMLHash Double+XMLDeserialization.swift
[9/28] Compiling SWXMLHash Float+XMLDeserialization.swift
[10/28] Compiling SWXMLHash ParsingError.swift
[11/28] Compiling SWXMLHash XMLDeserializationError.swift
[12/28] Compiling SWXMLHash FullXMLParser.swift
[13/28] Compiling SWXMLHash XMLAttributeDeserializable.swift
[14/28] Compiling SWXMLHash XMLElementDeserializable.swift
[15/28] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[16/28] Compiling SWXMLHash XMLObjectDeserialization.swift
[17/28] Compiling SWXMLHash XMLContent.swift
[18/28] Compiling SWXMLHash XMLElement.swift
[19/28] Compiling SWXMLHash XMLHash.swift
[20/28] Compiling SWXMLHash IndexOp.swift
[21/28] Compiling SWXMLHash LazyXMLParser.swift
[22/28] Compiling SWXMLHash Stack.swift
[23/28] Compiling SWXMLHash Int+XMLDeserialization.swift
[24/28] Compiling SWXMLHash String+XMLDeserialization.swift
[25/28] Compiling SWXMLHash IndexingError.swift
[26/28] Compiling SWXMLHash XMLHashOptions.swift
[27/28] Compiling SWXMLHash XMLIndexer.swift
[28/28] Compiling SWXMLHash shim.swift
[30/44] Compiling Kite XMLIndexer+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[31/44] Compiling Kite HTTPMethod.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[32/46] Compiling Kite AuthRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[33/46] Compiling Kite DataTransformerProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[34/46] Compiling Kite HTTPRequestProtocol+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[35/46] Compiling Kite JSONDecoder+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[36/46] Compiling Kite XMLDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[37/46] Compiling Kite AuthRequestProtocol+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[38/46] Compiling Kite JSONDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[39/46] Compiling Kite ResponseDataDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/46] Emitting module Kite
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[41/46] Compiling Kite KeyPathWrapper.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[42/46] Compiling Kite UserInfoKeys.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[43/46] Compiling Kite APIClient.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[44/46] Compiling Kite DataTransformer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[45/46] Compiling Kite DeserializeableRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
[46/46] Compiling Kite HTTPRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
 1 | import Foundation
 2 | import UniformTypeIdentifiers
   |        `- error: no such module 'UniformTypeIdentifiers'
 3 |
 4 | public class APIClient: @unchecked Sendable {
BUILD FAILURE 6.1 linux