This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of XcodeProj with Swift 6.0 (beta) for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/xcodeproj.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/xcodeproj
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4f2476e Update CHANGELOG.md
Cloned https://github.com/tuist/xcodeproj.git
Revision (git rev-parse @):
4f2476ea676d173c222e22e6fe1a2ba870f8a8c3
SUCCESS checkout https://github.com/tuist/xcodeproj.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/tuist/xcodeproj.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-6F35C1178C84523A.txt
[7/14] Compiling AEXML Options.swift
[8/14] Compiling PathKit PathKit.swift
[9/14] Emitting module PathKit
[10/14] Compiling AEXML Parser.swift
[11/14] Emitting module AEXML
[12/14] Compiling AEXML Document.swift
[13/14] Compiling AEXML Error.swift
[14/14] Compiling AEXML Element.swift
[15/104] Compiling XcodeProj Writable.swift
[16/104] Compiling XcodeProj XCScheme+AditionalOption.swift
[17/104] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[18/104] Compiling XcodeProj XCScheme+ArchiveAction.swift
[19/104] Compiling XcodeProj XCScheme+BuildAction.swift
[20/104] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[21/104] Compiling XcodeProj XCScheme+BuildableReference.swift
[22/104] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[23/104] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[24/104] Compiling XcodeProj XCScheme+ExecutionAction.swift
[25/113] Compiling XcodeProj Errors.swift
[26/113] Compiling XcodeProj AEXML+XcodeFormat.swift
[27/113] Compiling XcodeProj Array+Extras.swift
[28/113] Compiling XcodeProj Bool+Extras.swift
[29/113] Compiling XcodeProj Dictionary+Enumerate.swift
[30/113] Compiling XcodeProj Dictionary+Extras.swift
[31/113] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[32/113] Compiling XcodeProj NSRecursiveLock+Sync.swift
[33/113] Compiling XcodeProj Path+Extras.swift
[34/113] Compiling XcodeProj String+Utils.swift
[35/113] Compiling XcodeProj String+md5.swift
[36/113] Compiling XcodeProj BuildPhase.swift
[37/113] Compiling XcodeProj PBXBuildFile.swift
[38/113] Compiling XcodeProj PBXBuildPhase.swift
[39/113] Compiling XcodeProj PBXBuildRule.swift
[40/113] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[41/113] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[42/113] Compiling XcodeProj PBXHeadersBuildPhase.swift
[43/113] Compiling XcodeProj PBXResourcesBuildPhase.swift
[44/113] Compiling XcodeProj PBXRezBuildPhase.swift
[45/113] Compiling XcodeProj PlistValue.swift
[46/113] Compiling XcodeProj ReferenceGenerator.swift
[47/113] Compiling XcodeProj XCConfig.swift
[48/113] Compiling XcodeProj XCWorkspace.swift
[49/113] Compiling XcodeProj XCWorkspaceData.swift
[50/113] Compiling XcodeProj XCWorkspaceDataElement.swift
[51/113] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[52/113] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[53/113] Compiling XcodeProj XCWorkspaceDataGroup.swift
[54/113] Emitting module XcodeProj
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[55/113] Compiling XcodeProj PBXReferenceProxy.swift
[56/113] Compiling XcodeProj PBXTarget.swift
[57/113] Compiling XcodeProj PBXTargetDependency.swift
[58/113] Compiling XcodeProj WorkspaceSettings.swift
[59/113] Compiling XcodeProj XCBreakpointList.swift
[60/113] Compiling XcodeProj XCDebugger.swift
[61/113] Compiling XcodeProj XCSharedData.swift
[62/113] Compiling XcodeProj XCUserData.swift
[63/113] Compiling XcodeProj Xcode.swift
[64/113] Compiling XcodeProj XcodeProj.swift
[65/113] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[66/113] Compiling XcodeProj PBXSourcesBuildPhase.swift
[67/113] Compiling XcodeProj BuildSettings.swift
[68/113] Compiling XcodeProj XCBuildConfiguration.swift
[69/113] Compiling XcodeProj XCConfigurationList.swift
[70/113] Compiling XcodeProj PBXContainerItem.swift
[71/113] Compiling XcodeProj PBXContainerItemProxy.swift
[72/113] Compiling XcodeProj PBXFileElement.swift
[73/113] Compiling XcodeProj PBXFileReference.swift
[74/113] Compiling XcodeProj PBXGroup.swift
[75/113] Compiling XcodeProj XCScheme+TestPlanReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[76/113] Compiling XcodeProj XCScheme+TestableReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[77/113] Compiling XcodeProj XCScheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[78/113] Compiling XcodeProj XCSchemeManagement.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[79/113] Compiling XcodeProj BuildSettingsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[80/113] Compiling XcodeProj CommentedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[81/113] Compiling XcodeProj Decoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[82/113] Compiling XcodeProj JSONDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[83/113] Compiling XcodeProj PBXBatchUpdater.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[84/113] Compiling XcodeProj PBXProject.swift
[85/113] Compiling XcodeProj Equality.generated.swift
[86/113] Compiling XcodeProj Sourcery.swift
[87/113] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[88/113] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[89/113] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[90/113] Compiling XcodeProj PBXAggregateTarget.swift
[91/113] Compiling XcodeProj PBXLegacyTarget.swift
[92/113] Compiling XcodeProj PBXNativeTarget.swift
[93/113] Compiling XcodeProj PBXProductType.swift
[94/113] Compiling XcodeProj XCScheme+LaunchAction.swift
[95/113] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[96/113] Compiling XcodeProj XCScheme+PathRunnable.swift
[97/113] Compiling XcodeProj XCScheme+ProfileAction.swift
[98/113] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[99/113] Compiling XcodeProj XCScheme+Runnable.swift
[100/113] Compiling XcodeProj XCScheme+SerialAction.swift
[101/113] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[102/113] Compiling XcodeProj XCScheme+TestAction.swift
[103/113] Compiling XcodeProj XCScheme+TestItem.swift
[104/113] Compiling XcodeProj PBXSourceTree.swift
[105/113] Compiling XcodeProj PBXVariantGroup.swift
[106/113] Compiling XcodeProj XCVersionGroup.swift
[107/113] Compiling XcodeProj PBXObject.swift
[108/113] Compiling XcodeProj PBXObjectParser.swift
[109/113] Compiling XcodeProj PBXObjectReference.swift
[110/113] Compiling XcodeProj PBXObjects.swift
[111/113] Compiling XcodeProj PBXOutputSettings.swift
[112/113] Compiling XcodeProj PBXProj.swift
[113/113] Compiling XcodeProj PBXProjEncoder.swift
Build complete! (47.19s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1021] Fetching spectre
[114/2432] Fetching spectre, pathkit
[349/4527] Fetching spectre, pathkit, aexml
[601/5992] Fetching spectre, pathkit, aexml, swift-docc-plugin
[4771/8853] Fetching spectre, pathkit, aexml, swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/kylef/PathKit.git from cache (1.03s)
[3423/7442] Fetching spectre, aexml, swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/kylef/Spectre.git from cache (1.41s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.41s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.41s)
Fetched https://github.com/tadija/AEXML.git from cache (1.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.05s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.69s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.66s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.73s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.68s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.1",
            "upper_bound" : "4.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "XcodeProj",
  "name" : "XcodeProj",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XcodeProj",
      "targets" : [
        "XcodeProj"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeProjTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeProjTests",
      "path" : "Tests/XcodeProjTests",
      "sources" : [
        "Extensions/AEXML+XcodeFormatTests.swift",
        "Extensions/Decodable+Dictionary.swift",
        "Extensions/Dictionary+ExtrasTests.swift",
        "Extensions/PathExtrasTests.swift",
        "Extensions/XCTestCase+Assertions.swift",
        "Extensions/XCTestCase+Shell.swift",
        "Extensions/XCTestCase+Temporary.swift",
        "Objects/BuildPhase/BuildPhaseTests.swift",
        "Objects/BuildPhase/PBXBuildFileTests.swift",
        "Objects/BuildPhase/PBXBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXBuildRuleTests.swift",
        "Objects/BuildPhase/PBXCopyFilesBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXFrameworksBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXHeadersBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXResourcesBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXRezBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXShellScriptBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXSourcesBuildPhase+Fixtures.swift",
        "Objects/BuildPhase/PBXSourcesBuildPhaseTests.swift",
        "Objects/Configuration/XCBuildConfiguration+Fixtures.swift",
        "Objects/Configuration/XCBuildConfigurationTests.swift",
        "Objects/Configuration/XCConfigurationList+Fixtures.swift",
        "Objects/Configuration/XCConfigurationListTests.swift",
        "Objects/Files/PBXContainerItemProxyTests.swift",
        "Objects/Files/PBXFileElementTests.swift",
        "Objects/Files/PBXFileReference+Fixtures.swift",
        "Objects/Files/PBXFileReferenceTests.swift",
        "Objects/Files/PBXGroup+Fixtures.swift",
        "Objects/Files/PBXGroupTests.swift",
        "Objects/Files/PBXSourceTreeTests.swift",
        "Objects/Files/PBXVariantGroupTests.swift",
        "Objects/Files/XCVersionGroup+Fixtures.swift",
        "Objects/Files/XCVersionGroupTests.swift",
        "Objects/Project/PBXOutputSettingsTests.swift",
        "Objects/Project/PBXProj+Fixtures.swift",
        "Objects/Project/PBXProj+XCTest.swift",
        "Objects/Project/PBXProjEncoderTests.swift",
        "Objects/Project/PBXProjIntegrationTests.swift",
        "Objects/Project/PBXProjObjectsHelpersTests.swift",
        "Objects/Project/PBXProject+Fixtures.swift",
        "Objects/Project/PBXProjectTests.swift",
        "Objects/SwiftPackage/XCLocalSwiftPackageReferenceTests.swift",
        "Objects/SwiftPackage/XCRemoteSwiftPackageReferenceTests.swift",
        "Objects/SwiftPackage/XCSwiftPackageProductDependencyTests.swift",
        "Objects/Targets/PBXAggregateTargetTests.swift",
        "Objects/Targets/PBXLegacyTargetTests.swift",
        "Objects/Targets/PBXNativeTargetTests.swift",
        "Objects/Targets/PBXProductTypeTests.swift",
        "Objects/Targets/PBXReferenceProxyTests.swift",
        "Objects/Targets/PBXTarget+Fixtures.swift",
        "Objects/Targets/PBXTargetDependencyTests.swift",
        "Objects/Targets/PBXTargetTests.swift",
        "Project/WorkspaceSettingsTests.swift",
        "Project/XCBreakpointListTests.swift",
        "Project/XCUserDataTests.swift",
        "Project/XcodeProjTests.swift",
        "Scheme/XCScheme+BuildableReferenceTests.swift",
        "Scheme/XCSchemeManagementTests.swift",
        "Scheme/XCSchemeTests.swift",
        "Tests/Fixtures.swift",
        "Tests/testWrite.swift",
        "Utils/BuildSettingsProviderTests.swift",
        "Utils/CommentedStringTests.swift",
        "Utils/ObjectReferenceTests.swift",
        "Utils/PBXBatchUpdaterTests.swift",
        "Utils/PlistValueTests.swift",
        "Utils/ReferenceGeneratorTests.swift",
        "Utils/XCConfigTests.swift",
        "Workspace/XCWorkspaceDataElementTests.swift",
        "Workspace/XCWorkspaceDataTests.swift",
        "Workspace/XCWorkspaceTests.swift"
      ],
      "target_dependencies" : [
        "XcodeProj"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeProj",
      "module_type" : "SwiftTarget",
      "name" : "XcodeProj",
      "path" : "Sources/XcodeProj",
      "product_dependencies" : [
        "PathKit",
        "AEXML"
      ],
      "product_memberships" : [
        "XcodeProj"
      ],
      "sources" : [
        "Errors/Errors.swift",
        "Extensions/AEXML+XcodeFormat.swift",
        "Extensions/Array+Extras.swift",
        "Extensions/Bool+Extras.swift",
        "Extensions/Dictionary+Enumerate.swift",
        "Extensions/Dictionary+Extras.swift",
        "Extensions/KeyedDecodingContainer+Additions.swift",
        "Extensions/NSRecursiveLock+Sync.swift",
        "Extensions/Path+Extras.swift",
        "Extensions/String+Utils.swift",
        "Extensions/String+md5.swift",
        "Objects/BuildPhase/BuildPhase.swift",
        "Objects/BuildPhase/PBXBuildFile.swift",
        "Objects/BuildPhase/PBXBuildPhase.swift",
        "Objects/BuildPhase/PBXBuildRule.swift",
        "Objects/BuildPhase/PBXCopyFilesBuildPhase.swift",
        "Objects/BuildPhase/PBXFrameworksBuildPhase.swift",
        "Objects/BuildPhase/PBXHeadersBuildPhase.swift",
        "Objects/BuildPhase/PBXResourcesBuildPhase.swift",
        "Objects/BuildPhase/PBXRezBuildPhase.swift",
        "Objects/BuildPhase/PBXShellScriptBuildPhase.swift",
        "Objects/BuildPhase/PBXSourcesBuildPhase.swift",
        "Objects/Configuration/BuildSettings.swift",
        "Objects/Configuration/XCBuildConfiguration.swift",
        "Objects/Configuration/XCConfigurationList.swift",
        "Objects/Files/PBXContainerItem.swift",
        "Objects/Files/PBXContainerItemProxy.swift",
        "Objects/Files/PBXFileElement.swift",
        "Objects/Files/PBXFileReference.swift",
        "Objects/Files/PBXGroup.swift",
        "Objects/Files/PBXSourceTree.swift",
        "Objects/Files/PBXVariantGroup.swift",
        "Objects/Files/XCVersionGroup.swift",
        "Objects/Project/PBXObject.swift",
        "Objects/Project/PBXObjectParser.swift",
        "Objects/Project/PBXObjectReference.swift",
        "Objects/Project/PBXObjects.swift",
        "Objects/Project/PBXOutputSettings.swift",
        "Objects/Project/PBXProj.swift",
        "Objects/Project/PBXProjEncoder.swift",
        "Objects/Project/PBXProject.swift",
        "Objects/Sourcery/Equality.generated.swift",
        "Objects/Sourcery/Sourcery.swift",
        "Objects/SwiftPackage/XCLocalSwiftPackageReference.swift",
        "Objects/SwiftPackage/XCRemoteSwiftPackageReference.swift",
        "Objects/SwiftPackage/XCSwiftPackageProductDependency.swift",
        "Objects/Targets/PBXAggregateTarget.swift",
        "Objects/Targets/PBXLegacyTarget.swift",
        "Objects/Targets/PBXNativeTarget.swift",
        "Objects/Targets/PBXProductType.swift",
        "Objects/Targets/PBXReferenceProxy.swift",
        "Objects/Targets/PBXTarget.swift",
        "Objects/Targets/PBXTargetDependency.swift",
        "Project/WorkspaceSettings.swift",
        "Project/XCBreakpointList.swift",
        "Project/XCDebugger.swift",
        "Project/XCSharedData.swift",
        "Project/XCUserData.swift",
        "Project/Xcode.swift",
        "Project/XcodeProj.swift",
        "Protocols/Writable.swift",
        "Scheme/XCScheme+AditionalOption.swift",
        "Scheme/XCScheme+AnalyzeAction.swift",
        "Scheme/XCScheme+ArchiveAction.swift",
        "Scheme/XCScheme+BuildAction.swift",
        "Scheme/XCScheme+BuildableProductRunnable.swift",
        "Scheme/XCScheme+BuildableReference.swift",
        "Scheme/XCScheme+CommandLineArguments.swift",
        "Scheme/XCScheme+EnvironmentVariable.swift",
        "Scheme/XCScheme+ExecutionAction.swift",
        "Scheme/XCScheme+LaunchAction.swift",
        "Scheme/XCScheme+LocationScenarioReference.swift",
        "Scheme/XCScheme+PathRunnable.swift",
        "Scheme/XCScheme+ProfileAction.swift",
        "Scheme/XCScheme+RemoteRunnable.swift",
        "Scheme/XCScheme+Runnable.swift",
        "Scheme/XCScheme+SerialAction.swift",
        "Scheme/XCScheme+StoreKitConfigurationFileReference.swift",
        "Scheme/XCScheme+TestAction.swift",
        "Scheme/XCScheme+TestItem.swift",
        "Scheme/XCScheme+TestPlanReference.swift",
        "Scheme/XCScheme+TestableReference.swift",
        "Scheme/XCScheme.swift",
        "Scheme/XCSchemeManagement.swift",
        "Utils/BuildSettingsProvider.swift",
        "Utils/CommentedString.swift",
        "Utils/Decoders.swift",
        "Utils/JSONDecoding.swift",
        "Utils/PBXBatchUpdater.swift",
        "Utils/PlistValue.swift",
        "Utils/ReferenceGenerator.swift",
        "Utils/XCConfig.swift",
        "Workspace/XCWorkspace.swift",
        "Workspace/XCWorkspaceData.swift",
        "Workspace/XCWorkspaceDataElement.swift",
        "Workspace/XCWorkspaceDataElementLocationType.swift",
        "Workspace/XCWorkspaceDataFileRef.swift",
        "Workspace/XCWorkspaceDataGroup.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.