Build Information
Successful build of Kite, reference main (a2a412
), with Swift 6.1 for macOS (SPM) on 1 May 2025 05:38:13 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.61.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 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
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.07s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (1.57s)
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.84s)
Fetching https://github.com/drmohundro/SWXMLHash.git from cache
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.45s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (0.51s)
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 main (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.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.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.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 XMLIndexer.swift
[6/30] Compiling SWXMLHash shim.swift
[7/30] Compiling SWXMLHash String+XMLDeserialization.swift
[8/30] Compiling SWXMLHash IndexingError.swift
[9/30] Compiling SWXMLHash ParsingError.swift
[10/30] Compiling SWXMLHash XMLHash.swift
[11/30] Compiling SWXMLHash XMLHashOptions.swift
[12/30] Compiling SWXMLHash LazyXMLParser.swift
[13/30] Compiling SWXMLHash Stack.swift
[14/30] Compiling SWXMLHash String+Extensions.swift
[15/30] Compiling SWXMLHash Double+XMLDeserialization.swift
[16/30] Compiling SWXMLHash Float+XMLDeserialization.swift
[17/30] Compiling SWXMLHash Int+XMLDeserialization.swift
[18/30] Compiling SWXMLHash XMLObjectDeserialization.swift
[19/30] Compiling SWXMLHash XMLValueDeserialization.swift
[20/30] Compiling SWXMLHash Bool+XMLDeserialization.swift
[21/30] Compiling SWXMLHash XMLContent.swift
[22/30] Compiling SWXMLHash XMLElement.swift
[23/30] Compiling SWXMLHash TextElement.swift
[24/30] Compiling SWXMLHash XMLAttribute.swift
[25/30] Compiling SWXMLHash XMLDeserializationError.swift
[26/30] Compiling SWXMLHash FullXMLParser.swift
[27/30] Compiling SWXMLHash IndexOp.swift
[28/30] Compiling SWXMLHash XMLAttributeDeserializable.swift
[29/30] Compiling SWXMLHash XMLElementDeserializable.swift
[30/30] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[31/46] Compiling Kite JSONDeserializer.swift
[32/46] Compiling Kite ResponseDataDeserializer.swift
[33/46] Compiling Kite XMLIndexer+Extensions.swift
[34/46] Compiling Kite HTTPMethod.swift
[35/47] Compiling Kite AuthRequestProtocol.swift
[36/47] Compiling Kite XMLDeserializer.swift
[37/47] Compiling Kite AuthRequestProtocol+Extensions.swift
[38/47] Compiling Kite DataTransformerProtocol.swift
[39/47] Compiling Kite HTTPRequestProtocol+Extensions.swift
[40/47] Compiling Kite JSONDecoder+Extensions.swift
[41/47] Compiling Kite KeyPathWrapper.swift
[42/47] Compiling Kite UserInfoKeys.swift
[43/47] Compiling Kite DeserializeableRequestProtocol.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! (9.73s)
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.