The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ProjectDescription, reference main (172c75), with Swift 6.2 for macOS (SPM) on 21 Oct 2025 17:40:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/ProjectDescription.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/ProjectDescription
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 172c757 Add a note in README
Cloned https://github.com/tuist/ProjectDescription.git
Revision (git rev-parse @):
172c757641ee6486288b821078c06e3b330cd53b
SUCCESS checkout https://github.com/tuist/ProjectDescription.git at main
========================================
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.72s)
Creating working copy for https://github.com/tuist/ProjectDescription.git
Working copy of https://github.com/tuist/ProjectDescription.git resolved at main (172c757)
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] 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>
[4/81] Compiling ProjectDescription TargetReference.swift
[5/81] Compiling ProjectDescription TargetScript.swift
[6/81] Compiling ProjectDescription Template.swift
[7/81] Compiling ProjectDescription TemplateString.swift
[8/81] Compiling ProjectDescription TestAction.swift
[9/81] Compiling ProjectDescription TestActionOptions.swift
[10/81] Compiling ProjectDescription TestableTarget.swift
[11/81] Compiling ProjectDescription FileHeaderTemplate.swift
[12/81] Compiling ProjectDescription FileList.swift
[13/81] Compiling ProjectDescription FileListGlob.swift
[14/81] Compiling ProjectDescription Headers.swift
[15/81] Compiling ProjectDescription InfoPlist.swift
[16/81] Compiling ProjectDescription LaunchArgument.swift
[17/81] Compiling ProjectDescription LaunchStyle.swift
[18/81] Compiling ProjectDescription MergedBinaryType.swift
[19/81] Compiling ProjectDescription ScreenCaptureFormat.swift
[20/81] Compiling ProjectDescription Settings.swift
[21/81] Compiling ProjectDescription SettingsTransformers.swift
[22/81] Compiling ProjectDescription SimulatedLocation.swift
[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 MetalOptions.swift
[28/81] Compiling ProjectDescription OnDemandResourcesTags.swift
[29/81] Compiling ProjectDescription Package.swift
[30/81] Compiling ProjectDescription PackageSettings.swift
[31/81] Compiling ProjectDescription Path.swift
[32/81] Compiling ProjectDescription Platform.swift
[33/81] Compiling ProjectDescription PlatformCondition.swift
[34/81] Compiling ProjectDescription PlatformFilter.swift
[35/81] Compiling ProjectDescription AnalyzeAction.swift
[36/81] Compiling ProjectDescription ArchiveAction.swift
[37/81] Compiling ProjectDescription Arguments.swift
[38/81] Compiling ProjectDescription BuildAction.swift
[39/81] Compiling ProjectDescription BuildRule+CompilerSpec.swift
[40/81] Compiling ProjectDescription BuildRule+FileType.swift
[41/81] Compiling ProjectDescription BuildRule.swift
[42/81] Compiling ProjectDescription Cloud.swift
[43/81] Compiling ProjectDescription CompatibleXcodeVersions.swift
[44/81] Compiling ProjectDescription ConfigGenerationOptions.swift
[45/81] Compiling ProjectDescription ConfigInstallOptions.swift
[46/81] Compiling ProjectDescription ConfigurationName.swift
[47/81] Compiling ProjectDescription CopyFileElement.swift
[48/81] Compiling ProjectDescription CopyFilesAction.swift
[49/81] Compiling ProjectDescription CoreDataModel.swift
[50/81] Compiling ProjectDescription DeploymentTargets.swift
[51/81] Compiling ProjectDescription ResourceFileElement.swift
[52/81] Compiling ProjectDescription ResourceFileElements.swift
[53/81] Compiling ProjectDescription ResourceSynthesizer.swift
[54/81] Compiling ProjectDescription RunAction.swift
[55/81] Compiling ProjectDescription RunActionOptions.swift
[56/81] Compiling ProjectDescription Scheme.swift
[57/81] Compiling ProjectDescription SchemeDiagnosticsOptions.swift
[58/81] Compiling ProjectDescription SchemeLanguage.swift
[59/81] Compiling ProjectDescription Plist.swift
[60/81] Compiling ProjectDescription Plugin.swift
[61/81] Compiling ProjectDescription PluginLocation.swift
[62/81] Compiling ProjectDescription PrivacyManifest.swift
[63/81] Compiling ProjectDescription Product.swift
[64/81] Compiling ProjectDescription ProfileAction.swift
[65/81] Compiling ProjectDescription Project.swift
[66/81] Compiling ProjectDescription ProjectOptions.swift
[67/81] Compiling ProjectDescription TestingOptions.swift
[68/81] Compiling ProjectDescription Tuist.swift
[69/81] Compiling ProjectDescription TuistProject.swift
[70/81] Compiling ProjectDescription TuistXcodeProjectOptions.swift
[71/81] Compiling ProjectDescription Version.swift
[72/81] Compiling ProjectDescription Workspace.swift
[73/81] Compiling ProjectDescription WorkspaceGenerationOptions.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.82s)
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.