The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StringCatalogKit, reference main (14060c), with Swift 6.1 for Android on 1 Mar 2026 01:58:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/StringCatalogkit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/atacan/StringCatalogkit.git
https://github.com/atacan/StringCatalogkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StringCatalogKit",
  "name" : "StringCatalogKit",
  "path" : "/host/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" : "/host/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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling StringCatalog StringVariations.swift
[6/15] Compiling StringCatalog StringVariation.swift
[7/16] Compiling StringCatalog StringUnit.swift
[8/16] Compiling StringCatalog StringLocalization.swift
[9/16] Compiling StringCatalog StringSubstitution.swift
[10/16] Compiling StringCatalog StringExtractionState.swift
[11/16] Compiling StringCatalog StringLanguage.swift
[12/16] Compiling StringCatalog StringUnitState.swift
[13/16] Emitting module StringCatalog
[14/16] Compiling StringCatalog StringCatalog.swift
[15/16] Compiling StringCatalog StringEntry.swift
[16/16] Compiling StringCatalog DictionaryWrapper.swift
[18/21] Compiling CatalogTranslation Types.swift
[19/21] Compiling CatalogTranslation CatalogFileTranslationService.swift
[20/21] Emitting module CatalogTranslation
[21/21] Compiling CatalogTranslation CatalogTranslationEngine.swift
[23/24] Compiling CatalogTranslationLLM LLMTranslator.swift
[24/24] Emitting module CatalogTranslationLLM
Build complete! (22.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StringCatalogKit",
  "name" : "StringCatalogKit",
  "path" : "/host/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" : "/host/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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.