Build Information
Successful build of ProjectDescription, reference 4.49.1 (0618ea), with Swift 6.2 for macOS (SPM) on 21 Oct 2025 17:32:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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": "projectdescription",
"name": "ProjectDescription",
"url": "https://github.com/tuist/ProjectDescription.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProjectDescription",
"dependencies": [
]
}
]
}
Fetching https://github.com/tuist/ProjectDescription.git
[1/541] Fetching projectdescription
Fetched https://github.com/tuist/ProjectDescription.git from cache (0.76s)
Creating working copy for https://github.com/tuist/ProjectDescription.git
Working copy of https://github.com/tuist/ProjectDescription.git resolved at 4.49.1 (0618ea6)
warning: '.resolve-product-dependencies': dependency 'projectdescription' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tuist/ProjectDescription.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/74] Compiling ProjectDescription Plist.swift
[4/74] Compiling ProjectDescription Plugin.swift
[5/74] Compiling ProjectDescription PluginLocation.swift
[6/74] Compiling ProjectDescription PrivacyManifest.swift
[7/74] Compiling ProjectDescription Product.swift
[8/74] Compiling ProjectDescription ProfileAction.swift
[9/74] Compiling ProjectDescription Project.swift
[10/74] Compiling ProjectDescription ProjectOptions.swift
[11/81] Compiling ProjectDescription TargetReference.swift
[12/81] Compiling ProjectDescription TargetScript.swift
[13/81] Compiling ProjectDescription Template.swift
[14/81] Compiling ProjectDescription TemplateString.swift
[15/81] Compiling ProjectDescription TestAction.swift
[16/81] Compiling ProjectDescription TestActionOptions.swift
[17/81] Compiling ProjectDescription TestableTarget.swift
[18/81] Emitting module ProjectDescription
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[19/81] Compiling ProjectDescription CompatibleXcodeVersions.swift
[20/81] Compiling ProjectDescription ConfigGenerationOptions.swift
[21/81] Compiling ProjectDescription ConfigInstallOptions.swift
[22/81] Compiling ProjectDescription ConfigurationName.swift
[23/81] Compiling ProjectDescription CopyFileElement.swift
[24/81] Compiling ProjectDescription CopyFilesAction.swift
[25/81] Compiling ProjectDescription CoreDataModel.swift
[26/81] Compiling ProjectDescription DeploymentTargets.swift
[27/81] Compiling ProjectDescription AnalyzeAction.swift
[28/81] Compiling ProjectDescription ArchiveAction.swift
[29/81] Compiling ProjectDescription Arguments.swift
[30/81] Compiling ProjectDescription BuildAction.swift
[31/81] Compiling ProjectDescription BuildRule+CompilerSpec.swift
[32/81] Compiling ProjectDescription BuildRule+FileType.swift
[33/81] Compiling ProjectDescription BuildRule.swift
[34/81] Compiling ProjectDescription Cloud.swift
[35/81] Compiling ProjectDescription ScreenCaptureFormat.swift
[36/81] Compiling ProjectDescription Settings.swift
[37/81] Compiling ProjectDescription SettingsTransformers.swift
[38/81] Compiling ProjectDescription SimulatedLocation.swift
[39/81] Compiling ProjectDescription SourceFilesList.swift
[40/81] Compiling ProjectDescription Target.swift
[41/81] Compiling ProjectDescription TargetDependency.swift
[42/81] Compiling ProjectDescription TargetMetadata.swift
[43/81] Compiling ProjectDescription TestingOptions.swift
[44/81] Compiling ProjectDescription Tuist.swift
[45/81] Compiling ProjectDescription TuistProject.swift
[46/81] Compiling ProjectDescription TuistXcodeProjectOptions.swift
[47/81] Compiling ProjectDescription Version.swift
[48/81] Compiling ProjectDescription Workspace.swift
[49/81] Compiling ProjectDescription WorkspaceGenerationOptions.swift
[50/81] Compiling ProjectDescription FileHeaderTemplate.swift
[51/81] Compiling ProjectDescription FileList.swift
[52/81] Compiling ProjectDescription FileListGlob.swift
[53/81] Compiling ProjectDescription Headers.swift
[54/81] Compiling ProjectDescription InfoPlist.swift
[55/81] Compiling ProjectDescription LaunchArgument.swift
[56/81] Compiling ProjectDescription LaunchStyle.swift
[57/81] Compiling ProjectDescription MergedBinaryType.swift
[58/81] Compiling ProjectDescription MetalOptions.swift
[59/81] Compiling ProjectDescription OnDemandResourcesTags.swift
[60/81] Compiling ProjectDescription Package.swift
[61/81] Compiling ProjectDescription PackageSettings.swift
[62/81] Compiling ProjectDescription Path.swift
[63/81] Compiling ProjectDescription Platform.swift
[64/81] Compiling ProjectDescription PlatformCondition.swift
[65/81] Compiling ProjectDescription PlatformFilter.swift
[66/81] Compiling ProjectDescription ResourceFileElement.swift
[67/81] Compiling ProjectDescription ResourceFileElements.swift
[68/81] Compiling ProjectDescription ResourceSynthesizer.swift
[69/81] Compiling ProjectDescription RunAction.swift
[70/81] Compiling ProjectDescription RunActionOptions.swift
[71/81] Compiling ProjectDescription Scheme.swift
[72/81] Compiling ProjectDescription SchemeDiagnosticsOptions.swift
[73/81] Compiling ProjectDescription SchemeLanguage.swift
[74/81] Compiling ProjectDescription Destination.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[75/81] Compiling ProjectDescription Dump.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[76/81] Compiling ProjectDescription Entitlements.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[77/81] Compiling ProjectDescription Environment.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[78/81] Compiling ProjectDescription EnvironmentVariable.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[79/81] Compiling ProjectDescription ExecuteAction.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[80/81] Compiling ProjectDescription FileCodeGen.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
[81/81] Compiling ProjectDescription FileElement.swift
/Users/admin/builder/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) {
/Users/admin/builder/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.
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
Build complete! (3.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ProjectDescription",
"name" : "ProjectDescription",
"path" : "/Users/admin/builder/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"
}
Done.