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 SwiftXcodeProj, reference main (182a1f), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 15:51:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/SwiftXcodeProj.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stackotter/SwiftXcodeProj
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 182a1f6 Replace arc4random_uniform with standard Int.random
Cloned https://github.com/stackotter/SwiftXcodeProj.git
Revision (git rev-parse @):
182a1f69f0c77e1a152fba083b7fa814785824dd
SUCCESS checkout https://github.com/stackotter/SwiftXcodeProj.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stackotter/SwiftXcodeProj.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/12] Emitting module AEXML
[6/12] Compiling AEXML Options.swift
[7/12] Compiling AEXML Parser.swift
[8/12] Compiling AEXML Error.swift
[9/12] Compiling AEXML Document.swift
[10/12] Compiling AEXML Element.swift
[11/12] Compiling PathKit PathKit.swift
[12/12] Emitting module PathKit
[13/101] Compiling SwiftXcodeProj Errors.swift
[14/101] Compiling SwiftXcodeProj AEXML+XcodeFormat.swift
[15/101] Compiling SwiftXcodeProj Array+Extras.swift
[16/101] Compiling SwiftXcodeProj Bool+Extras.swift
[17/101] Compiling SwiftXcodeProj Dictionary+Enumerate.swift
[18/101] Compiling SwiftXcodeProj Dictionary+Extras.swift
[19/101] Compiling SwiftXcodeProj KeyedDecodingContainer+Additions.swift
[20/101] Compiling SwiftXcodeProj NSRecursiveLock+Sync.swift
[21/101] Compiling SwiftXcodeProj Path+Extras.swift
[22/101] Compiling SwiftXcodeProj String+Utils.swift
[23/110] Emitting module SwiftXcodeProj
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[24/110] Compiling SwiftXcodeProj XCScheme+TestPlanReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[25/110] Compiling SwiftXcodeProj XCScheme+TestableReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[26/110] Compiling SwiftXcodeProj XCScheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[27/110] Compiling SwiftXcodeProj XCSchemeManagement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[28/110] Compiling SwiftXcodeProj BuildSettingsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[29/110] Compiling SwiftXcodeProj CommentedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[30/110] Compiling SwiftXcodeProj Decoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[31/110] Compiling SwiftXcodeProj JSONDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[32/110] Compiling SwiftXcodeProj PBXBatchUpdater.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[33/110] Compiling SwiftXcodeProj PBXShellScriptBuildPhase.swift
[34/110] Compiling SwiftXcodeProj PBXSourcesBuildPhase.swift
[35/110] Compiling SwiftXcodeProj BuildSettings.swift
[36/110] Compiling SwiftXcodeProj XCBuildConfiguration.swift
[37/110] Compiling SwiftXcodeProj XCConfigurationList.swift
[38/110] Compiling SwiftXcodeProj PBXContainerItem.swift
[39/110] Compiling SwiftXcodeProj PBXContainerItemProxy.swift
[40/110] Compiling SwiftXcodeProj PBXFileElement.swift
[41/110] Compiling SwiftXcodeProj PBXFileReference.swift
[42/110] Compiling SwiftXcodeProj PBXGroup.swift
[43/110] Compiling SwiftXcodeProj String+md5.swift
[44/110] Compiling SwiftXcodeProj BuildPhase.swift
[45/110] Compiling SwiftXcodeProj PBXBuildFile.swift
[46/110] Compiling SwiftXcodeProj PBXBuildPhase.swift
[47/110] Compiling SwiftXcodeProj PBXBuildRule.swift
[48/110] Compiling SwiftXcodeProj PBXCopyFilesBuildPhase.swift
[49/110] Compiling SwiftXcodeProj PBXFrameworksBuildPhase.swift
[50/110] Compiling SwiftXcodeProj PBXHeadersBuildPhase.swift
[51/110] Compiling SwiftXcodeProj PBXResourcesBuildPhase.swift
[52/110] Compiling SwiftXcodeProj PBXRezBuildPhase.swift
[53/110] Compiling SwiftXcodeProj PlistValue.swift
[54/110] Compiling SwiftXcodeProj ReferenceGenerator.swift
[55/110] Compiling SwiftXcodeProj XCConfig.swift
[56/110] Compiling SwiftXcodeProj XCWorkspace.swift
[57/110] Compiling SwiftXcodeProj XCWorkspaceData.swift
[58/110] Compiling SwiftXcodeProj XCWorkspaceDataElement.swift
[59/110] Compiling SwiftXcodeProj XCWorkspaceDataElementLocationType.swift
[60/110] Compiling SwiftXcodeProj XCWorkspaceDataFileRef.swift
[61/110] Compiling SwiftXcodeProj XCWorkspaceDataGroup.swift
[62/110] Compiling SwiftXcodeProj PBXProject.swift
[63/110] Compiling SwiftXcodeProj Equality.generated.swift
[64/110] Compiling SwiftXcodeProj Sourcery.swift
[65/110] Compiling SwiftXcodeProj XCRemoteSwiftPackageReference.swift
[66/110] Compiling SwiftXcodeProj XCSwiftPackageProductDependency.swift
[67/110] Compiling SwiftXcodeProj PBXAggregateTarget.swift
[68/110] Compiling SwiftXcodeProj PBXLegacyTarget.swift
[69/110] Compiling SwiftXcodeProj PBXNativeTarget.swift
[70/110] Compiling SwiftXcodeProj PBXProductType.swift
[71/110] Compiling SwiftXcodeProj PBXReferenceProxy.swift
[72/110] Compiling SwiftXcodeProj PBXSourceTree.swift
[73/110] Compiling SwiftXcodeProj PBXVariantGroup.swift
[74/110] Compiling SwiftXcodeProj XCVersionGroup.swift
[75/110] Compiling SwiftXcodeProj PBXObject.swift
[76/110] Compiling SwiftXcodeProj PBXObjectParser.swift
[77/110] Compiling SwiftXcodeProj PBXObjectReference.swift
[78/110] Compiling SwiftXcodeProj PBXObjects.swift
[79/110] Compiling SwiftXcodeProj PBXOutputSettings.swift
[80/110] Compiling SwiftXcodeProj PBXProj.swift
[81/110] Compiling SwiftXcodeProj PBXProjEncoder.swift
[82/110] Compiling SwiftXcodeProj PBXTarget.swift
[83/110] Compiling SwiftXcodeProj PBXTargetDependency.swift
[84/110] Compiling SwiftXcodeProj WorkspaceSettings.swift
[85/110] Compiling SwiftXcodeProj XCBreakpointList.swift
[86/110] Compiling SwiftXcodeProj XCDebugger.swift
[87/110] Compiling SwiftXcodeProj XCSharedData.swift
[88/110] Compiling SwiftXcodeProj XCUserData.swift
[89/110] Compiling SwiftXcodeProj Xcode.swift
[90/110] Compiling SwiftXcodeProj XcodeProj.swift
[91/110] Compiling SwiftXcodeProj Writable.swift
[92/110] Compiling SwiftXcodeProj XCScheme+LocationScenarioReference.swift
[93/110] Compiling SwiftXcodeProj XCScheme+PathRunnable.swift
[94/110] Compiling SwiftXcodeProj XCScheme+ProfileAction.swift
[95/110] Compiling SwiftXcodeProj XCScheme+RemoteRunnable.swift
[96/110] Compiling SwiftXcodeProj XCScheme+Runnable.swift
[97/110] Compiling SwiftXcodeProj XCScheme+SerialAction.swift
[98/110] Compiling SwiftXcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[99/110] Compiling SwiftXcodeProj XCScheme+TestAction.swift
[100/110] Compiling SwiftXcodeProj XCScheme+TestItem.swift
[101/110] Compiling SwiftXcodeProj XCScheme+AditionalOption.swift
[102/110] Compiling SwiftXcodeProj XCScheme+AnalyzeAction.swift
[103/110] Compiling SwiftXcodeProj XCScheme+ArchiveAction.swift
[104/110] Compiling SwiftXcodeProj XCScheme+BuildAction.swift
[105/110] Compiling SwiftXcodeProj XCScheme+BuildableProductRunnable.swift
[106/110] Compiling SwiftXcodeProj XCScheme+BuildableReference.swift
[107/110] Compiling SwiftXcodeProj XCScheme+CommandLineArguments.swift
[108/110] Compiling SwiftXcodeProj XCScheme+EnvironmentVariable.swift
[109/110] Compiling SwiftXcodeProj XCScheme+ExecutionAction.swift
[110/110] Compiling SwiftXcodeProj XCScheme+LaunchAction.swift
Build complete! (11.97s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[16/3538] Fetching pathkit, aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.87s)
Fetched https://github.com/kylef/PathKit.git from cache (0.87s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (1.38s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.91s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.90s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.40s)
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/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.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "SwiftXcodeProj",
  "name" : "SwiftXcodeProj",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftXcodeProj",
      "targets" : [
        "SwiftXcodeProj"
      ],
      "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/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" : [
        "SwiftXcodeProj"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXcodeProj",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXcodeProj",
      "path" : "Sources/SwiftXcodeProj",
      "product_dependencies" : [
        "PathKit",
        "AEXML"
      ],
      "product_memberships" : [
        "SwiftXcodeProj"
      ],
      "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/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.2"
}
Done.