The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TranslationCatalog, reference 0.17.3 (5b2051), with Swift 6.1 for macOS (SPM) on 20 Apr 2026 23:59:18 UTC.

Swift 6 data race errors: 6

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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/TranslationCatalog.git
Reference: 0.17.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/TranslationCatalog
 * tag               0.17.3     -> FETCH_HEAD
HEAD is now at 5b20515 Escaping Quotes (#54)
Cloned https://github.com/richardpiazza/TranslationCatalog.git
Revision (git rev-parse @):
5b205158aed86fc4db81f5533db7c56db9a7e901
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/TranslationCatalog.git at 0.17.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/TranslationCatalog.git
https://github.com/richardpiazza/TranslationCatalog.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "localesupport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/LocaleSupport.git"
    },
    {
      "identity" : "statement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Statement.git"
    },
    {
      "identity" : "coredataplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/CoreDataPlus.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "TranslationCatalog",
  "name" : "TranslationCatalog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TranslationCatalog",
      "targets" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogSQLite",
        "TranslationCatalogFilesystem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "localizer",
      "targets" : [
        "localizer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "localizer",
      "module_type" : "SwiftTarget",
      "name" : "localizer",
      "path" : "Sources/localizer",
      "product_dependencies" : [
        "ArgumentParser",
        "LocaleSupport"
      ],
      "product_memberships" : [
        "localizer"
      ],
      "sources" : [
        "Catalog+Delete.swift",
        "Catalog+Export.swift",
        "Catalog+Import.swift",
        "Catalog+Insert.swift",
        "Catalog+Query.swift",
        "Catalog+Syntax.swift",
        "Catalog+Update.swift",
        "Catalog.swift",
        "Configuration.swift",
        "Configure+Get.swift",
        "Configure+Set.swift",
        "Configure.swift",
        "Extensions/Arguments.swift",
        "Extensions/FileFormat+localizer.swift",
        "Extensions/FileManager+localizer.swift",
        "Extensions/Locale+localizer.swift",
        "Extensions/RenderFormat+localizer.swift",
        "Preview.swift",
        "localizer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogSQLite",
        "TranslationCatalogFilesystem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TranslationCatalogTests",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogTests",
      "path" : "Tests/TranslationCatalogTests",
      "sources" : [
        "CatalogDeleteTests.swift",
        "CatalogInsertTests.swift",
        "CatalogQueryTests.swift",
        "CatalogUpdateTests.swift",
        "DeepKeyHierarchyTests.swift",
        "DocumentEncodingTests.swift",
        "ExpressionEncoderTests.swift",
        "Extensions/Catalog+QueryAssertions.swift",
        "Extensions/Expression+TranslationCatalogTests.swift",
        "Extensions/Project+TranslationCatalogTests.swift",
        "Extensions/Translation+TranslationCatalogTests.swift",
        "Extensions/UUID+TranslationCatalogTests.swift",
        "NodeSortTests.swift",
        "ShallowKeyHierarchyTests.swift",
        "StringReplacementTests.swift",
        "TestContainer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogFilesystem",
        "TranslationCatalogSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TranslationCatalogSQLite",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogSQLite",
      "path" : "Sources/TranslationCatalogSQLite",
      "product_dependencies" : [
        "Statement",
        "StatementSQLite",
        "SQLite"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Entities/ExpressionEntity.swift",
        "Entities/ProjectEntity.swift",
        "Entities/ProjectExpressionEntity.swift",
        "Entities/TranslationEntity.swift",
        "SQLite+Query.swift",
        "SQLite+Schema.swift",
        "SQLiteCatalog+AssociatedTypes.swift",
        "SQLiteCatalog.swift",
        "SQLiteStatement+Expression.swift",
        "SQLiteStatement+Project.swift",
        "SQLiteStatement+ProjectExpression.swift",
        "SQLiteStatement+Translation.swift",
        "SQLiteStmt+Entities.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogIO",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogIO",
      "path" : "Sources/TranslationCatalogIO",
      "product_dependencies" : [
        "XMLCoder",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "LocaleSupport"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "ExpressionDecoder.swift",
        "ExpressionEncoder.swift",
        "ExpressionImporter.swift",
        "Extensions/Dictionary+AppleStrings.swift",
        "Extensions/Expression+IO.swift",
        "Extensions/String+IO.swift",
        "FileFormat.swift",
        "Internal/NodeID.swift",
        "Internal/NodePath.swift",
        "Internal/Resource.swift",
        "Internal/StringsXml.swift",
        "KeyHierarchy+Syntax.swift",
        "KeyHierarchy.swift",
        "MarkdownTable.swift",
        "RenderFormat.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogFilesystem",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogFilesystem",
      "path" : "Sources/TranslationCatalogFilesystem",
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "DirectoryCatalog.swift",
        "Documents/Deprecated/ExpressionDocumentV1.swift",
        "Documents/Deprecated/TranslationDocumentV1.swift",
        "Documents/Document.swift",
        "Documents/DocumentSchemaVersion.swift",
        "Documents/ExpressionDocument.swift",
        "Documents/ProjectDocument.swift",
        "Documents/TranslationDocument.swift",
        "Extensions/JSONDecoder+TranslationCatalogFilesystem.swift",
        "Extensions/JSONEncoder+TranslationCatalogFilesystem.swift",
        "FileWrapperCatalog.swift",
        "FilesystemContainer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogCoreData",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogCoreData",
      "path" : "Sources/TranslationCatalogCoreData",
      "product_dependencies" : [
        "CoreDataPlus"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/PrecompiledResources",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_1.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_2.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_3.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/Model_1_to_2.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/Model_2_to_3.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataCatalog.swift",
        "Entities/ExpressionEntity.swift",
        "Entities/ProjectEntity.swift",
        "Entities/TranslationEntity.swift",
        "ManagedModel.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalog",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalog",
      "path" : "Sources/TranslationCatalog",
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Catalog.swift",
        "CatalogError.swift",
        "CatalogQuery.swift",
        "CatalogSchema.swift",
        "CatalogUpdate.swift",
        "Expression.swift",
        "Extensions/Locale.LanguageCode+TranslationCatalog.swift",
        "Extensions/Locale.Region+TranslationCatalog.swift",
        "Extensions/UUID+TranslationCatalog.swift",
        "Project.swift",
        "Translation.swift",
        "TranslationState.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LocalizerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocalizerTests",
      "path" : "Tests/LocalizerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/File.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Import1.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Import2.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Localizable.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Strings.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data_v2.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data_v3.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_v4.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_v5.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity_v4.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity_v5.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/StructuredResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DeleteTests.swift",
        "ExportTests.swift",
        "HelpTests.swift",
        "ImportTests.swift",
        "Models/LocalizerProcess.swift",
        "Models/TestResource.swift",
        "PreviewTests.swift",
        "SyntaxTests.swift"
      ],
      "target_dependencies" : [
        "localizer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/37] Write sources
[2/37] Write localizer-entitlement.plist
[2/37] Write sources
[12/37] Copying Info.plist
[12/37] Write sources
[25/37] Copying PrivacyInfo.xcprivacy
[27/37] Copying Model_2_to_3.xcmappingmodel
[28/37] Copying Model_1_to_2.xcmappingmodel
[29/37] Copying CatalogModel_2.xcdatamodeld
[30/37] Copying CatalogModel_1.xcdatamodeld
[31/37] Copying CatalogModel_3.xcdatamodeld
[32/37] Copying PrecompiledResources
[33/37] Write swift-version-2F0A5646E1D333AE.txt
[35/177] Compiling SwiftSyntax509 Empty.swift
[36/177] Emitting module SwiftSyntax509
[37/177] Emitting module ArgumentParserToolInfo
[38/177] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/270] Compiling Logging LogEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/270] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/270] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/270] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/270] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/270] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/289] Emitting module Statement
[46/291] Compiling CoreDataPlus FileExtension.swift
[47/291] Compiling CoreDataPlus NSManagedObjectContext+CoreDataPlus.swift
[48/291] Compiling CoreDataPlus NSPersistentContainer+CoreDataPlus.swift
[49/291] Compiling CoreDataPlus Migrator.swift
[50/291] Compiling CoreDataPlus ModelCatalog.swift
[51/296] Compiling CoreDataPlus NSPropertyMapping+CoreDataPlus.swift
[52/296] Compiling CoreDataPlus NSEntityMapping+CoreDataPlus.swift
[53/296] Compiling CoreDataPlus NSManagedObject+CoreDataPlus.swift
[54/296] Compiling CoreDataPlus NSAttributeDescription+CoreDataPlus.swift
[55/296] Compiling CoreDataPlus NSEntityDescription+CoreDataPlus.swift
[56/301] Emitting module XMLCoder
[57/301] Compiling ArgumentParser Platform.swift
[58/301] Compiling ArgumentParser SequenceExtensions.swift
[59/301] Compiling ArgumentParser StringExtensions.swift
[60/301] Compiling ArgumentParser SwiftExtensions.swift
[61/301] Compiling SwiftSyntax SyntaxExprNodes.swift
[62/301] Compiling ArgumentParser CommandConfiguration.swift
[63/301] Compiling ArgumentParser CommandGroup.swift
[64/301] Compiling ArgumentParser EnumerableFlag.swift
[65/301] Compiling ArgumentParser ExpressibleByArgument.swift
[66/301] Compiling ArgumentParser ParsableArguments.swift
[67/306] Compiling CoreDataPlus NSRelationshipDescription+CoreDataPlus.swift
[73/306] Compiling CoreDataPlus ModelVersion.swift
[74/306] Compiling CoreDataPlus Persistence.swift
[75/306] Compiling ArgumentParser CollectionExtensions.swift
[76/306] Compiling ArgumentParser Foundation.swift
[77/306] Emitting module ArgumentParser
[78/306] Emitting module SQLite
[79/309] Compiling ArgumentParser NameSpecification.swift
[80/309] Compiling ArgumentParser Option.swift
[81/309] Compiling ArgumentParser OptionGroup.swift
[82/309] Compiling SQLite Setter.swift
[83/309] Compiling SQLite WindowFunctions.swift
[84/309] Compiling Statement Segment.swift
[85/309] Compiling ArgumentParser InputOrigin.swift
[86/309] Compiling ArgumentParser Name.swift
[87/309] Compiling ArgumentParser Parsed.swift
[88/309] Compiling ArgumentParser ParsedValues.swift
[89/309] Compiling ArgumentParser CodingKeyValidator.swift
[90/309] Compiling ArgumentParser NonsenseFlagsValidator.swift
[91/309] Compiling ArgumentParser ParsableArgumentsValidation.swift
[92/309] Compiling ArgumentParser PositionalArgumentsValidator.swift
[93/309] Compiling ArgumentParser UniqueNamesValidator.swift
[94/309] Emitting module TranslationCatalog
[95/309] Compiling TranslationCatalog Locale.Region+TranslationCatalog.swift
[96/309] Compiling TranslationCatalog CatalogUpdate.swift
[97/309] Compiling TranslationCatalog UUID+TranslationCatalog.swift
[98/309] Compiling TranslationCatalog Project.swift
[99/309] Compiling TranslationCatalog Locale.LanguageCode+TranslationCatalog.swift
[100/309] Compiling TranslationCatalog Translation.swift
[101/309] Compiling TranslationCatalog Expression.swift
[102/309] Compiling CoreDataPlus CatalogContainer.swift
[103/309] Compiling CoreDataPlus CoreDataPlusError.swift
[104/309] Compiling CoreDataPlus Bundle+Resources.swift
[105/309] Compiling CoreDataPlus Logger+CoreDataPlus.swift
[108/310] Compiling SQLite resource_bundle_accessor.swift
[113/310] Compiling CoreDataPlus NSPersistentStoreCoordinator+CoreDataPlus.swift
[115/310] Compiling ArgumentParser ParsableCommand.swift
[116/310] Compiling ArgumentParser ArgumentDecoder.swift
[143/310] Compiling ArgumentParser Mutex.swift
[144/310] Compiling ArgumentParser ArgumentDefinition.swift
[145/310] Compiling ArgumentParser ArgumentSet.swift
[152/310] Compiling Statement LogicalPredicate.swift
[201/310] Compiling TranslationCatalog TranslationState.swift
[218/341] Compiling StatementSQLite DeleteContext.swift
[219/341] Compiling StatementSQLite Field+SQLite.swift
[220/341] Compiling StatementSQLite FromContext.swift
[221/341] Compiling StatementSQLite HavingContext.swift
[222/341] Compiling StatementSQLite LimitContext.swift
[223/341] Compiling StatementSQLite SQLiteStatement.swift
[224/341] Compiling StatementSQLite Segment+SQLite.swift
[228/341] Compiling StatementSQLite OrderContext.swift
[229/341] Compiling StatementSQLite SelectContext.swift
[230/341] Compiling StatementSQLite SetContext.swift
[231/341] Compiling StatementSQLite UpdateContext.swift
[232/341] Compiling StatementSQLite ValuesContext.swift
[253/342] Compiling StatementSQLite InsertContext.swift
[254/342] Compiling StatementSQLite JoinContext.swift
[255/342] Compiling TranslationCatalogFilesystem JSONEncoder+TranslationCatalogFilesystem.swift
[256/343] Compiling TranslationCatalogFilesystem DirectoryCatalog.swift
[257/343] Compiling TranslationCatalogFilesystem ExpressionDocumentV1.swift
[260/343] Compiling StatementSQLite WhereContext.swift
[261/343] Emitting module StatementSQLite
[262/343] Compiling TranslationCatalogFilesystem TranslationDocumentV1.swift
[263/343] Compiling TranslationCatalogFilesystem Document.swift
[264/343] Compiling TranslationCatalogFilesystem TranslationDocument.swift
[265/343] Compiling TranslationCatalogFilesystem JSONDecoder+TranslationCatalogFilesystem.swift
[266/343] Compiling TranslationCatalogFilesystem ProjectDocument.swift
[267/343] Compiling TranslationCatalogFilesystem FileWrapperCatalog.swift
[268/356] Compiling TranslationCatalogFilesystem DocumentSchemaVersion.swift
[269/356] Compiling TranslationCatalogFilesystem ExpressionDocument.swift
[270/356] Compiling TranslationCatalogSQLite ExpressionEntity.swift
[271/356] Compiling TranslationCatalogSQLite ProjectEntity.swift
[272/356] Emitting module TranslationCatalogFilesystem
[273/356] Compiling TranslationCatalogSQLite ProjectExpressionEntity.swift
[274/356] Compiling TranslationCatalogSQLite TranslationEntity.swift
[275/356] Compiling LocaleSupport LocaleSupportConfiguration.swift
[276/357] Compiling LocaleSupport LocaleSupportError.swift
[277/357] Compiling LocaleSupport Locale.LanguageCode+LocaleSupport.swift
[278/357] Compiling LocaleSupport Locale+LocaleSupport.swift
[279/357] Compiling LocaleSupport Locale.Script+LocaleSupport.swift
[280/357] Emitting module LocaleSupport
[281/357] Compiling LocaleSupport LocalizedStringConvertible.swift
[282/357] Compiling LocaleSupport LocalizationKey.swift
[283/357] Compiling LocaleSupport LocalizationKeyStrategy.swift
[284/357] Emitting module CoreDataPlus
[301/359] Compiling TranslationCatalogSQLite SQLite+Query.swift
[302/359] Compiling TranslationCatalogSQLite SQLite+Schema.swift
[303/359] Compiling LocaleSupport Locale.Region+LocaleSupport.swift
[304/359] Compiling TranslationCatalogSQLite SQLiteStatement+ProjectExpression.swift
[305/359] Compiling TranslationCatalogSQLite SQLiteStatement+Project.swift
[306/359] Compiling TranslationCatalogSQLite SQLiteStatement+Translation.swift
[309/359] Compiling TranslationCatalogSQLite SQLiteCatalog+AssociatedTypes.swift
[310/359] Compiling TranslationCatalogSQLite SQLiteStatement+Expression.swift
[311/359] Emitting module TranslationCatalogSQLite
[316/359] Compiling TranslationCatalogSQLite SQLiteCatalog.swift
[317/360] Compiling TranslationCatalogFilesystem FilesystemContainer.swift
[318/360] Compiling CoreDataPlus ResourceSuffix.swift
[319/360] Compiling CoreDataPlus StoreURL.swift
[320/360] Compiling TranslationCatalogSQLite SQLiteStmt+Entities.swift
[321/367] Compiling TranslationCatalogCoreData resource_bundle_accessor.swift
[322/367] Compiling TranslationCatalogCoreData ManagedModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/ManagedModel.swift:13:24: warning: static property 'models' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     static var allVersions: [ManagedModel] { allCases }
13 |     private static var models: [ManagedModel: NSManagedObjectModel] = [:]
   |                        |- warning: static property 'models' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'models' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'models' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     private static var mappings: [ManagedModel: NSMappingModel] = [:]
15 |
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/ManagedModel.swift:14:24: warning: static property 'mappings' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     static var allVersions: [ManagedModel] { allCases }
13 |     private static var models: [ManagedModel: NSManagedObjectModel] = [:]
14 |     private static var mappings: [ManagedModel: NSMappingModel] = [:]
   |                        |- warning: static property 'mappings' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'mappings' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'mappings' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     var managedObjectModel: NSManagedObjectModel {
[323/367] Compiling TranslationCatalogCoreData TranslationEntity.swift
[324/367] Compiling TranslationCatalogCoreData ExpressionEntity.swift
[325/367] Compiling TranslationCatalogCoreData ProjectEntity.swift
[326/367] Emitting module SwiftSyntax
[327/367] Compiling TranslationCatalogCoreData CoreDataCatalog.swift
[328/367] Emitting module TranslationCatalogCoreData
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/ManagedModel.swift:13:24: warning: static property 'models' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     static var allVersions: [ManagedModel] { allCases }
13 |     private static var models: [ManagedModel: NSManagedObjectModel] = [:]
   |                        |- warning: static property 'models' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'models' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'models' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     private static var mappings: [ManagedModel: NSMappingModel] = [:]
15 |
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/ManagedModel.swift:14:24: warning: static property 'mappings' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     static var allVersions: [ManagedModel] { allCases }
13 |     private static var models: [ManagedModel: NSManagedObjectModel] = [:]
14 |     private static var mappings: [ManagedModel: NSMappingModel] = [:]
   |                        |- warning: static property 'mappings' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'mappings' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'mappings' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     var managedObjectModel: NSManagedObjectModel {
[329/367] Compiling LocaleSupport SwiftUI+LocaleSupport.swift
[365/419] Compiling SwiftDiagnostics Note.swift
[366/419] Compiling SwiftDiagnostics Message.swift
[367/419] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[368/419] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[369/419] Compiling SwiftBasicFormat Syntax+Extensions.swift
[370/419] Compiling SwiftDiagnostics FixIt.swift
[371/419] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[372/419] Compiling SwiftDiagnostics Diagnostic.swift
[373/419] Emitting module SwiftDiagnostics
[374/419] Compiling SwiftDiagnostics Convenience.swift
[375/419] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[376/419] Compiling SwiftBasicFormat BasicFormat.swift
[377/419] Emitting module SwiftBasicFormat
[378/419] Compiling SwiftParser Statements.swift
[379/419] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[380/419] Compiling SwiftParser StringLiterals.swift
[381/419] Compiling SwiftParser SwiftParserCompatibility.swift
[382/423] Compiling SwiftParser UnicodeScalarExtensions.swift
[383/423] Compiling SwiftParser Lookahead.swift
[384/423] Compiling SwiftParser LoopProgressCondition.swift
[385/423] Compiling SwiftParser Modifiers.swift
[386/423] Compiling SwiftParser Lexeme.swift
[387/423] Compiling SwiftParser LexemeSequence.swift
[388/423] Compiling SwiftParser Lexer.swift
[389/423] Compiling SwiftParser RegexLiteralLexer.swift
[390/423] Emitting module SwiftParser
[391/423] Compiling SwiftParser Names.swift
[392/423] Compiling SwiftParser Nominals.swift
[393/423] Compiling SwiftParser Parameters.swift
[394/423] Compiling SwiftParser ParseSourceFile.swift
[395/423] Compiling SwiftParser Parser.swift
[396/423] Compiling SwiftParser Patterns.swift
[397/423] Compiling SwiftParser Recovery.swift
[398/423] Compiling SwiftParser Specifiers.swift
[399/423] Compiling SwiftParser SyntaxUtils.swift
[400/423] Compiling SwiftParser TokenConsumer.swift
[401/423] Compiling SwiftParser TokenPrecedence.swift
[402/423] Compiling SwiftParser TokenSpec.swift
[403/423] Compiling SwiftParser TokenSpecSet.swift
[404/423] Compiling SwiftParser TopLevel.swift
[405/423] Compiling SwiftParser TriviaParser.swift
[406/423] Compiling SwiftParser Types.swift
[407/423] Compiling SwiftParser Directives.swift
[408/423] Compiling SwiftParser ExperimentalFeatures.swift
[409/423] Compiling SwiftParser Expressions.swift
[410/423] Compiling SwiftParser IncrementalParseTransition.swift
[411/423] Compiling SwiftParser Cursor.swift
[412/423] Compiling SwiftParser Attributes.swift
[413/423] Compiling SwiftParser Availability.swift
[414/423] Compiling SwiftParser CharacterInfo.swift
[415/423] Compiling SwiftParser CollectionNodes+Parsable.swift
[416/423] Compiling SwiftParser Declarations.swift
[417/423] Compiling SwiftParser IsLexerClassified.swift
[418/423] Compiling SwiftParser LayoutNodes+Parsable.swift
[419/423] Compiling SwiftParser Parser+TokenSpecSet.swift
[420/423] Compiling SwiftParser TokenSpecStaticMembers.swift
[421/436] Compiling SwiftParserDiagnostics Utils.swift
[422/437] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[423/437] Compiling SwiftParserDiagnostics PresenceUtils.swift
[424/437] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[425/437] Emitting module SwiftParserDiagnostics
[426/437] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[427/437] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[428/437] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[429/437] Compiling SwiftParserDiagnostics MissingNodesError.swift
[430/437] Compiling SwiftParserDiagnostics MissingTokenError.swift
[431/437] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[432/437] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[433/437] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[434/437] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[435/451] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[436/451] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[437/452] Compiling SwiftSyntaxBuilder Indenter.swift
[438/452] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[439/452] Emitting module SwiftSyntaxBuilder
[440/452] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[441/452] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[442/452] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[443/452] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[444/452] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[445/452] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[446/452] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[447/452] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[448/452] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[449/452] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[450/467] Compiling TranslationCatalogIO FileFormat.swift
[451/467] Compiling TranslationCatalogIO NodeID.swift
[452/468] Compiling TranslationCatalogIO MarkdownTable.swift
[453/468] Compiling TranslationCatalogIO KeyHierarchy.swift
[454/468] Compiling TranslationCatalogIO NodePath.swift
[455/468] Compiling TranslationCatalogIO Resource.swift
[456/468] Compiling TranslationCatalogIO StringsXml.swift
[457/468] Compiling TranslationCatalogIO KeyHierarchy+Syntax.swift
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogIO/KeyHierarchy+Syntax.swift:47:16: warning: static property 'localeSupport' is not concurrency-safe because non-'Sendable' type 'ImportDeclSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 45 |
 46 | extension ImportDeclSyntax {
 47 |     static let localeSupport: ImportDeclSyntax = ImportDeclSyntax(
    |                `- warning: static property 'localeSupport' is not concurrency-safe because non-'Sendable' type 'ImportDeclSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 48 |         path: ImportPathComponentListSyntax {
 49 |             ImportPathComponentSyntax(name: TokenSyntax("LocaleSupport"))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift:3272:15: note: struct 'ImportDeclSyntax' does not conform to the 'Sendable' protocol
3270 | ///  - `importKindSpecifier`: (`'typealias'` | `'struct'` | `'class'` | `'enum'` | `'protocol'` | `'var'` | `'let'` | `'func'` | `'inout'`)?
3271 | ///  - `path`: ``ImportPathComponentListSyntax``
3272 | public struct ImportDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ImportDeclSyntax' does not conform to the 'Sendable' protocol
3273 |   public let _syntaxNode: Syntax
3274 |
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogIO/KeyHierarchy+Syntax.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  2 | import LocaleSupport
  3 | import SwiftBasicFormat
  4 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  5 | import SwiftSyntaxBuilder
  6 | import TranslationCatalog
    :
 45 |
 46 | extension ImportDeclSyntax {
 47 |     static let localeSupport: ImportDeclSyntax = ImportDeclSyntax(
    |                |- note: add '@MainActor' to make static property 'localeSupport' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |         path: ImportPathComponentListSyntax {
 49 |             ImportPathComponentSyntax(name: TokenSyntax("LocaleSupport"))
[458/468] Compiling TranslationCatalogIO Expression+IO.swift
[459/468] Compiling TranslationCatalogIO String+IO.swift
[460/468] Compiling TranslationCatalogIO ExpressionDecoder.swift
[461/468] Compiling TranslationCatalogIO ExpressionEncoder.swift
[462/468] Emitting module TranslationCatalogIO
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogIO/KeyHierarchy+Syntax.swift:47:16: warning: static property 'localeSupport' is not concurrency-safe because non-'Sendable' type 'ImportDeclSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 45 |
 46 | extension ImportDeclSyntax {
 47 |     static let localeSupport: ImportDeclSyntax = ImportDeclSyntax(
    |                `- warning: static property 'localeSupport' is not concurrency-safe because non-'Sendable' type 'ImportDeclSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 48 |         path: ImportPathComponentListSyntax {
 49 |             ImportPathComponentSyntax(name: TokenSyntax("LocaleSupport"))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift:3272:15: note: struct 'ImportDeclSyntax' does not conform to the 'Sendable' protocol
3270 | ///  - `importKindSpecifier`: (`'typealias'` | `'struct'` | `'class'` | `'enum'` | `'protocol'` | `'var'` | `'let'` | `'func'` | `'inout'`)?
3271 | ///  - `path`: ``ImportPathComponentListSyntax``
3272 | public struct ImportDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ImportDeclSyntax' does not conform to the 'Sendable' protocol
3273 |   public let _syntaxNode: Syntax
3274 |
/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogIO/KeyHierarchy+Syntax.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  2 | import LocaleSupport
  3 | import SwiftBasicFormat
  4 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
  5 | import SwiftSyntaxBuilder
  6 | import TranslationCatalog
    :
 45 |
 46 | extension ImportDeclSyntax {
 47 |     static let localeSupport: ImportDeclSyntax = ImportDeclSyntax(
    |                |- note: add '@MainActor' to make static property 'localeSupport' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |         path: ImportPathComponentListSyntax {
 49 |             ImportPathComponentSyntax(name: TokenSyntax("LocaleSupport"))
[463/468] Compiling TranslationCatalogIO ExpressionImporter.swift
[464/468] Compiling TranslationCatalogIO Dictionary+AppleStrings.swift
[465/468] Compiling TranslationCatalogIO RenderFormat.swift
[466/487] Compiling localizer RenderFormat+localizer.swift
[467/487] Compiling localizer Preview.swift
[468/487] Compiling localizer FileManager+localizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Extensions/Locale+localizer.swift:4:16: warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | extension Locale.LanguageCode {
 4 |     static var localizerDefault: Self = .english
   |                |- warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'localizerDefault' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'localizerDefault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | }
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Extensions/Locale+localizer.swift:8:16: warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension Locale.Region {
 8 |     static var localizerDefault: Self = .unitedStates
   |                |- warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'localizerDefault' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'localizerDefault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | }
10 |
[469/487] Compiling localizer Locale+localizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Extensions/Locale+localizer.swift:4:16: warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | extension Locale.LanguageCode {
 4 |     static var localizerDefault: Self = .english
   |                |- warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'localizerDefault' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'localizerDefault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | }
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Extensions/Locale+localizer.swift:8:16: warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension Locale.Region {
 8 |     static var localizerDefault: Self = .unitedStates
   |                |- warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'localizerDefault' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'localizerDefault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | }
10 |
[470/487] Compiling localizer Configure+Set.swift
[471/487] Compiling localizer Configure.swift
[472/488] Compiling localizer localizer.swift
[473/488] Compiling localizer Arguments.swift
[474/488] Compiling localizer FileFormat+localizer.swift
[475/488] Compiling localizer Configuration.swift
[476/488] Compiling localizer Configure+Get.swift
[477/488] Compiling localizer Catalog+Query.swift
[478/488] Compiling localizer Catalog+Syntax.swift
[479/488] Emitting module localizer
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Catalog.swift:17:20: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |         case sqlite
16 |
17 |         static var `default`: Storage = .sqlite
   |                    |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Extensions/Locale+localizer.swift:4:16: warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | extension Locale.LanguageCode {
 4 |     static var localizerDefault: Self = .english
   |                |- warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'localizerDefault' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'localizerDefault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | }
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Extensions/Locale+localizer.swift:8:16: warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension Locale.Region {
 8 |     static var localizerDefault: Self = .unitedStates
   |                |- warning: static property 'localizerDefault' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'localizerDefault' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'localizerDefault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | }
10 |
[480/488] Compiling localizer Catalog+Update.swift
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Catalog.swift:17:20: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |         case sqlite
16 |
17 |         static var `default`: Storage = .sqlite
   |                    |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     }
19 |
[481/488] Compiling localizer Catalog.swift
/Users/admin/builder/spi-builder-workspace/Sources/localizer/Catalog.swift:17:20: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |         case sqlite
16 |
17 |         static var `default`: Storage = .sqlite
   |                    |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     }
19 |
[482/488] Compiling localizer Catalog+Import.swift
[483/488] Compiling localizer Catalog+Insert.swift
[484/488] Compiling localizer Catalog+Delete.swift
[485/488] Compiling localizer Catalog+Export.swift
[485/488] Write Objects.LinkFileList
[486/488] Linking localizer
[487/488] Applying localizer
Build complete! (62.91s)
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/richardpiazza/CoreDataPlus.git
Fetching https://github.com/richardpiazza/LocaleSupport.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/richardpiazza/Statement.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/257] Fetching coredataplus
[50/1052] Fetching coredataplus, localesupport
[316/1812] Fetching coredataplus, localesupport, statement
[491/11904] Fetching coredataplus, localesupport, statement, xmlcoder
[2116/23032] Fetching coredataplus, localesupport, statement, xmlcoder, sqlite.swift
[18582/98013] Fetching coredataplus, localesupport, statement, xmlcoder, sqlite.swift, swift-syntax
Fetched https://github.com/richardpiazza/Statement.git from cache (1.55s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.55s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.59s)
[20142/86125] Fetching coredataplus, localesupport, xmlcoder, swift-syntax
Fetched https://github.com/richardpiazza/LocaleSupport.git from cache (3.42s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.42s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (3.43s)
Fetched https://github.com/richardpiazza/CoreDataPlus.git from cache (3.43s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (3.97s)
Fetching https://github.com/sqlcipher/SQLCipher.swift
Fetching https://github.com/stephencelis/CSQLite
[1/200] Fetching csqlite
[141/323] Fetching csqlite, sqlcipher.swift
Fetched https://github.com/sqlcipher/SQLCipher.swift from cache (1.31s)
Fetched https://github.com/stephencelis/CSQLite from cache (1.31s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.1 (4.62s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.50s)
Computing version for https://github.com/richardpiazza/CoreDataPlus.git
Computed https://github.com/richardpiazza/CoreDataPlus.git at 0.5.0 (0.45s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.78s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (2.29s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (0.49s)
Computing version for https://github.com/richardpiazza/LocaleSupport.git
Computed https://github.com/richardpiazza/LocaleSupport.git at 0.8.2 (0.46s)
Computing version for https://github.com/sqlcipher/SQLCipher.swift
Computed https://github.com/sqlcipher/SQLCipher.swift at 4.14.0 (0.46s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.48s)
Creating working copy for https://github.com/richardpiazza/LocaleSupport.git
Working copy of https://github.com/richardpiazza/LocaleSupport.git resolved at 0.8.2
Creating working copy for https://github.com/richardpiazza/CoreDataPlus.git
Working copy of https://github.com/richardpiazza/CoreDataPlus.git resolved at 0.5.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.1
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.16.0
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 3.50.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/sqlcipher/SQLCipher.swift
Working copy of https://github.com/sqlcipher/SQLCipher.swift resolved at 4.14.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Downloading binary artifact https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.14.0/SQLCipher.xcframework.zip
[16375/49594657] Downloading https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.14.0/SQLCipher.xcframework.zip
Downloaded https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.14.0/SQLCipher.xcframework.zip (2.76s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "localesupport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/LocaleSupport.git"
    },
    {
      "identity" : "statement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Statement.git"
    },
    {
      "identity" : "coredataplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/CoreDataPlus.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "TranslationCatalog",
  "name" : "TranslationCatalog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TranslationCatalog",
      "targets" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogSQLite",
        "TranslationCatalogFilesystem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "localizer",
      "targets" : [
        "localizer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "localizer",
      "module_type" : "SwiftTarget",
      "name" : "localizer",
      "path" : "Sources/localizer",
      "product_dependencies" : [
        "ArgumentParser",
        "LocaleSupport"
      ],
      "product_memberships" : [
        "localizer"
      ],
      "sources" : [
        "Catalog+Delete.swift",
        "Catalog+Export.swift",
        "Catalog+Import.swift",
        "Catalog+Insert.swift",
        "Catalog+Query.swift",
        "Catalog+Syntax.swift",
        "Catalog+Update.swift",
        "Catalog.swift",
        "Configuration.swift",
        "Configure+Get.swift",
        "Configure+Set.swift",
        "Configure.swift",
        "Extensions/Arguments.swift",
        "Extensions/FileFormat+localizer.swift",
        "Extensions/FileManager+localizer.swift",
        "Extensions/Locale+localizer.swift",
        "Extensions/RenderFormat+localizer.swift",
        "Preview.swift",
        "localizer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogSQLite",
        "TranslationCatalogFilesystem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TranslationCatalogTests",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogTests",
      "path" : "Tests/TranslationCatalogTests",
      "sources" : [
        "CatalogDeleteTests.swift",
        "CatalogInsertTests.swift",
        "CatalogQueryTests.swift",
        "CatalogUpdateTests.swift",
        "DeepKeyHierarchyTests.swift",
        "DocumentEncodingTests.swift",
        "ExpressionEncoderTests.swift",
        "Extensions/Catalog+QueryAssertions.swift",
        "Extensions/Expression+TranslationCatalogTests.swift",
        "Extensions/Project+TranslationCatalogTests.swift",
        "Extensions/Translation+TranslationCatalogTests.swift",
        "Extensions/UUID+TranslationCatalogTests.swift",
        "NodeSortTests.swift",
        "ShallowKeyHierarchyTests.swift",
        "StringReplacementTests.swift",
        "TestContainer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogFilesystem",
        "TranslationCatalogSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TranslationCatalogSQLite",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogSQLite",
      "path" : "Sources/TranslationCatalogSQLite",
      "product_dependencies" : [
        "Statement",
        "StatementSQLite",
        "SQLite"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Entities/ExpressionEntity.swift",
        "Entities/ProjectEntity.swift",
        "Entities/ProjectExpressionEntity.swift",
        "Entities/TranslationEntity.swift",
        "SQLite+Query.swift",
        "SQLite+Schema.swift",
        "SQLiteCatalog+AssociatedTypes.swift",
        "SQLiteCatalog.swift",
        "SQLiteStatement+Expression.swift",
        "SQLiteStatement+Project.swift",
        "SQLiteStatement+ProjectExpression.swift",
        "SQLiteStatement+Translation.swift",
        "SQLiteStmt+Entities.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogIO",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogIO",
      "path" : "Sources/TranslationCatalogIO",
      "product_dependencies" : [
        "XMLCoder",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "LocaleSupport"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "ExpressionDecoder.swift",
        "ExpressionEncoder.swift",
        "ExpressionImporter.swift",
        "Extensions/Dictionary+AppleStrings.swift",
        "Extensions/Expression+IO.swift",
        "Extensions/String+IO.swift",
        "FileFormat.swift",
        "Internal/NodeID.swift",
        "Internal/NodePath.swift",
        "Internal/Resource.swift",
        "Internal/StringsXml.swift",
        "KeyHierarchy+Syntax.swift",
        "KeyHierarchy.swift",
        "MarkdownTable.swift",
        "RenderFormat.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogFilesystem",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogFilesystem",
      "path" : "Sources/TranslationCatalogFilesystem",
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "DirectoryCatalog.swift",
        "Documents/Deprecated/ExpressionDocumentV1.swift",
        "Documents/Deprecated/TranslationDocumentV1.swift",
        "Documents/Document.swift",
        "Documents/DocumentSchemaVersion.swift",
        "Documents/ExpressionDocument.swift",
        "Documents/ProjectDocument.swift",
        "Documents/TranslationDocument.swift",
        "Extensions/JSONDecoder+TranslationCatalogFilesystem.swift",
        "Extensions/JSONEncoder+TranslationCatalogFilesystem.swift",
        "FileWrapperCatalog.swift",
        "FilesystemContainer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogCoreData",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogCoreData",
      "path" : "Sources/TranslationCatalogCoreData",
      "product_dependencies" : [
        "CoreDataPlus"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/PrecompiledResources",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_1.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_2.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_3.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/Model_1_to_2.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/Model_2_to_3.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataCatalog.swift",
        "Entities/ExpressionEntity.swift",
        "Entities/ProjectEntity.swift",
        "Entities/TranslationEntity.swift",
        "ManagedModel.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalog",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalog",
      "path" : "Sources/TranslationCatalog",
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Catalog.swift",
        "CatalogError.swift",
        "CatalogQuery.swift",
        "CatalogSchema.swift",
        "CatalogUpdate.swift",
        "Expression.swift",
        "Extensions/Locale.LanguageCode+TranslationCatalog.swift",
        "Extensions/Locale.Region+TranslationCatalog.swift",
        "Extensions/UUID+TranslationCatalog.swift",
        "Project.swift",
        "Translation.swift",
        "TranslationState.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LocalizerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocalizerTests",
      "path" : "Tests/LocalizerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/File.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Import1.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Import2.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Localizable.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/Strings.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data_v2.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data_v3.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_v4.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_v5.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity_v4.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity_v5.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/LocalizerTests/StructuredResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DeleteTests.swift",
        "ExportTests.swift",
        "HelpTests.swift",
        "ImportTests.swift",
        "Models/LocalizerProcess.swift",
        "Models/TestResource.swift",
        "PreviewTests.swift",
        "SyntaxTests.swift"
      ],
      "target_dependencies" : [
        "localizer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.