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 TriforkSwiftDependencyInjection, reference 1.0.1 (96dc0c), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:05:14 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/trifork/TriforkSwiftDependencyInjection.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trifork/TriforkSwiftDependencyInjection
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 96dc0c4 Added registerAsSingleton method.
Cloned https://github.com/trifork/TriforkSwiftDependencyInjection.git
Revision (git rev-parse @):
96dc0c48b18b7c4876e33449e869c203a32f68ae
SUCCESS checkout https://github.com/trifork/TriforkSwiftDependencyInjection.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/trifork/TriforkSwiftDependencyInjection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Emitting module TriforkSwiftDependencyInjection
[4/5] Compiling TriforkSwiftDependencyInjection InjectPropertyWrapper.swift
[5/5] Compiling TriforkSwiftDependencyInjection Resolver.swift
Build complete! (3.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TriforkSwiftDependencyInjection",
  "name" : "TriforkSwiftDependencyInjection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TriforkSwiftDependencyInjection",
      "targets" : [
        "TriforkSwiftDependencyInjection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TriforkSwiftDependencyInjectionTests",
      "module_type" : "SwiftTarget",
      "name" : "TriforkSwiftDependencyInjectionTests",
      "path" : "Tests/TriforkSwiftDependencyInjectionTests",
      "sources" : [
        "TestModels/Models.swift",
        "TriforkSwiftDependencyInjectionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TriforkSwiftDependencyInjection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TriforkSwiftDependencyInjection",
      "module_type" : "SwiftTarget",
      "name" : "TriforkSwiftDependencyInjection",
      "path" : "Sources/TriforkSwiftDependencyInjection",
      "product_memberships" : [
        "TriforkSwiftDependencyInjection"
      ],
      "sources" : [
        "InjectPropertyWrapper.swift",
        "Resolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.