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 localized-strings-symbols, reference main (1a2c0a), with Swift 5.10 for macOS (SPM) on 11 Apr 2025 13:21:33 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iKenndac/localized-strings-symbols.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iKenndac/localized-strings-symbols
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1a2c0aa Support format specifiers interleaved in the key
Cloned https://github.com/iKenndac/localized-strings-symbols.git
Revision (git rev-parse @):
1a2c0aa0a0eb2a333491796e2393a13544ad2db5
SUCCESS checkout https://github.com/iKenndac/localized-strings-symbols.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/iKenndac/localized-strings-symbols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Generate Strings File Symbols
Building for debugging...
[1/7] Write sources
[2/7] Write generate-symbols-tool-entitlement.plist
[3/7] Write swift-version-33747A42983211AE.txt
[5/10] Compiling generate_symbols_tool SymbolBuilders.swift
[6/10] Emitting module generate_symbols_tool
[7/10] Compiling generate_symbols_tool main.swift
[7/10] Write Objects.LinkFileList
[8/10] Linking generate-symbols-tool
[9/10] Applying generate-symbols-tool
Build complete! (6.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "localized-strings-symbols",
  "name" : "localized-strings-symbols",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Generate Strings File Symbols",
      "targets" : [
        "Generate Strings File Symbols"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "generate-symbols-tool",
      "targets" : [
        "generate-symbols-tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "generate_symbols_tool",
      "module_type" : "SwiftTarget",
      "name" : "generate-symbols-tool",
      "path" : "Sources/generate-symbols-tool",
      "product_memberships" : [
        "Generate Strings File Symbols",
        "generate-symbols-tool"
      ],
      "sources" : [
        "SymbolBuilders.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Generate_Strings_File_Symbols",
      "module_type" : "PluginTarget",
      "name" : "Generate Strings File Symbols",
      "path" : "Plugins/Generate Strings File Symbols",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Generate Strings File Symbols"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "generate-symbols-tool"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
Done.