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 StringsCatalogKit, reference main (fe762e), with Swift 6.0 for macOS (SPM) on 7 Dec 2024 05:26:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cenkbilgen/StringsCatalogKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cenkbilgen/StringsCatalogKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fe762ef Update README.md
Cloned https://github.com/cenkbilgen/StringsCatalogKit.git
Revision (git rev-parse @):
fe762ef6f9886e4850ee91639e079c48f6c902c7
SUCCESS checkout https://github.com/cenkbilgen/StringsCatalogKit.git at main
Fetching https://github.com/apple/swift-argument-parser.git
[1/12396] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.52s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
========================================
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",
  "dependencies": [
    {
      "identity": "stringscatalogkit",
      "name": "StringsCatalogKit",
      "url": "https://github.com/cenkbilgen/StringsCatalogKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StringsCatalogKit",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/cenkbilgen/StringsCatalogKit.git
[1/59] Fetching stringscatalogkit
Fetched https://github.com/cenkbilgen/StringsCatalogKit.git from cache (0.70s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.55s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.03s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/cenkbilgen/StringsCatalogKit.git
Working copy of https://github.com/cenkbilgen/StringsCatalogKit.git resolved at main (fe762ef)
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/cenkbilgen/StringsCatalogKit.git
https://github.com/cenkbilgen/StringsCatalogKit.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "StringsCatalogKit",
  "name" : "StringsCatalogKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "StringsCatalogKit",
      "targets" : [
        "StringsCatalogKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "strings_catalog_tool",
      "targets" : [
        "strings_catalog_tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "strings_catalog_tool",
      "module_type" : "SwiftTarget",
      "name" : "strings_catalog_tool",
      "path" : "Sources/Tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "strings_catalog_tool"
      ],
      "sources" : [
        "ToolCommand.swift"
      ],
      "target_dependencies" : [
        "StringsCatalogKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StringsCatalogKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StringsCatalogKitTests",
      "path" : "Tests/StringsCatalogKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StringsCatalogKitTests/TestData/LocalizableBase.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "StringsCatalogKitTests.swift"
      ],
      "target_dependencies" : [
        "StringsCatalogKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringsCatalogKit",
      "module_type" : "SwiftTarget",
      "name" : "StringsCatalogKit",
      "path" : "Sources/StringsCatalogKit",
      "product_memberships" : [
        "StringsCatalogKit",
        "strings_catalog_tool"
      ],
      "sources" : [
        "StringsCatalog.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[4/10] Write strings_catalog_tool-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version--7754E27361AE5C74.txt
[8/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/14] Emitting module ArgumentParserToolInfo
[10/53] Compiling StringsCatalogKit StringsCatalog.swift
[11/53] Emitting module StringsCatalogKit
[12/53] Emitting module ArgumentParser
[13/57] Compiling ArgumentParser CommandConfiguration.swift
[14/57] Compiling ArgumentParser CommandGroup.swift
[15/57] Compiling ArgumentParser EnumerableFlag.swift
[16/57] Compiling ArgumentParser ExpressibleByArgument.swift
[17/57] Compiling ArgumentParser ParserError.swift
[18/57] Compiling ArgumentParser SplitArguments.swift
[19/57] Compiling ArgumentParser DumpHelpGenerator.swift
[20/57] Compiling ArgumentParser HelpCommand.swift
[21/57] Compiling ArgumentParser ParsableArguments.swift
[22/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
[23/57] Compiling ArgumentParser ParsableCommand.swift
[24/57] Compiling ArgumentParser ArgumentDecoder.swift
[25/57] Compiling ArgumentParser ArgumentHelp.swift
[26/57] Compiling ArgumentParser ArgumentVisibility.swift
[27/57] Compiling ArgumentParser CompletionKind.swift
[28/57] Compiling ArgumentParser Errors.swift
[29/57] Compiling ArgumentParser Flag.swift
[30/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/57] Compiling ArgumentParser CompletionsGenerator.swift
[32/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/57] Compiling ArgumentParser Argument.swift
[35/57] Compiling ArgumentParser HelpGenerator.swift
[36/57] Compiling ArgumentParser MessageInfo.swift
[37/57] Compiling ArgumentParser UsageGenerator.swift
[38/57] Compiling ArgumentParser CollectionExtensions.swift
[39/57] Compiling ArgumentParser NameSpecification.swift
[40/57] Compiling ArgumentParser Option.swift
[41/57] Compiling ArgumentParser OptionGroup.swift
[42/57] Compiling ArgumentParser AsyncParsableCommand.swift
[43/57] Compiling ArgumentParser InputOrigin.swift
[44/57] Compiling ArgumentParser Name.swift
[45/57] Compiling ArgumentParser Parsed.swift
[46/57] Compiling ArgumentParser ParsedValues.swift
[47/57] Compiling ArgumentParser ArgumentDefinition.swift
[48/57] Compiling ArgumentParser ArgumentSet.swift
[49/57] Compiling ArgumentParser CommandParser.swift
[50/57] Compiling ArgumentParser InputKey.swift
[51/57] Compiling ArgumentParser Platform.swift
[52/57] Compiling ArgumentParser SequenceExtensions.swift
[53/57] Compiling ArgumentParser StringExtensions.swift
[54/57] Compiling ArgumentParser Tree.swift
[55/59] Emitting module strings_catalog_tool
[56/59] Compiling strings_catalog_tool ToolCommand.swift
[56/59] Write Objects.LinkFileList
[57/59] Linking strings_catalog_tool
[58/59] Applying strings_catalog_tool
Build complete! (13.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "StringsCatalogKit",
  "name" : "StringsCatalogKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "StringsCatalogKit",
      "targets" : [
        "StringsCatalogKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "strings_catalog_tool",
      "targets" : [
        "strings_catalog_tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "strings_catalog_tool",
      "module_type" : "SwiftTarget",
      "name" : "strings_catalog_tool",
      "path" : "Sources/Tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "strings_catalog_tool"
      ],
      "sources" : [
        "ToolCommand.swift"
      ],
      "target_dependencies" : [
        "StringsCatalogKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StringsCatalogKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StringsCatalogKitTests",
      "path" : "Tests/StringsCatalogKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StringsCatalogKitTests/TestData/LocalizableBase.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "StringsCatalogKitTests.swift"
      ],
      "target_dependencies" : [
        "StringsCatalogKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringsCatalogKit",
      "module_type" : "SwiftTarget",
      "name" : "StringsCatalogKit",
      "path" : "Sources/StringsCatalogKit",
      "product_memberships" : [
        "StringsCatalogKit",
        "strings_catalog_tool"
      ],
      "sources" : [
        "StringsCatalog.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.