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 main (248192), with Swift 5.10 for macOS (SPM) on 13 May 2025 02:36:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liamnichols/swift-localized-strings.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/liamnichols/swift-localized-strings
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/liamnichols/swift-localized-strings.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-33747A42983211AE.txt
[8/25] Emitting module StringCatalog
[9/26] Emitting module SwiftIdentifier
[10/26] Compiling SwiftIdentifier SwiftIdentifier+Extra.swift
[11/26] Compiling SwiftIdentifier SwiftIdentifier.swift
[12/26] Compiling StringCatalog StringLanguage.swift
[13/26] Compiling StringCatalog StringUnitState.swift
[14/26] Compiling StringCatalog StringSubstitution.swift
[15/26] Compiling StringCatalog StringEntry.swift
[16/26] Compiling StringResource Argument.swift
[17/26] Compiling StringResource PlaceholderType.swift
[18/26] Compiling StringResource StringSegment.swift
[19/26] Compiling StringResource Resource.swift
[20/26] Emitting module StringResource
[21/26] Compiling StringCatalog StringVariation.swift
[22/26] Compiling StringCatalog StringUnit.swift
[23/26] Compiling StringCatalog StringExtractionState.swift
[24/26] Compiling StringCatalog StringCatalog.swift
[25/26] Compiling StringCatalog StringLocalization.swift
[26/28] Compiling StringCatalog StringVariations.swift
[27/31] Emitting module StringValidator
[28/31] Compiling StringValidator ResourceValidator.swift
[29/31] Emitting module StringSource
[30/31] Compiling StringSource StringSourceError.swift
[31/31] Compiling StringSource StringSource.swift
[32/41] Compiling StringExtractor StringExtractor.swift
[33/41] Compiling StringExtractor StringExtractor+Util.swift
[34/41] Compiling StringExtractor StringExtractor+StringCatalog.swift
[35/41] Compiling StringExtractor StringExtractor+LegacyFormat.swift
[36/41] Compiling StringExtractor Resource+StringUnit.swift
[37/42] Compiling StringExtractor Resource+LegacyFormat.swift
[38/42] Compiling StringExtractor ExtractionIssue.swift
[39/42] Compiling StringExtractor ExtractionError.swift
[40/42] Compiling StringExtractor Resource+Extract.swift
[41/42] Emitting module StringExtractor
[42/42] Compiling StringExtractor StringParser.swift
Build complete! (14.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLocalizedStrings",
  "name" : "SwiftLocalizedStrings",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.