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 Localization, reference main (65150a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:45:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/Localization.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling Localization Localization.swift
[4/9] Compiling Localization String+Localization.swift
[5/9] Emitting module Localization
[5/9] Write Objects.LinkFileList
[7/9] Archiving libLocalization.a
[8/9] Linking libLocalizationShared.dylib
Build complete! (3.66s)
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.