Build Information
Successful build of ProjectDescription, reference 4.49.1 (0618ea), with Swift 6.2 for Android on 21 Oct 2025 17:24:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/ProjectDescription.git
Reference: 4.49.1
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/ProjectDescription
* tag 4.49.1 -> FETCH_HEAD
HEAD is now at 0618ea6 4.49.1
Cloned https://github.com/tuist/ProjectDescription.git
Revision (git rev-parse @):
0618ea6e408500ccf8b3302c457c95d22ca62a39
SUCCESS checkout https://github.com/tuist/ProjectDescription.git at 4.49.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/tuist/ProjectDescription.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/72] Emitting module ProjectDescription
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[4/81] Compiling ProjectDescription TestActionOptions.swift
[5/81] Compiling ProjectDescription TestableTarget.swift
[6/81] Compiling ProjectDescription TestingOptions.swift
[7/81] Compiling ProjectDescription Tuist.swift
[8/81] Compiling ProjectDescription TuistProject.swift
[9/81] Compiling ProjectDescription TuistXcodeProjectOptions.swift
[10/81] Compiling ProjectDescription Version.swift
[11/81] Compiling ProjectDescription Workspace.swift
[12/81] Compiling ProjectDescription WorkspaceGenerationOptions.swift
[13/81] Compiling ProjectDescription EnvironmentVariable.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[14/81] Compiling ProjectDescription ExecuteAction.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[15/81] Compiling ProjectDescription FileCodeGen.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[16/81] Compiling ProjectDescription FileElement.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[17/81] Compiling ProjectDescription FileHeaderTemplate.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[18/81] Compiling ProjectDescription FileList.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[19/81] Compiling ProjectDescription FileListGlob.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[20/81] Compiling ProjectDescription Headers.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[21/81] Compiling ProjectDescription InfoPlist.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[22/81] Compiling ProjectDescription LaunchArgument.swift
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:37:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension [FileElement]: ExpressibleByUnicodeScalarLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public typealias UnicodeScalarLiteralType = String
39 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:41:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 | }
40 |
41 | extension [FileElement]: ExpressibleByExtendedGraphemeClusterLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 | public typealias ExtendedGraphemeClusterLiteralType = String
43 | }
/host/spi-builder-workspace/ProjectDescription/FileElement.swift:45:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
43 | }
44 |
45 | extension [FileElement]: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByStringLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 | public typealias StringLiteralType = String
47 |
[23/81] Compiling ProjectDescription SourceFilesList.swift
[24/81] Compiling ProjectDescription Target.swift
[25/81] Compiling ProjectDescription TargetDependency.swift
[26/81] Compiling ProjectDescription TargetMetadata.swift
[27/81] Compiling ProjectDescription TargetReference.swift
[28/81] Compiling ProjectDescription TargetScript.swift
[29/81] Compiling ProjectDescription Template.swift
[30/81] Compiling ProjectDescription TemplateString.swift
[31/81] Compiling ProjectDescription TestAction.swift
[32/81] Compiling ProjectDescription LaunchStyle.swift
[33/81] Compiling ProjectDescription MergedBinaryType.swift
[34/81] Compiling ProjectDescription MetalOptions.swift
[35/81] Compiling ProjectDescription OnDemandResourcesTags.swift
[36/81] Compiling ProjectDescription Package.swift
[37/81] Compiling ProjectDescription PackageSettings.swift
[38/81] Compiling ProjectDescription Path.swift
[39/81] Compiling ProjectDescription Platform.swift
[40/81] Compiling ProjectDescription PlatformCondition.swift
[41/81] Compiling ProjectDescription PlatformFilter.swift
[42/81] Compiling ProjectDescription ResourceSynthesizer.swift
[43/81] Compiling ProjectDescription RunAction.swift
[44/81] Compiling ProjectDescription RunActionOptions.swift
[45/81] Compiling ProjectDescription Scheme.swift
[46/81] Compiling ProjectDescription SchemeDiagnosticsOptions.swift
[47/81] Compiling ProjectDescription SchemeLanguage.swift
[48/81] Compiling ProjectDescription ScreenCaptureFormat.swift
[49/81] Compiling ProjectDescription Settings.swift
[50/81] Compiling ProjectDescription SettingsTransformers.swift
[51/81] Compiling ProjectDescription SimulatedLocation.swift
[52/81] Compiling ProjectDescription Plist.swift
[53/81] Compiling ProjectDescription Plugin.swift
[54/81] Compiling ProjectDescription PluginLocation.swift
[55/81] Compiling ProjectDescription PrivacyManifest.swift
[56/81] Compiling ProjectDescription Product.swift
[57/81] Compiling ProjectDescription ProfileAction.swift
[58/81] Compiling ProjectDescription Project.swift
[59/81] Compiling ProjectDescription ProjectOptions.swift
[60/81] Compiling ProjectDescription ResourceFileElement.swift
[61/81] Compiling ProjectDescription ResourceFileElements.swift
[62/81] Compiling ProjectDescription ConfigInstallOptions.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[63/81] Compiling ProjectDescription ConfigurationName.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[64/81] Compiling ProjectDescription CopyFileElement.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[65/81] Compiling ProjectDescription CopyFilesAction.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[66/81] Compiling ProjectDescription CoreDataModel.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[67/81] Compiling ProjectDescription DeploymentTargets.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[68/81] Compiling ProjectDescription Destination.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[69/81] Compiling ProjectDescription Dump.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[70/81] Compiling ProjectDescription Entitlements.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[71/81] Compiling ProjectDescription Environment.swift
/host/spi-builder-workspace/ProjectDescription/Dump.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | func dumpIfNeeded(_ entity: some Encodable) {
/host/spi-builder-workspace/ProjectDescription/Environment.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution [#ImplementationOnlyDeprecated]
2 |
3 | /// A convenience structure to read environment variables.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[72/81] Compiling ProjectDescription AnalyzeAction.swift
[73/81] Compiling ProjectDescription ArchiveAction.swift
[74/81] Compiling ProjectDescription Arguments.swift
[75/81] Compiling ProjectDescription BuildAction.swift
[76/81] Compiling ProjectDescription BuildRule+CompilerSpec.swift
[77/81] Compiling ProjectDescription BuildRule+FileType.swift
[78/81] Compiling ProjectDescription BuildRule.swift
[79/81] Compiling ProjectDescription Cloud.swift
[80/81] Compiling ProjectDescription CompatibleXcodeVersions.swift
[81/81] Compiling ProjectDescription ConfigGenerationOptions.swift
Build complete! (15.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ProjectDescription",
"name" : "ProjectDescription",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ProjectDescription",
"targets" : [
"ProjectDescription"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProjectDescription",
"module_type" : "SwiftTarget",
"name" : "ProjectDescription",
"path" : "ProjectDescription",
"product_memberships" : [
"ProjectDescription"
],
"sources" : [
"AnalyzeAction.swift",
"ArchiveAction.swift",
"Arguments.swift",
"BuildAction.swift",
"BuildRule+CompilerSpec.swift",
"BuildRule+FileType.swift",
"BuildRule.swift",
"Cloud.swift",
"CompatibleXcodeVersions.swift",
"ConfigGenerationOptions.swift",
"ConfigInstallOptions.swift",
"ConfigurationName.swift",
"CopyFileElement.swift",
"CopyFilesAction.swift",
"CoreDataModel.swift",
"DeploymentTargets.swift",
"Destination.swift",
"Dump.swift",
"Entitlements.swift",
"Environment.swift",
"EnvironmentVariable.swift",
"ExecuteAction.swift",
"FileCodeGen.swift",
"FileElement.swift",
"FileHeaderTemplate.swift",
"FileList.swift",
"FileListGlob.swift",
"Headers.swift",
"InfoPlist.swift",
"LaunchArgument.swift",
"LaunchStyle.swift",
"MergedBinaryType.swift",
"MetalOptions.swift",
"OnDemandResourcesTags.swift",
"Package.swift",
"PackageSettings.swift",
"Path.swift",
"Platform.swift",
"PlatformCondition.swift",
"PlatformFilter.swift",
"Plist.swift",
"Plugin.swift",
"PluginLocation.swift",
"PrivacyManifest.swift",
"Product.swift",
"ProfileAction.swift",
"Project.swift",
"ProjectOptions.swift",
"ResourceFileElement.swift",
"ResourceFileElements.swift",
"ResourceSynthesizer.swift",
"RunAction.swift",
"RunActionOptions.swift",
"Scheme.swift",
"SchemeDiagnosticsOptions.swift",
"SchemeLanguage.swift",
"ScreenCaptureFormat.swift",
"Settings.swift",
"SettingsTransformers.swift",
"SimulatedLocation.swift",
"SourceFilesList.swift",
"Target.swift",
"TargetDependency.swift",
"TargetMetadata.swift",
"TargetReference.swift",
"TargetScript.swift",
"Template/Template.swift",
"TemplateString.swift",
"TestAction.swift",
"TestActionOptions.swift",
"TestableTarget.swift",
"TestingOptions.swift",
"Tuist.swift",
"TuistProject.swift",
"TuistXcodeProjectOptions.swift",
"Version.swift",
"Workspace.swift",
"WorkspaceGenerationOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.