Build Information
Successful build of Kite, reference main (a2a412
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 14:50:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/28] Emitting module SWXMLHash
[5/30] Compiling SWXMLHash XMLObjectDeserialization.swift
[6/30] Compiling SWXMLHash XMLValueDeserialization.swift
[7/30] Compiling SWXMLHash Bool+XMLDeserialization.swift
[8/30] Compiling SWXMLHash String+XMLDeserialization.swift
[9/30] Compiling SWXMLHash IndexingError.swift
[10/30] Compiling SWXMLHash ParsingError.swift
[11/30] Compiling SWXMLHash XMLIndexer.swift
[12/30] Compiling SWXMLHash shim.swift
[13/30] Compiling SWXMLHash Double+XMLDeserialization.swift
[14/30] Compiling SWXMLHash Float+XMLDeserialization.swift
[15/30] Compiling SWXMLHash Int+XMLDeserialization.swift
[16/30] Compiling SWXMLHash XMLContent.swift
[17/30] Compiling SWXMLHash XMLElement.swift
[18/30] Compiling SWXMLHash TextElement.swift
[19/30] Compiling SWXMLHash XMLAttribute.swift
[20/30] Compiling SWXMLHash XMLAttributeDeserializable.swift
[21/30] Compiling SWXMLHash XMLElementDeserializable.swift
[22/30] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[23/30] Compiling SWXMLHash XMLHash.swift
[24/30] Compiling SWXMLHash XMLHashOptions.swift
[25/30] Compiling SWXMLHash LazyXMLParser.swift
[26/30] Compiling SWXMLHash Stack.swift
[27/30] Compiling SWXMLHash String+Extensions.swift
[28/30] Compiling SWXMLHash XMLDeserializationError.swift
[29/30] Compiling SWXMLHash FullXMLParser.swift
[30/30] Compiling SWXMLHash IndexOp.swift
[31/46] Compiling Kite DeserializeableRequestProtocol.swift
[32/47] Compiling Kite DataTransformerProtocol.swift
[33/47] Compiling Kite AuthRequestProtocol.swift
[34/47] Compiling Kite HTTPRequestProtocol.swift
[35/47] Compiling Kite XMLIndexer+Extensions.swift
[36/47] Compiling Kite HTTPMethod.swift
[37/47] Compiling Kite HTTPRequestProtocol+Extensions.swift
[38/47] Compiling Kite JSONDecoder+Extensions.swift
[39/47] Compiling Kite XMLDeserializer.swift
[40/47] Compiling Kite AuthRequestProtocol+Extensions.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! (10.15s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.94s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (1.37s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 8.1.0
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.