The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Localization, reference main (65150a), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 06:44:24 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/elegantchaos/Localization.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Localization
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65150a9 Added option to pass extra parameters into the count variation
Cloned https://github.com/elegantchaos/Localization.git
Revision (git rev-parse @):
65150a9efe7d37f79c9988ce432bed8cdd5b71cf
SUCCESS checkout https://github.com/elegantchaos/Localization.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": "localization",
      "name": "Localization",
      "url": "https://github.com/elegantchaos/Localization.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Localization",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Localization.git
[1/110] Fetching localization
Fetched https://github.com/elegantchaos/Localization.git from cache (0.59s)
Creating working copy for https://github.com/elegantchaos/Localization.git
Working copy of https://github.com/elegantchaos/Localization.git resolved at main (65150a9)
warning: '.resolve-product-dependencies': dependency 'localization' 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/elegantchaos/Localization.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version--6988338F2F200930.txt
[3/9] Compiling Localization String+Localization.swift
[4/9] Compiling Localization Localization.swift
[5/9] Emitting module Localization
[5/9] Write Objects.LinkFileList
[7/9] Archiving libLocalization.a
[8/9] Linking libLocalizationShared.dylib
Build complete! (4.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Localization",
  "name" : "Localization",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Localization",
      "targets" : [
        "Localization"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "LocalizationShared",
      "targets" : [
        "Localization"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocalizationTests",
      "module_type" : "SwiftTarget",
      "name" : "LocalizationTests",
      "path" : "Tests/LocalizationTests",
      "sources" : [
        "LocalizationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Localization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Localization",
      "module_type" : "SwiftTarget",
      "name" : "Localization",
      "path" : "Sources/Localization",
      "product_memberships" : [
        "Localization",
        "LocalizationShared"
      ],
      "sources" : [
        "Localization.swift",
        "String+Localization.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.