The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftLocalizedStrings, reference 1.0.0 (248192), with Swift 6.1 for Android on 31 May 2025 02:28:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liamnichols/swift-localized-strings.git
Reference: 1.0.0
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/liamnichols/swift-localized-strings
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 248192c Remove validate-spi-manifest check
Cloned https://github.com/liamnichols/swift-localized-strings.git
Revision (git rev-parse @):
248192c447a40ebdb428412140a8edbd96906a31
SUCCESS checkout https://github.com/liamnichols/swift-localized-strings.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/liamnichols/swift-localized-strings.git
https://github.com/liamnichols/swift-localized-strings.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLocalizedStrings",
  "name" : "SwiftLocalizedStrings",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "StringResource",
      "targets" : [
        "StringResource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringSource",
      "targets" : [
        "StringSource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringCatalog",
      "targets" : [
        "StringCatalog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftIdentifier",
      "targets" : [
        "SwiftIdentifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringExtractor",
      "targets" : [
        "StringExtractor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringValidator",
      "targets" : [
        "StringValidator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftIdentifier",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIdentifier",
      "path" : "Sources/SwiftIdentifier",
      "product_memberships" : [
        "SwiftIdentifier",
        "StringExtractor"
      ],
      "sources" : [
        "SwiftIdentifier+Extra.swift",
        "SwiftIdentifier.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringValidator",
      "module_type" : "SwiftTarget",
      "name" : "StringValidator",
      "path" : "Sources/StringValidator",
      "product_memberships" : [
        "StringValidator"
      ],
      "sources" : [
        "ResourceValidator.swift"
      ],
      "target_dependencies" : [
        "StringResource"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringSource",
      "module_type" : "SwiftTarget",
      "name" : "StringSource",
      "path" : "Sources/StringSource",
      "product_memberships" : [
        "StringSource",
        "StringExtractor"
      ],
      "sources" : [
        "StringSource.swift",
        "StringSourceError.swift"
      ],
      "target_dependencies" : [
        "StringCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringResource",
      "module_type" : "SwiftTarget",
      "name" : "StringResource",
      "path" : "Sources/StringResource",
      "product_memberships" : [
        "StringResource",
        "StringExtractor",
        "StringValidator"
      ],
      "sources" : [
        "Argument.swift",
        "PlaceholderType.swift",
        "Resource.swift",
        "StringSegment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringExtractor",
      "module_type" : "SwiftTarget",
      "name" : "StringExtractor",
      "path" : "Sources/StringExtractor",
      "product_memberships" : [
        "StringExtractor"
      ],
      "sources" : [
        "ExtractionError.swift",
        "ExtractionIssue.swift",
        "Resource+Extract.swift",
        "Resource+LegacyFormat.swift",
        "Resource+StringUnit.swift",
        "StringExtractor+LegacyFormat.swift",
        "StringExtractor+StringCatalog.swift",
        "StringExtractor+Util.swift",
        "StringExtractor.swift",
        "StringParser.swift"
      ],
      "target_dependencies" : [
        "StringCatalog",
        "StringResource",
        "StringSource",
        "SwiftIdentifier"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringCatalogTests",
      "module_type" : "SwiftTarget",
      "name" : "StringCatalogTests",
      "path" : "Tests/StringCatalogTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/StringCatalogTests/__Fixtures__",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StringCatalogTests.swift"
      ],
      "target_dependencies" : [
        "StringCatalog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringCatalog",
      "module_type" : "SwiftTarget",
      "name" : "StringCatalog",
      "path" : "Sources/StringCatalog",
      "product_memberships" : [
        "StringSource",
        "StringCatalog",
        "StringExtractor"
      ],
      "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/25] Compiling StringResource PlaceholderType.swift
[9/25] Compiling SwiftIdentifier SwiftIdentifier.swift
[10/25] Emitting module StringResource
[11/25] Compiling StringResource Argument.swift
[12/25] Compiling StringResource Resource.swift
[13/25] Compiling StringResource StringSegment.swift
[14/25] Compiling StringCatalog StringUnitState.swift
[15/25] Compiling StringCatalog StringVariation.swift
[17/27] Emitting module SwiftIdentifier
[18/27] Compiling SwiftIdentifier SwiftIdentifier+Extra.swift
[20/29] Compiling StringCatalog StringSubstitution.swift
[21/30] Compiling StringCatalog StringExtractionState.swift
[22/30] Compiling StringCatalog StringLanguage.swift
[23/30] Compiling StringCatalog StringCatalog.swift
[24/30] Compiling StringCatalog StringEntry.swift
[25/30] Emitting module StringCatalog
[26/30] Compiling StringCatalog StringUnit.swift
[27/30] Compiling StringCatalog StringLocalization.swift
[28/30] Compiling StringCatalog StringVariations.swift
[30/31] Compiling StringValidator ResourceValidator.swift
[31/31] Emitting module StringValidator
[33/35] Compiling StringSource StringSourceError.swift
[34/35] Compiling StringSource StringSource.swift
[35/35] Emitting module StringSource
[37/46] Compiling StringExtractor StringExtractor+Util.swift
[38/46] Compiling StringExtractor StringExtractor.swift
[39/47] Compiling StringExtractor Resource+StringUnit.swift
[40/47] Emitting module StringExtractor
[41/47] Compiling StringExtractor StringExtractor+LegacyFormat.swift
[42/47] Compiling StringExtractor StringExtractor+StringCatalog.swift
[43/47] Compiling StringExtractor ExtractionError.swift
[44/47] Compiling StringExtractor ExtractionIssue.swift
[45/47] Compiling StringExtractor Resource+Extract.swift
[46/47] Compiling StringExtractor Resource+LegacyFormat.swift
[47/47] Compiling StringExtractor StringParser.swift
Build complete! (30.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLocalizedStrings",
  "name" : "SwiftLocalizedStrings",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "StringResource",
      "targets" : [
        "StringResource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringSource",
      "targets" : [
        "StringSource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringCatalog",
      "targets" : [
        "StringCatalog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftIdentifier",
      "targets" : [
        "SwiftIdentifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringExtractor",
      "targets" : [
        "StringExtractor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringValidator",
      "targets" : [
        "StringValidator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftIdentifier",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIdentifier",
      "path" : "Sources/SwiftIdentifier",
      "product_memberships" : [
        "SwiftIdentifier",
        "StringExtractor"
      ],
      "sources" : [
        "SwiftIdentifier+Extra.swift",
        "SwiftIdentifier.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringValidator",
      "module_type" : "SwiftTarget",
      "name" : "StringValidator",
      "path" : "Sources/StringValidator",
      "product_memberships" : [
        "StringValidator"
      ],
      "sources" : [
        "ResourceValidator.swift"
      ],
      "target_dependencies" : [
        "StringResource"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringSource",
      "module_type" : "SwiftTarget",
      "name" : "StringSource",
      "path" : "Sources/StringSource",
      "product_memberships" : [
        "StringSource",
        "StringExtractor"
      ],
      "sources" : [
        "StringSource.swift",
        "StringSourceError.swift"
      ],
      "target_dependencies" : [
        "StringCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringResource",
      "module_type" : "SwiftTarget",
      "name" : "StringResource",
      "path" : "Sources/StringResource",
      "product_memberships" : [
        "StringResource",
        "StringExtractor",
        "StringValidator"
      ],
      "sources" : [
        "Argument.swift",
        "PlaceholderType.swift",
        "Resource.swift",
        "StringSegment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringExtractor",
      "module_type" : "SwiftTarget",
      "name" : "StringExtractor",
      "path" : "Sources/StringExtractor",
      "product_memberships" : [
        "StringExtractor"
      ],
      "sources" : [
        "ExtractionError.swift",
        "ExtractionIssue.swift",
        "Resource+Extract.swift",
        "Resource+LegacyFormat.swift",
        "Resource+StringUnit.swift",
        "StringExtractor+LegacyFormat.swift",
        "StringExtractor+StringCatalog.swift",
        "StringExtractor+Util.swift",
        "StringExtractor.swift",
        "StringParser.swift"
      ],
      "target_dependencies" : [
        "StringCatalog",
        "StringResource",
        "StringSource",
        "SwiftIdentifier"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringCatalogTests",
      "module_type" : "SwiftTarget",
      "name" : "StringCatalogTests",
      "path" : "Tests/StringCatalogTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/StringCatalogTests/__Fixtures__",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StringCatalogTests.swift"
      ],
      "target_dependencies" : [
        "StringCatalog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringCatalog",
      "module_type" : "SwiftTarget",
      "name" : "StringCatalog",
      "path" : "Sources/StringCatalog",
      "product_memberships" : [
        "StringSource",
        "StringCatalog",
        "StringExtractor"
      ],
      "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.