The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Dependiject, reference 1.1.0 (7f5426), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 01:40:49 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/Tiny-Home-Consulting/Dependiject.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tiny-Home-Consulting/Dependiject
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 7f54260 1.1.0 (#81)
Cloned https://github.com/Tiny-Home-Consulting/Dependiject.git
Revision (git rev-parse @):
7f54260dd54fccaaceb57ff2564da15c39741814
SUCCESS checkout https://github.com/Tiny-Home-Consulting/Dependiject.git at 1.1.0
Fetching https://github.com/tcldr/Entwine.git
[1/2725] Fetching entwine
Fetched https://github.com/tcldr/Entwine.git from cache (1.38s)
Computing version for https://github.com/tcldr/Entwine.git
Computed https://github.com/tcldr/Entwine.git at 0.9.1 (2.05s)
Creating working copy for https://github.com/tcldr/Entwine.git
Working copy of https://github.com/tcldr/Entwine.git resolved at 0.9.1
========================================
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": "dependiject",
      "name": "Dependiject",
      "url": "https://github.com/Tiny-Home-Consulting/Dependiject.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Dependiject",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Tiny-Home-Consulting/Dependiject.git
[1/1195] Fetching dependiject
Fetched https://github.com/Tiny-Home-Consulting/Dependiject.git from cache (0.85s)
Creating working copy for https://github.com/Tiny-Home-Consulting/Dependiject.git
Working copy of https://github.com/Tiny-Home-Consulting/Dependiject.git resolved at 1.1.0 (7f54260)
warning: '.resolve-product-dependencies': dependency 'dependiject' 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/Tiny-Home-Consulting/Dependiject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling Dependiject AnyObservableObject.swift
[4/13] Compiling Dependiject Util.swift
[5/14] Compiling Dependiject ErasedObservableObject.swift
[6/14] Compiling Dependiject Synchronization.swift
[7/14] Compiling Dependiject Resolver.swift
[8/14] Compiling Dependiject RegistrationConvertible.swift
[9/14] Compiling Dependiject RegistrationBuilder.swift
[10/14] Compiling Dependiject Factory.swift
[11/14] Compiling Dependiject MultitypeService.swift
[12/14] Compiling Dependiject Registration.swift
[13/14] Emitting module Dependiject
[14/14] Compiling Dependiject Store.swift
/Users/admin/builder/spi-builder-workspace/Dependiject/Store.swift:114:17: warning: capture of 'self' with non-Sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
112 |         ) -> Binding<Subject> {
113 |             return Binding {
114 |                 self.store.wrappedValue[keyPath: keyPath]
    |                 `- warning: capture of 'self' with non-Sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
115 |             } set: {
116 |                 self.store.wrappedValue[keyPath: keyPath] = $0
/Users/admin/builder/spi-builder-workspace/Dependiject/Store.swift:116:17: warning: capture of 'self' with non-Sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
114 |                 self.store.wrappedValue[keyPath: keyPath]
115 |             } set: {
116 |                 self.store.wrappedValue[keyPath: keyPath] = $0
    |                 `- warning: capture of 'self' with non-Sendable type 'Store<ObjectType>.Wrapper' in a '@Sendable' closure [#SendableClosureCaptures]
117 |             }
118 |         }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (8.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "entwine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tcldr/Entwine.git"
    }
  ],
  "manifest_display_name" : "Dependiject",
  "name" : "Dependiject",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Dependiject",
      "targets" : [
        "Dependiject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DependijectTests",
      "module_type" : "SwiftTarget",
      "name" : "DependijectTests",
      "path" : "Tests",
      "product_dependencies" : [
        "EntwineTest"
      ],
      "sources" : [
        "BaseFactoryTest.swift",
        "DuplicateRegistrationTest.swift",
        "MultitypeServiceTests.swift",
        "ParallelResolutionTest.swift",
        "RegistrationNameTests.swift",
        "ScopeTests.swift",
        "StoreTests.swift"
      ],
      "target_dependencies" : [
        "Dependiject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dependiject",
      "module_type" : "SwiftTarget",
      "name" : "Dependiject",
      "path" : "Dependiject",
      "product_memberships" : [
        "Dependiject"
      ],
      "sources" : [
        "Factory.swift",
        "MultitypeService.swift",
        "Registration.swift",
        "RegistrationBuilder.swift",
        "RegistrationConvertible.swift",
        "Resolver.swift",
        "Store.swift",
        "Synchronization.swift",
        "Util.swift",
        "XUI/AnyObservableObject.swift",
        "XUI/ErasedObservableObject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.