The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StringCatalogKit, reference main (14060c), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 21:02:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/StringCatalogkit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atacan/StringCatalogkit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 14060c0 Add Swift version and platform badges to README
Cloned https://github.com/atacan/StringCatalogkit.git
Revision (git rev-parse @):
14060c061a0a988b08614a842e1611c3972c4b09
SUCCESS checkout https://github.com/atacan/StringCatalogkit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "stringcatalogkit",
      "name": "StringCatalogKit",
      "url": "https://github.com/atacan/StringCatalogkit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StringCatalogkit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/atacan/StringCatalogkit.git
[1/353] Fetching stringcatalogkit
Fetched https://github.com/atacan/StringCatalogkit.git from cache (0.74s)
Creating working copy for https://github.com/atacan/StringCatalogkit.git
Working copy of https://github.com/atacan/StringCatalogkit.git resolved at main (14060c0)
warning: '.resolve-product-dependencies': dependency 'stringcatalogkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/atacan/StringCatalogkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/15] Compiling StringCatalog StringCatalog.swift
[6/15] Compiling StringCatalog StringEntry.swift
[7/15] Compiling StringCatalog StringUnitState.swift
[8/15] Compiling StringCatalog StringLanguage.swift
[9/15] Compiling StringCatalog StringExtractionState.swift
[10/15] Compiling StringCatalog StringLocalization.swift
[11/15] Emitting module StringCatalog
[12/15] Compiling StringCatalog StringVariations.swift
[13/15] Compiling StringCatalog StringUnit.swift
[14/15] Compiling StringCatalog StringSubstitution.swift
[15/15] Compiling StringCatalog StringVariation.swift
[16/16] Compiling StringCatalog DictionaryWrapper.swift
[17/20] Compiling CatalogTranslation CatalogFileTranslationService.swift
[18/20] Compiling CatalogTranslation Types.swift
[19/20] Compiling CatalogTranslation CatalogTranslationEngine.swift
[20/20] Emitting module CatalogTranslation
[21/22] Compiling CatalogTranslationLLM LLMTranslator.swift
[22/22] Emitting module CatalogTranslationLLM
Build complete! (7.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StringCatalogKit",
  "name" : "StringCatalogKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "StringCatalog",
      "targets" : [
        "StringCatalog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CatalogTranslation",
      "targets" : [
        "CatalogTranslation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CatalogTranslationLLM",
      "targets" : [
        "CatalogTranslationLLM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StringCatalogTests",
      "module_type" : "SwiftTarget",
      "name" : "StringCatalogTests",
      "path" : "Tests/StringCatalogTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StringCatalogTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StringCatalogCodableTests.swift"
      ],
      "target_dependencies" : [
        "StringCatalog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringCatalog",
      "module_type" : "SwiftTarget",
      "name" : "StringCatalog",
      "path" : "Sources/StringCatalog",
      "product_memberships" : [
        "StringCatalog",
        "CatalogTranslation",
        "CatalogTranslationLLM"
      ],
      "sources" : [
        "StringCatalog.swift",
        "Types/StringEntry.swift",
        "Types/StringExtractionState.swift",
        "Types/StringLanguage.swift",
        "Types/StringLocalization.swift",
        "Types/StringSubstitution.swift",
        "Types/StringUnit.swift",
        "Types/StringUnitState.swift",
        "Types/StringVariation.swift",
        "Types/StringVariations.swift",
        "Utilities/DictionaryWrapper.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CatalogTranslationTests",
      "module_type" : "SwiftTarget",
      "name" : "CatalogTranslationTests",
      "path" : "Tests/CatalogTranslationTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CatalogTranslationTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CatalogTranslationEngineTests.swift"
      ],
      "target_dependencies" : [
        "CatalogTranslation",
        "StringCatalog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CatalogTranslationLLM",
      "module_type" : "SwiftTarget",
      "name" : "CatalogTranslationLLM",
      "path" : "Sources/CatalogTranslationLLM",
      "product_memberships" : [
        "CatalogTranslationLLM"
      ],
      "sources" : [
        "LLMTranslator.swift"
      ],
      "target_dependencies" : [
        "CatalogTranslation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CatalogTranslation",
      "module_type" : "SwiftTarget",
      "name" : "CatalogTranslation",
      "path" : "Sources/CatalogTranslation",
      "product_memberships" : [
        "CatalogTranslation",
        "CatalogTranslationLLM"
      ],
      "sources" : [
        "CatalogFileTranslationService.swift",
        "CatalogTranslationEngine.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "StringCatalog"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.