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 4.49.1 (0618ea), with Swift 6.0 for macOS (SPM) on 21 Oct 2025 17:28:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: 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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tuist/ProjectDescription.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[4/81] Compiling ProjectDescription FileHeaderTemplate.swift
[5/81] Compiling ProjectDescription FileList.swift
[6/81] Compiling ProjectDescription FileListGlob.swift
[7/81] Compiling ProjectDescription Headers.swift
[8/81] Compiling ProjectDescription InfoPlist.swift
[9/81] Compiling ProjectDescription LaunchArgument.swift
[10/81] Compiling ProjectDescription LaunchStyle.swift
[11/81] Compiling ProjectDescription MergedBinaryType.swift
[12/81] Compiling ProjectDescription ResourceFileElement.swift
[13/81] Compiling ProjectDescription ResourceFileElements.swift
[14/81] Compiling ProjectDescription ResourceSynthesizer.swift
[15/81] Compiling ProjectDescription RunAction.swift
[16/81] Compiling ProjectDescription RunActionOptions.swift
[17/81] Compiling ProjectDescription Scheme.swift
[18/81] Compiling ProjectDescription SchemeDiagnosticsOptions.swift
[19/81] Compiling ProjectDescription SchemeLanguage.swift
[20/81] Compiling ProjectDescription TargetReference.swift
[21/81] Compiling ProjectDescription TargetScript.swift
[22/81] Compiling ProjectDescription Template.swift
[23/81] Compiling ProjectDescription TemplateString.swift
[24/81] Compiling ProjectDescription TestAction.swift
[25/81] Compiling ProjectDescription TestActionOptions.swift
[26/81] Compiling ProjectDescription TestableTarget.swift
[27/81] Compiling ProjectDescription CompatibleXcodeVersions.swift
[28/81] Compiling ProjectDescription ConfigGenerationOptions.swift
[29/81] Compiling ProjectDescription ConfigInstallOptions.swift
[30/81] Compiling ProjectDescription ConfigurationName.swift
[31/81] Compiling ProjectDescription CopyFileElement.swift
[32/81] Compiling ProjectDescription CopyFilesAction.swift
[33/81] Compiling ProjectDescription CoreDataModel.swift
[34/81] Compiling ProjectDescription DeploymentTargets.swift
[35/81] Compiling ProjectDescription MetalOptions.swift
[36/81] Compiling ProjectDescription OnDemandResourcesTags.swift
[37/81] Compiling ProjectDescription Package.swift
[38/81] Compiling ProjectDescription PackageSettings.swift
[39/81] Compiling ProjectDescription Path.swift
[40/81] Compiling ProjectDescription Platform.swift
[41/81] Compiling ProjectDescription PlatformCondition.swift
[42/81] Compiling ProjectDescription PlatformFilter.swift
[43/81] Compiling ProjectDescription ScreenCaptureFormat.swift
[44/81] Compiling ProjectDescription Settings.swift
[45/81] Compiling ProjectDescription SettingsTransformers.swift
[46/81] Compiling ProjectDescription SimulatedLocation.swift
[47/81] Compiling ProjectDescription SourceFilesList.swift
[48/81] Compiling ProjectDescription Target.swift
[49/81] Compiling ProjectDescription TargetDependency.swift
[50/81] Compiling ProjectDescription TargetMetadata.swift
[51/81] Compiling ProjectDescription AnalyzeAction.swift
[52/81] Compiling ProjectDescription ArchiveAction.swift
[53/81] Compiling ProjectDescription Arguments.swift
[54/81] Compiling ProjectDescription BuildAction.swift
[55/81] Compiling ProjectDescription BuildRule+CompilerSpec.swift
[56/81] Compiling ProjectDescription BuildRule+FileType.swift
[57/81] Compiling ProjectDescription BuildRule.swift
[58/81] Compiling ProjectDescription Cloud.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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
[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
 1 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
 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
  1 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProjectDescription' may lead to instability during execution
  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 |
Build complete! (4.83s)
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.