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

Successful build of Kite, reference 3.0.2 (928ac9), with Swift 6.1 for macOS (SPM) on 23 Nov 2025 03:59:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/Kite.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemkalinovsky/Kite
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at 928ac97 Update SWXMLHash dependency to version 8.1.1 in Package.swift and Package.resolved
Cloned https://github.com/artemkalinovsky/Kite.git
Revision (git rev-parse @):
928ac97e8f3ac6961a59e7a1e9f6eb75c86c8703
SUCCESS checkout https://github.com/artemkalinovsky/Kite.git at 3.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/artemkalinovsky/Kite.git
https://github.com/artemkalinovsky/Kite.git
{
  "dependencies" : [
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "exact" : [
          "8.1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash.git"
    }
  ],
  "manifest_display_name" : "Kite",
  "name" : "Kite",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/28] Emitting module SWXMLHash
[5/30] Compiling SWXMLHash XMLHash.swift
[6/30] Compiling SWXMLHash XMLHashOptions.swift
[7/30] Compiling SWXMLHash String+XMLDeserialization.swift
[8/30] Compiling SWXMLHash IndexingError.swift
[9/30] Compiling SWXMLHash ParsingError.swift
[10/30] Compiling SWXMLHash XMLAttributeDeserializable.swift
[11/30] Compiling SWXMLHash XMLElementDeserializable.swift
[12/30] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[13/30] Compiling SWXMLHash TextElement.swift
[14/30] Compiling SWXMLHash XMLAttribute.swift
[15/30] Compiling SWXMLHash XMLObjectDeserialization.swift
[16/30] Compiling SWXMLHash XMLValueDeserialization.swift
[17/30] Compiling SWXMLHash Bool+XMLDeserialization.swift
[18/30] Compiling SWXMLHash LazyXMLParser.swift
[19/30] Compiling SWXMLHash Stack.swift
[20/30] Compiling SWXMLHash String+Extensions.swift
[21/30] Compiling SWXMLHash Double+XMLDeserialization.swift
[22/30] Compiling SWXMLHash Float+XMLDeserialization.swift
[23/30] Compiling SWXMLHash Int+XMLDeserialization.swift
[24/30] Compiling SWXMLHash XMLContent.swift
[25/30] Compiling SWXMLHash XMLElement.swift
[26/30] Compiling SWXMLHash XMLDeserializationError.swift
[27/30] Compiling SWXMLHash FullXMLParser.swift
[28/30] Compiling SWXMLHash IndexOp.swift
[29/30] Compiling SWXMLHash XMLIndexer.swift
[30/30] Compiling SWXMLHash shim.swift
[31/46] Compiling Kite KeyPathWrapper.swift
[32/46] Compiling Kite UserInfoKeys.swift
[33/47] Compiling Kite XMLIndexer+Extensions.swift
[34/47] Compiling Kite HTTPMethod.swift
[35/47] Compiling Kite AuthRequestProtocol.swift
[36/47] Compiling Kite DeserializeableRequestProtocol.swift
[37/47] Compiling Kite JSONDeserializer.swift
[38/47] Compiling Kite ResponseDataDeserializer.swift
[39/47] Compiling Kite DataTransformerProtocol.swift
[40/47] Compiling Kite XMLDeserializer.swift
[41/47] Compiling Kite AuthRequestProtocol+Extensions.swift
[42/47] Compiling Kite HTTPRequestProtocol+Extensions.swift
[43/47] Compiling Kite JSONDecoder+Extensions.swift
[44/47] Compiling Kite HTTPRequestProtocol.swift
[45/47] Emitting module Kite
[46/47] Compiling Kite APIClient.swift
[47/47] Compiling Kite DataTransformer.swift
Build complete! (11.50s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2851] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.20s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.1 (1.67s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 8.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "exact" : [
          "8.1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash.git"
    }
  ],
  "manifest_display_name" : "Kite",
  "name" : "Kite",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.