The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-xcstrings-catalog, reference 1.0.1 (781991), with Swift 6.1 for macOS (SPM) on 6 May 2026 07:37:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-xcstrings-catalog.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-xcstrings-catalog
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 7819919 fix: Adjust platform versions
Cloned https://github.com/capturecontext/swift-xcstrings-catalog.git
Revision (git rev-parse @):
7819919945efb9da9ade86e06c1d2da8508ffca0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-xcstrings-catalog.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-xcstrings-catalog.git
https://github.com/capturecontext/swift-xcstrings-catalog.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    }
  ],
  "manifest_display_name" : "swift-xcstrings-catalog",
  "name" : "swift-xcstrings-catalog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "_XCStringResource",
      "targets" : [
        "_XCStringResource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_XCStringsSource",
      "targets" : [
        "_XCStringsSource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalog",
      "targets" : [
        "XCStringsCatalog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalogCore",
      "targets" : [
        "XCStringsCatalogCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalogParser",
      "targets" : [
        "XCStringsCatalogParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalogValidator",
      "targets" : [
        "XCStringsCatalogValidator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "_XCStringsSource",
      "module_type" : "SwiftTarget",
      "name" : "_XCStringsSource",
      "path" : "Sources/_XCStringsSource",
      "product_memberships" : [
        "_XCStringsSource",
        "XCStringsCatalog",
        "XCStringsCatalogParser"
      ],
      "sources" : [
        "XCStringsSource.swift",
        "XCStringsSourceError.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_XCStringResource",
      "module_type" : "SwiftTarget",
      "name" : "_XCStringResource",
      "path" : "Sources/_XCStringResource",
      "product_memberships" : [
        "_XCStringResource",
        "XCStringsCatalog",
        "XCStringsCatalogParser",
        "XCStringsCatalogValidator"
      ],
      "sources" : [
        "XCStringResource+Argument.swift",
        "XCStringResource+PlaceholderType.swift",
        "XCStringResource.swift",
        "XCStringSegment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalogValidator",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogValidator",
      "path" : "Sources/XCStringsCatalogValidator",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "XCStringsCatalogValidator"
      ],
      "sources" : [
        "DefaultXCStringResourcesValidators.swift",
        "Exports.swift",
        "XCStringResourceIssue.swift",
        "XCStringResourceValidator.swift",
        "XCStringResourceValidators.swift",
        "XCStringResourcesIdentifierValidators.swift",
        "XCStringResourcesValidator.swift",
        "XCStringResourcesValidators.swift"
      ],
      "target_dependencies" : [
        "_XCStringResource"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalogParserTests",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogParserTests",
      "path" : "Tests/XCStringsCatalogParserTests",
      "product_dependencies" : [
        "SnapshotTestingCustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XCStringsCatalogParserTests/__Fixtures__",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DefaultXCStringParserTests.swift",
        "Helpers/FixtureURL.swift",
        "Helpers/TestXCStringParser.swift",
        "XCStringsCatalogParserTests.swift",
        "XCStringsCatalogTests.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCStringsCatalogParser",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogParser",
      "path" : "Sources/XCStringsCatalogParser",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "XCStringsCatalog",
        "XCStringsCatalogParser"
      ],
      "sources" : [
        "Exports.swift",
        "ExtractionError.swift",
        "ExtractionIssue.swift",
        "XCStringParser.swift",
        "XCStringResource+Extract.swift",
        "XCStringResource+LegacyFormat.swift",
        "XCStringResource+StringUnit.swift",
        "XCStringsCatalogParser+LegacyFormat.swift",
        "XCStringsCatalogParser+Util.swift",
        "XCStringsCatalogParser+XCStringCatalog.swift",
        "XCStringsCatalogParser.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogCore",
        "_XCStringsSource",
        "_XCStringResource"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalogCore",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogCore",
      "path" : "Sources/XCStringsCatalogCore",
      "product_memberships" : [
        "_XCStringsSource",
        "XCStringsCatalog",
        "XCStringsCatalogCore",
        "XCStringsCatalogParser"
      ],
      "sources" : [
        "Types/XCStringEntry.swift",
        "Types/XCStringExtractionState.swift",
        "Types/XCStringLanguage.swift",
        "Types/XCStringLocalization.swift",
        "Types/XCStringSubstitution.swift",
        "Types/XCStringUnit.swift",
        "Types/XCStringUnitState.swift",
        "Types/XCStringVariation.swift",
        "Types/XCStringVariations.swift",
        "XCStringsCatalog.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalog",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalog",
      "path" : "Sources/XCStringsCatalog",
      "product_memberships" : [
        "XCStringsCatalog"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogCore",
        "XCStringsCatalogParser"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-2F0A5646E1D333AE.txt
[15/42] Compiling IssueReportingPackageSupport _Test.swift
[16/42] Emitting module IssueReportingPackageSupport
[17/62] Emitting module IssueReporting
[18/64] Compiling IssueReporting WithExpectedIssue.swift
[19/64] Compiling IssueReporting WithIssueContext.swift
[20/64] Compiling _XCStringResource XCStringResource+Argument.swift
[21/64] Compiling _XCStringResource XCStringResource+PlaceholderType.swift
[22/64] Emitting module _XCStringResource
[23/64] Compiling _XCStringResource XCStringSegment.swift
[24/64] Compiling _XCStringResource XCStringResource.swift
[25/64] Compiling XCStringsCatalogCore XCStringVariations.swift
[26/64] Compiling XCStringsCatalogCore XCStringVariation.swift
[27/65] Emitting module XCStringsCatalogCore
[28/65] Compiling ConcurrencyExtras Result.swift
[29/65] Compiling ConcurrencyExtras MainSerialExecutor.swift
[30/65] Compiling ConcurrencyExtras UncheckedBox.swift
[31/65] Compiling ConcurrencyExtras LockIsolated.swift
[32/65] Compiling XCStringsCatalogCore XCStringUnitState.swift
[33/65] Compiling ConcurrencyExtras Locking.swift
[34/65] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[35/65] Emitting module ConcurrencyExtras
[36/65] Compiling IssueReporting ErrorReporting.swift
[37/65] Compiling IssueReporting AppHostWarning.swift
[38/65] Compiling ConcurrencyExtras AsyncStream.swift
[39/65] Compiling ConcurrencyExtras Task.swift
[40/66] Compiling XCStringsCatalogCore XCStringLocalization.swift
[41/66] Compiling XCStringsCatalogCore XCStringUnit.swift
[42/66] Compiling IssueReporting TestContext.swift
[43/66] Compiling IssueReporting Unimplemented.swift
[44/66] Compiling IssueReporting IssueSeverity.swift
[45/66] Compiling IssueReporting ReportIssue.swift
[46/66] Compiling XCStringsCatalogCore XCStringSubstitution.swift
[47/66] Compiling XCStringsCatalogCore XCStringEntry.swift
[48/66] Compiling IssueReporting XCTest.swift
[49/66] Compiling IssueReporting IsTesting.swift
[50/66] Compiling XCStringsCatalogCore XCStringExtractionState.swift
[51/66] Compiling IssueReporting FailureObserver.swift
[52/66] Compiling XCStringsCatalogCore XCStringLanguage.swift
[53/66] Compiling IssueReporting LockIsolated.swift
[54/66] Compiling IssueReporting IssueReporter.swift
[55/66] Compiling IssueReporting BreakpointReporter.swift
[56/66] Compiling IssueReporting UncheckedSendable.swift
[57/66] Compiling IssueReporting Warn.swift
[60/66] Compiling IssueReporting Deprecations.swift
[61/66] Compiling IssueReporting DefaultReporter.swift
[62/66] Compiling IssueReporting FatalErrorReporter.swift
[63/66] Compiling IssueReporting Rethrows.swift
[64/66] Compiling IssueReporting SwiftTesting.swift
[65/69] Compiling ConcurrencyExtras UncheckedSendable.swift
[66/69] Compiling XCStringsCatalogCore XCStringsCatalog.swift
[67/94] Emitting module XCTestDynamicOverlay
[68/94] Compiling XCTestDynamicOverlay Exports.swift
[69/94] Compiling XCTestDynamicOverlay Deprecations.swift
[70/94] Emitting module _XCStringsSource
[71/94] Compiling _XCStringsSource XCStringsSourceError.swift
[72/94] Compiling _XCStringsSource XCStringsSource.swift
[73/94] Compiling CombineSchedulers UIScheduler.swift
[74/94] Compiling CombineSchedulers UIKit.swift
[75/95] Emitting module Clocks
[76/95] Compiling Clocks Lock.swift
[77/95] Compiling Clocks AnyClock.swift
[78/95] Compiling CombineSchedulers TestScheduler.swift
[79/95] Compiling CombineSchedulers Timer.swift
[80/95] Compiling CombineSchedulers UnimplementedScheduler.swift
[81/95] Compiling CombineSchedulers ImmediateScheduler.swift
[82/95] Compiling CombineSchedulers Deprecations.swift
[83/95] Emitting module CombineSchedulers
[84/95] Compiling CombineSchedulers AnyScheduler.swift
[85/95] Compiling CombineSchedulers Concurrency.swift
[86/95] Compiling CombineSchedulers Platform.swift
[87/95] Compiling CombineSchedulers SwiftUI.swift
[88/95] Compiling CombineSchedulers Lock.swift
[89/95] Compiling CombineSchedulers NSRecursiveLock.swift
[90/95] Compiling Clocks _AsyncTimerSequence.swift
[91/95] Compiling Clocks UnimplementedClock.swift
[92/95] Compiling Clocks TestClock.swift
[93/95] Compiling Clocks SwiftUI.swift
[94/95] Compiling Clocks ImmediateClock.swift
[95/95] Compiling Clocks Timer.swift
[96/121] Compiling Dependencies TypeName.swift
[97/121] Compiling Dependencies PreviewTrait.swift
[98/123] Emitting module Dependencies
[99/123] Compiling Dependencies FireAndForget.swift
[100/123] Compiling Dependencies Locale.swift
[101/123] Compiling Dependencies MainQueue.swift
[102/123] Compiling Dependencies MainRunLoop.swift
[103/123] Compiling Dependencies NotificationCenter.swift
[104/123] Compiling Dependencies OpenURL.swift
[105/123] Compiling Dependencies TimeZone.swift
[106/123] Compiling Dependencies URLSession.swift
[107/123] Compiling Dependencies UUID.swift
[108/123] Compiling Dependencies Dependency.swift
[109/123] Compiling Dependencies DependencyContext.swift
[110/123] Compiling Dependencies DependencyKey.swift
[111/123] Compiling Dependencies Exports.swift
[112/123] Compiling Dependencies SendableKeyPath.swift
[113/123] Compiling Dependencies DependencyValues.swift
[114/123] Compiling Dependencies Assert.swift
[115/123] Compiling Dependencies Calendar.swift
[116/123] Compiling Dependencies Clocks.swift
[117/123] Compiling Dependencies Context.swift
[118/123] Compiling Dependencies Date.swift
[119/123] Compiling Dependencies WithRandomNumberGenerator.swift
[120/123] Compiling Dependencies AppEntryPoint.swift
[121/123] Compiling Dependencies Deprecations.swift
[122/123] Compiling Dependencies TestTrait.swift
[123/123] Compiling Dependencies WithDependencies.swift
[124/143] Compiling XCStringsCatalogParser XCStringsCatalogParser+Util.swift
[125/144] Compiling XCStringsCatalogValidator XCStringResourcesValidator.swift
[126/144] Compiling XCStringsCatalogValidator XCStringResourcesValidators.swift
[127/144] Compiling XCStringsCatalogValidator Exports.swift
[128/144] Compiling XCStringsCatalogValidator XCStringResourceIssue.swift
[129/144] Compiling XCStringsCatalogValidator XCStringResourceValidators.swift
[130/144] Compiling XCStringsCatalogValidator XCStringResourceValidator.swift
[131/144] Compiling XCStringsCatalogValidator DefaultXCStringResourcesValidators.swift
[132/144] Compiling XCStringsCatalogValidator XCStringResourcesIdentifierValidators.swift
[133/144] Emitting module XCStringsCatalogValidator
[134/144] Compiling XCStringsCatalogParser XCStringResource+Extract.swift
[135/144] Compiling XCStringsCatalogParser XCStringResource+StringUnit.swift
[136/144] Compiling XCStringsCatalogParser XCStringsCatalogParser+LegacyFormat.swift
[137/144] Compiling XCStringsCatalogParser XCStringsCatalogParser+XCStringCatalog.swift
[138/144] Compiling XCStringsCatalogParser XCStringResource+LegacyFormat.swift
[139/144] Compiling XCStringsCatalogParser XCStringsCatalogParser.swift
[140/144] Compiling XCStringsCatalogParser ExtractionIssue.swift
[141/144] Compiling XCStringsCatalogParser Exports.swift
[142/144] Compiling XCStringsCatalogParser ExtractionError.swift
[143/144] Emitting module XCStringsCatalogParser
[144/144] Compiling XCStringsCatalogParser XCStringParser.swift
[145/146] Emitting module XCStringsCatalog
[146/146] Compiling XCStringsCatalog Exports.swift
Build complete! (38.53s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetching https://github.com/pointfreeco/swift-dependencies.git from cache
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (2.14s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.15s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.12.0 (2.68s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.73s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.73s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.73s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.67s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.75s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.19.2 (2.30s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.03s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.52s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.2.0 (0.47s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.23s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.76s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.52s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.1 (0.72s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.12.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.19.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    }
  ],
  "manifest_display_name" : "swift-xcstrings-catalog",
  "name" : "swift-xcstrings-catalog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "_XCStringResource",
      "targets" : [
        "_XCStringResource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_XCStringsSource",
      "targets" : [
        "_XCStringsSource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalog",
      "targets" : [
        "XCStringsCatalog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalogCore",
      "targets" : [
        "XCStringsCatalogCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalogParser",
      "targets" : [
        "XCStringsCatalogParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCStringsCatalogValidator",
      "targets" : [
        "XCStringsCatalogValidator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "_XCStringsSource",
      "module_type" : "SwiftTarget",
      "name" : "_XCStringsSource",
      "path" : "Sources/_XCStringsSource",
      "product_memberships" : [
        "_XCStringsSource",
        "XCStringsCatalog",
        "XCStringsCatalogParser"
      ],
      "sources" : [
        "XCStringsSource.swift",
        "XCStringsSourceError.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_XCStringResource",
      "module_type" : "SwiftTarget",
      "name" : "_XCStringResource",
      "path" : "Sources/_XCStringResource",
      "product_memberships" : [
        "_XCStringResource",
        "XCStringsCatalog",
        "XCStringsCatalogParser",
        "XCStringsCatalogValidator"
      ],
      "sources" : [
        "XCStringResource+Argument.swift",
        "XCStringResource+PlaceholderType.swift",
        "XCStringResource.swift",
        "XCStringSegment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalogValidator",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogValidator",
      "path" : "Sources/XCStringsCatalogValidator",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "XCStringsCatalogValidator"
      ],
      "sources" : [
        "DefaultXCStringResourcesValidators.swift",
        "Exports.swift",
        "XCStringResourceIssue.swift",
        "XCStringResourceValidator.swift",
        "XCStringResourceValidators.swift",
        "XCStringResourcesIdentifierValidators.swift",
        "XCStringResourcesValidator.swift",
        "XCStringResourcesValidators.swift"
      ],
      "target_dependencies" : [
        "_XCStringResource"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalogParserTests",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogParserTests",
      "path" : "Tests/XCStringsCatalogParserTests",
      "product_dependencies" : [
        "SnapshotTestingCustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XCStringsCatalogParserTests/__Fixtures__",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DefaultXCStringParserTests.swift",
        "Helpers/FixtureURL.swift",
        "Helpers/TestXCStringParser.swift",
        "XCStringsCatalogParserTests.swift",
        "XCStringsCatalogTests.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCStringsCatalogParser",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogParser",
      "path" : "Sources/XCStringsCatalogParser",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "XCStringsCatalog",
        "XCStringsCatalogParser"
      ],
      "sources" : [
        "Exports.swift",
        "ExtractionError.swift",
        "ExtractionIssue.swift",
        "XCStringParser.swift",
        "XCStringResource+Extract.swift",
        "XCStringResource+LegacyFormat.swift",
        "XCStringResource+StringUnit.swift",
        "XCStringsCatalogParser+LegacyFormat.swift",
        "XCStringsCatalogParser+Util.swift",
        "XCStringsCatalogParser+XCStringCatalog.swift",
        "XCStringsCatalogParser.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogCore",
        "_XCStringsSource",
        "_XCStringResource"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalogCore",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalogCore",
      "path" : "Sources/XCStringsCatalogCore",
      "product_memberships" : [
        "_XCStringsSource",
        "XCStringsCatalog",
        "XCStringsCatalogCore",
        "XCStringsCatalogParser"
      ],
      "sources" : [
        "Types/XCStringEntry.swift",
        "Types/XCStringExtractionState.swift",
        "Types/XCStringLanguage.swift",
        "Types/XCStringLocalization.swift",
        "Types/XCStringSubstitution.swift",
        "Types/XCStringUnit.swift",
        "Types/XCStringUnitState.swift",
        "Types/XCStringVariation.swift",
        "Types/XCStringVariations.swift",
        "XCStringsCatalog.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCatalog",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCatalog",
      "path" : "Sources/XCStringsCatalog",
      "product_memberships" : [
        "XCStringsCatalog"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "XCStringsCatalogCore",
        "XCStringsCatalogParser"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.