The Swift Package Index logo.Swift Package Index

Build Information

Successful build of InfomaniakDI, reference main (46250e), with Swift 6.2 for macOS (SPM) on 9 Apr 2026 09:04:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Infomaniak/swift-dependency-injection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Infomaniak/swift-dependency-injection
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46250e9 feat: Expose dynamic target (#16)
Cloned https://github.com/Infomaniak/swift-dependency-injection.git
Revision (git rev-parse @):
46250e9cccf918c2a03bcd6cff6b16cdc2adb9ee
SUCCESS checkout https://github.com/Infomaniak/swift-dependency-injection.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",
  "dependencies": [
    {
      "identity": "swift-dependency-injection",
      "name": "InfomaniakDI",
      "url": "https://github.com/Infomaniak/swift-dependency-injection.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-dependency-injection",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Infomaniak/swift-dependency-injection.git
[1/367] Fetching swift-dependency-injection
Fetched https://github.com/Infomaniak/swift-dependency-injection.git from cache (0.69s)
Creating working copy for https://github.com/Infomaniak/swift-dependency-injection.git
Working copy of https://github.com/Infomaniak/swift-dependency-injection.git resolved at main (46250e9)
warning: '.resolve-product-dependencies': dependency 'swift-dependency-injection' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Infomaniak/swift-dependency-injection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling InfomaniakDI Factory.swift
[4/9] Compiling InfomaniakDI LazyInjectService.swift
[5/9] Compiling InfomaniakDI InjectService.swift
[6/9] Compiling InfomaniakDI SimpleResolver.swift
[7/9] Emitting module InfomaniakDI
[7/9] Write Objects.LinkFileList
[8/9] Linking libInfomaniakDI.dylib
Build complete! (4.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "InfomaniakDI",
  "name" : "InfomaniakDI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "InfomaniakDI",
      "targets" : [
        "InfomaniakDI"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InfomaniakDITests",
      "module_type" : "SwiftTarget",
      "name" : "InfomaniakDITests",
      "path" : "Tests/InfomaniakDITests",
      "sources" : [
        "ITInjectService.swift",
        "ITLazyInjectService.swift",
        "ITSimpleReslover.swift",
        "UTHelpers.swift",
        "UTInjectService.swift",
        "UTLazyInjectService.swift"
      ],
      "target_dependencies" : [
        "InfomaniakDI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfomaniakDI",
      "module_type" : "SwiftTarget",
      "name" : "InfomaniakDI",
      "path" : "Sources/InfomaniakDI",
      "product_memberships" : [
        "InfomaniakDI"
      ],
      "sources" : [
        "Factory.swift",
        "InjectService.swift",
        "LazyInjectService.swift",
        "SimpleResolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.