The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TuistSDK, reference main (46cc51), with Swift 6.2 for Linux on 17 Dec 2025 20:13:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/sdk.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/tuist/sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46cc519 [Release] TuistSDK 0.2.0
Cloned https://github.com/tuist/sdk.git
Revision (git rev-parse @):
46cc5193f3fb9ae5ab7ac161086cd91b93383728
SUCCESS checkout https://github.com/tuist/sdk.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tuist/sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-urlsession
[1/951] Fetching swift-http-types
[68/2014] Fetching swift-http-types, swift-openapi-urlsession
[2015/7842] Fetching swift-http-types, swift-openapi-urlsession, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.55s)
Fetched https://github.com/apple/swift-http-types from cache (0.73s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.73s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.2.0 (3.75s)
Fetching https://github.com/apple/swift-collections
[1/18378] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.08s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (2.94s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.9.0 (2.27s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.99s)
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.2.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/TuistSDK/openapi-generator-config.yaml
    /host/spi-builder-workspace/Sources/TuistSDK/openapi.yml
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/32] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/32] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/34] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[11/34] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[12/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/34] Compiling HTTPTypes ISOLatin1String.swift
[17/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/35] Compiling HTTPTypes HTTPField.swift
[20/35] Compiling HTTPTypes HTTPFieldName.swift
[21/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/35] Compiling InternalCollectionsUtilities Integer rank.swift
[23/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/35] Compiling InternalCollectionsUtilities Debugging.swift
[25/35] Compiling InternalCollectionsUtilities Descriptions.swift
[26/35] Emitting module InternalCollectionsUtilities
[28/36] Compiling HTTPTypes HTTPResponse.swift
[29/36] Compiling HTTPTypes HTTPRequest.swift
[30/36] Compiling HTTPTypes NIOLock.swift
[31/36] Compiling HTTPTypes HTTPRequest+URL.swift
[32/36] Compiling HTTPTypes HTTPParsedFields.swift
[35/36] Emitting module HTTPTypes
[36/36] Compiling HTTPTypes HTTPFields.swift
[38/113] Compiling OpenAPIRuntime ParameterStyles.swift
[39/113] Compiling OpenAPIRuntime ServerVariable.swift
[40/115] Compiling OpenAPIRuntime ByteUtilities.swift
[41/115] Compiling OpenAPIRuntime ContentDisposition.swift
[42/115] Compiling OpenAPIRuntime Acceptable.swift
[43/115] Compiling OpenAPIRuntime Base64EncodedData.swift
[44/115] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[45/115] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[46/115] Compiling DequeModule _DequeSlot.swift
[47/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
[48/115] Compiling OpenAPIRuntime UndocumentedPayload.swift
[49/115] Compiling OpenAPIRuntime FoundationExtensions.swift
[50/115] Compiling OpenAPIRuntime URLExtensions.swift
[51/115] Compiling OpenAPIRuntime Deprecated.swift
[52/115] Compiling OpenAPIRuntime OpenAPIValue.swift
[53/115] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[54/115] Emitting module DequeModule
[56/116] Emitting module OpenAPIRuntime
[64/124] Compiling OpenAPIRuntime RuntimeError.swift
[65/124] Compiling OpenAPIRuntime ServerError.swift
[66/124] Compiling OpenAPIRuntime URICodeCodingKey.swift
[67/124] Compiling OpenAPIRuntime URICoderConfiguration.swift
[68/124] Compiling OpenAPIRuntime URIEncodedNode.swift
[69/124] Compiling OpenAPIRuntime URIParsedTypes.swift
[70/124] Compiling OpenAPIRuntime URIDecoder.swift
[71/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[72/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[73/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[74/124] Compiling OpenAPIRuntime CurrencyTypes.swift
[75/124] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[76/124] Compiling OpenAPIRuntime HTTPBody.swift
[77/124] Compiling OpenAPIRuntime ServerTransport.swift
[78/124] Compiling OpenAPIRuntime UniversalClient.swift
[79/124] Compiling OpenAPIRuntime UniversalServer.swift
[80/124] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[81/124] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[82/124] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[83/124] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[84/124] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[85/124] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[86/124] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[87/124] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[88/124] Compiling OpenAPIRuntime MultipartValidation.swift
[89/124] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[90/124] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[91/124] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[92/124] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[93/124] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[94/124] Compiling OpenAPIRuntime ServerSentEvents.swift
[95/124] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[96/124] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[97/124] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[98/124] Compiling OpenAPIRuntime ClientTransport.swift
[99/124] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[100/124] Compiling OpenAPIRuntime CodableExtensions.swift
[101/124] Compiling OpenAPIRuntime Configuration.swift
[102/124] Compiling OpenAPIRuntime Converter+Client.swift
[103/124] Compiling OpenAPIRuntime Converter+Common.swift
[104/124] Compiling OpenAPIRuntime Converter+Server.swift
[105/124] Compiling OpenAPIRuntime Converter.swift
[106/124] Compiling OpenAPIRuntime CurrencyExtensions.swift
[107/124] Compiling OpenAPIRuntime ErrorExtensions.swift
[117/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[118/124] Compiling OpenAPIRuntime URIEncoder.swift
[119/124] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[120/124] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[121/124] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[122/124] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[123/124] Compiling OpenAPIRuntime URIParser.swift
[124/124] Compiling OpenAPIRuntime URISerializer.swift
[126/132] Compiling OpenAPIURLSession URLSession+Extensions.swift
[127/132] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[128/132] Compiling OpenAPIURLSession URLSessionTransport.swift
[129/132] Compiling OpenAPIURLSession Lock.swift
[130/132] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[131/132] Emitting module OpenAPIURLSession
[132/132] Compiling OpenAPIURLSession BufferedStream.swift
[134/141] Compiling TuistSDK Preview.swift
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
[135/141] Compiling TuistSDK GetLatestPreviewService.swift
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
[136/141] Compiling TuistSDK TuistSDK.swift
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
[137/141] Compiling TuistSDK AuthenticationMiddleware.swift
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
[138/141] Compiling TuistSDK Client.swift
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
[139/141] Compiling TuistSDK AppStoreBuildChecker.swift
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[140/141] Emitting module TuistSDK
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
[141/141] Compiling TuistSDK Types.swift
/host/spi-builder-workspace/Sources/TuistSDK/AppStoreBuildChecker.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | protocol AppStoreBuildChecking: Sendable {
BUILD FAILURE 6.2 linux