Build Information
Successful build of Kite, reference main (8055d5), with Swift 6.2 for macOS (SPM) on 9 Apr 2026 20:31:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/Kite.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemkalinovsky/Kite
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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": [
]
}
]
}
Fetching https://github.com/artemkalinovsky/Kite.git
[1/1326] Fetching kite
Fetched https://github.com/artemkalinovsky/Kite.git from cache (1.03s)
Creating working copy for https://github.com/artemkalinovsky/Kite.git
Working copy of https://github.com/artemkalinovsky/Kite.git resolved at main (8055d53)
warning: '.resolve-product-dependencies': dependency 'kite' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/artemkalinovsky/Kite.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/20] Compiling Kite HTTPRequestProtocol.swift
[4/20] Compiling Kite XMLDeserialization.swift
[5/20] Compiling Kite UserInfoKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/JSONDeserializer/JSONDeserializer.swift:48:48: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
46 | do {
47 | if path.isEmpty {
48 | return try jsonDecoder.decode(T.self, from: data)
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
49 | } else {
50 | return try jsonDecoder.decode(T.self, from: data, keyPath: path.joined(separator: "."))
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/JSONDeserializer/JSONDeserializer.swift:68:48: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
66 | do {
67 | if path.isEmpty {
68 | return try jsonDecoder.decode([T].self, from: data)
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
69 | } else {
70 | return try jsonDecoder.decode([T].self, from: data, keyPath: path.joined(separator: "."))
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[6/20] Compiling Kite JSONDeserializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/JSONDeserializer/JSONDeserializer.swift:48:48: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
46 | do {
47 | if path.isEmpty {
48 | return try jsonDecoder.decode(T.self, from: data)
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
49 | } else {
50 | return try jsonDecoder.decode(T.self, from: data, keyPath: path.joined(separator: "."))
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/JSONDeserializer/JSONDeserializer.swift:68:48: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
66 | do {
67 | if path.isEmpty {
68 | return try jsonDecoder.decode([T].self, from: data)
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
69 | } else {
70 | return try jsonDecoder.decode([T].self, from: data, keyPath: path.joined(separator: "."))
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[7/20] Emitting module Kite
[8/20] Compiling Kite AuthRequestProtocol+Extensions.swift
[9/20] Compiling Kite HTTPRequestProtocol+Extensions.swift
[10/20] Compiling Kite JSONDecoder+Extensions.swift
[11/20] Compiling Kite XMLIndexer+Extensions.swift
[12/20] Compiling Kite APIClient.swift
[13/20] Compiling Kite KeyPathWrapper.swift
[14/20] Compiling Kite ResponseDataDeserializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/XMLDeserializer/XMLDeserializer.swift:49:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
47 | throw XMLDeserializerError.xmlDeserializationFailed("XML document contains no element nodes.")
48 | }
49 | return try rootElement.value()
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
50 | }
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/XMLDeserializer/XMLDeserializer.swift:57:38: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
55 | transform: { xmlData in
56 | let xml = try XMLHash.lazy(xmlData)
57 | return try xml[path].value()
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
58 | }
59 | )
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/XMLDeserializer/XMLDeserializer.swift:66:38: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
64 | transform: { xmlData in
65 | let xml = try XMLHash.lazy(xmlData)
66 | return try xml[path].value()
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
67 | }
68 | )
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[15/20] Compiling Kite XMLDeserializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/XMLDeserializer/XMLDeserializer.swift:49:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
47 | throw XMLDeserializerError.xmlDeserializationFailed("XML document contains no element nodes.")
48 | }
49 | return try rootElement.value()
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
50 | }
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/XMLDeserializer/XMLDeserializer.swift:57:38: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
55 | transform: { xmlData in
56 | let xml = try XMLHash.lazy(xmlData)
57 | return try xml[path].value()
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
58 | }
59 | )
/Users/admin/builder/spi-builder-workspace/Sources/Kite/Deserializers/XMLDeserializer/XMLDeserializer.swift:66:38: warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
64 | transform: { xmlData in
65 | let xml = try XMLHash.lazy(xmlData)
66 | return try xml[path].value()
| `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
67 | }
68 | )
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[16/20] Compiling Kite HTTPMethod.swift
[17/20] Compiling Kite MIMEType.swift
[18/20] Compiling Kite XMLHash.swift
[19/20] Compiling Kite AuthRequestProtocol.swift
[20/20] Compiling Kite DeserializeableRequestProtocol.swift
[21/21] Compiling Kite XMLIndexer.swift
Build complete! (5.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Kite",
"name" : "Kite",
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.