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 Kite, reference 3.0.1 (a2a412), with Swift 6.0 for macOS (SPM) on 3 Apr 2025 19:39:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/Kite.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemkalinovsky/Kite
 * tag               3.0.1      -> FETCH_HEAD
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 3.0.1
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.96s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (0.44s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 8.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "kite",
      "name": "Kite",
      "url": "https://github.com/artemkalinovsky/Kite.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kite",
      "dependencies": [
        {
          "identity": "swxmlhash",
          "name": "SWXMLHash",
          "url": "https://github.com/drmohundro/SWXMLHash.git",
          "version": "8.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SWXMLHash",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/artemkalinovsky/Kite.git
[1/951] Fetching kite
Fetched https://github.com/artemkalinovsky/Kite.git from cache (0.78s)
Fetching https://github.com/drmohundro/SWXMLHash.git from cache
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.39s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (0.03s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 8.1.0
Creating working copy for https://github.com/artemkalinovsky/Kite.git
Working copy of https://github.com/artemkalinovsky/Kite.git resolved at 3.0.1 (a2a4123)
warning: '.resolve-product-dependencies': dependency 'kite' is not used by any target
Found 1 product dependencies
  - SWXMLHash
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/artemkalinovsky/Kite.git
https://github.com/artemkalinovsky/Kite.git
{
  "dependencies" : [
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "exact" : [
          "8.1.0"
        ]
      },
      "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.2.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-5BDAB9E9C0126B9D.txt
[4/28] Emitting module SWXMLHash
[5/30] Compiling SWXMLHash LazyXMLParser.swift
[6/30] Compiling SWXMLHash Stack.swift
[7/30] Compiling SWXMLHash String+Extensions.swift
[8/30] Compiling SWXMLHash XMLContent.swift
[9/30] Compiling SWXMLHash XMLElement.swift
[10/30] Compiling SWXMLHash XMLIndexer.swift
[11/30] Compiling SWXMLHash shim.swift
[12/30] Compiling SWXMLHash String+XMLDeserialization.swift
[13/30] Compiling SWXMLHash IndexingError.swift
[14/30] Compiling SWXMLHash ParsingError.swift
[15/30] Compiling SWXMLHash XMLHash.swift
[16/30] Compiling SWXMLHash XMLHashOptions.swift
[17/30] Compiling SWXMLHash Double+XMLDeserialization.swift
[18/30] Compiling SWXMLHash Float+XMLDeserialization.swift
[19/30] Compiling SWXMLHash Int+XMLDeserialization.swift
[20/30] Compiling SWXMLHash TextElement.swift
[21/30] Compiling SWXMLHash XMLAttribute.swift
[22/30] Compiling SWXMLHash XMLAttributeDeserializable.swift
[23/30] Compiling SWXMLHash XMLElementDeserializable.swift
[24/30] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[25/30] Compiling SWXMLHash XMLDeserializationError.swift
[26/30] Compiling SWXMLHash FullXMLParser.swift
[27/30] Compiling SWXMLHash IndexOp.swift
[28/30] Compiling SWXMLHash XMLObjectDeserialization.swift
[29/30] Compiling SWXMLHash XMLValueDeserialization.swift
[30/30] Compiling SWXMLHash Bool+XMLDeserialization.swift
[31/46] Compiling Kite AuthRequestProtocol.swift
[32/46] Compiling Kite DataTransformerProtocol.swift
[33/46] Compiling Kite DeserializeableRequestProtocol.swift
[34/47] Compiling Kite XMLDeserializer.swift
[35/47] Compiling Kite AuthRequestProtocol+Extensions.swift
[36/47] Compiling Kite XMLIndexer+Extensions.swift
[37/47] Compiling Kite HTTPMethod.swift
[38/47] Compiling Kite HTTPRequestProtocol+Extensions.swift
[39/47] Compiling Kite JSONDecoder+Extensions.swift
[40/47] Compiling Kite HTTPRequestProtocol.swift
[41/47] Compiling Kite KeyPathWrapper.swift
[42/47] Compiling Kite UserInfoKeys.swift
[43/47] Compiling Kite JSONDeserializer.swift
[44/47] Compiling Kite ResponseDataDeserializer.swift
[45/47] Emitting module Kite
[46/47] Compiling Kite APIClient.swift
[47/47] Compiling Kite DataTransformer.swift
Build complete! (20.77s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "exact" : [
          "8.1.0"
        ]
      },
      "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.