Build Information
Failed to build Kite, reference main (a2a412
), with Swift 6.2 (beta) for Linux on 23 Jun 2025 14:40:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/artemkalinovsky/Kite.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.35s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (0.67s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 8.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Emitting module SWXMLHash
[5/30] Compiling SWXMLHash XMLHashOptions.swift
[6/30] Compiling SWXMLHash XMLIndexer.swift
[7/30] Compiling SWXMLHash shim.swift
[8/30] Compiling SWXMLHash Int+XMLDeserialization.swift
[9/30] Compiling SWXMLHash String+XMLDeserialization.swift
[10/30] Compiling SWXMLHash IndexingError.swift
[11/30] Compiling SWXMLHash XMLAttributeDeserializable.swift
[12/30] Compiling SWXMLHash XMLElementDeserializable.swift
[13/30] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[14/30] Compiling SWXMLHash XMLObjectDeserialization.swift
[15/30] Compiling SWXMLHash XMLValueDeserialization.swift
[16/30] Compiling SWXMLHash Bool+XMLDeserialization.swift
[17/30] Compiling SWXMLHash Double+XMLDeserialization.swift
[18/30] Compiling SWXMLHash Float+XMLDeserialization.swift
[19/30] Compiling SWXMLHash XMLContent.swift
[20/30] Compiling SWXMLHash XMLElement.swift
[21/30] Compiling SWXMLHash XMLHash.swift
[22/30] Compiling SWXMLHash IndexOp.swift
[23/30] Compiling SWXMLHash LazyXMLParser.swift
[24/30] Compiling SWXMLHash Stack.swift
[25/30] Compiling SWXMLHash ParsingError.swift
[26/30] Compiling SWXMLHash XMLDeserializationError.swift
[27/30] Compiling SWXMLHash FullXMLParser.swift
[28/30] Compiling SWXMLHash String+Extensions.swift
[29/30] Compiling SWXMLHash TextElement.swift
[30/30] Compiling SWXMLHash XMLAttribute.swift
[32/46] Compiling Kite XMLDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[33/46] Compiling Kite AuthRequestProtocol+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[34/48] Compiling Kite JSONDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[35/48] Compiling Kite ResponseDataDeserializer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[36/48] Compiling Kite AuthRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[37/48] Compiling Kite DataTransformerProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[38/48] Compiling Kite HTTPRequestProtocol+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[39/48] Compiling Kite JSONDecoder+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[40/48] Compiling Kite XMLIndexer+Extensions.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[41/48] Compiling Kite HTTPMethod.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[42/48] Compiling Kite DeserializeableRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[43/48] Compiling Kite HTTPRequestProtocol.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/48] Emitting module Kite
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[45/48] Compiling Kite APIClient.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[46/48] Compiling Kite DataTransformer.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[47/48] Compiling Kite KeyPathWrapper.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
[48/48] Compiling Kite UserInfoKeys.swift
/host/spi-builder-workspace/Sources/Kite/APIClient.swift:2:8: error: no such module 'UniformTypeIdentifiers'
1 | import Foundation
2 | import UniformTypeIdentifiers
| `- error: no such module 'UniformTypeIdentifiers'
3 |
4 | public class APIClient: @unchecked Sendable {
BUILD FAILURE 6.2 linux