The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Dip, reference 7.1.1 (c3b601), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 07:23:27 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/AliSoftware/Dip.git
Reference: 7.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AliSoftware/Dip
 * tag               7.1.1      -> FETCH_HEAD
HEAD is now at c3b601d Merge pull request #235 from AliSoftware/develop
Cloned https://github.com/AliSoftware/Dip.git
Revision (git rev-parse @):
c3b601df0ff22b06b6d5ff4943faf05c0bd3f9bb
SUCCESS checkout https://github.com/AliSoftware/Dip.git at 7.1.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": "dip",
      "name": "Dip",
      "url": "https://github.com/AliSoftware/Dip.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Dip",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AliSoftware/Dip.git
[1/4684] Fetching dip
Fetched https://github.com/AliSoftware/Dip.git from cache (1.03s)
Creating working copy for https://github.com/AliSoftware/Dip.git
Working copy of https://github.com/AliSoftware/Dip.git resolved at 7.1.1 (c3b601d)
warning: '.resolve-product-dependencies': dependency 'dip' 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/AliSoftware/Dip.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/15] Compiling Dip Definition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Definition.swift:64:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 62 |
 63 | ///Dummy protocol to store definitions for different types in collection
 64 | public protocol DefinitionType: class { }
    |                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 65 |
 66 | /**
[4/15] Compiling Dip Dip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Definition.swift:64:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 62 |
 63 | ///Dummy protocol to store definitions for different types in collection
 64 | public protocol DefinitionType: class { }
    |                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 65 |
 66 | /**
[5/15] Compiling Dip AutoInjection.swift
[6/15] Compiling Dip AutoWiring.swift
[7/15] Compiling Dip TypeForwarding.swift
[8/15] Emitting module Dip
/Users/admin/builder/spi-builder-workspace/Sources/Definition.swift:64:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 62 |
 63 | ///Dummy protocol to store definitions for different types in collection
 64 | public protocol DefinitionType: class { }
    |                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 65 |
 66 | /**
/Users/admin/builder/spi-builder-workspace/Sources/DipError.swift:37:8: warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
35 |    - parameter key: definition key used to lookup matching definition
36 |    */
37 |   case definitionNotFound(key: DefinitionKey)
   |        `- warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
38 |
39 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DipError.swift:75:8: warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
73 |       - key: Definition key used to resolve instance
74 |    */
75 |   case invalidType(resolved: Any?, key: DefinitionKey)
   |        `- warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
76 |
77 |   public var description: String {
[9/15] Compiling Dip StoryboardInstantiatable.swift
[10/15] Compiling Dip Resolve.swift
[11/15] Compiling Dip Register.swift
[12/15] Compiling Dip Compatibility.swift
[13/15] Compiling Dip ComponentScope.swift
[14/15] Compiling Dip DipError.swift
/Users/admin/builder/spi-builder-workspace/Sources/DipError.swift:37:8: warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
35 |    - parameter key: definition key used to lookup matching definition
36 |    */
37 |   case definitionNotFound(key: DefinitionKey)
   |        `- warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
38 |
39 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DipError.swift:75:8: warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
73 |       - key: Definition key used to resolve instance
74 |    */
75 |   case invalidType(resolved: Any?, key: DefinitionKey)
   |        `- warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' contains non-Sendable type 'DefinitionKey'
76 |
77 |   public var description: String {
[15/15] Compiling Dip RuntimeArguments.swift
[16/16] Compiling Dip Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Utils.swift:77:14: warning: weak variable 'value' was never mutated; consider changing to 'let' constant [#WeakMutability]
 75 |
 76 |   init(_ value: T?) {
 77 |     weak var value: AnyObject? = value as AnyObject
    |              `- warning: weak variable 'value' was never mutated; consider changing to 'let' constant [#WeakMutability]
 78 |     self.unboxed = value
 79 |   }
[#WeakMutability]: <https://docs.swift.org/compiler/documentation/diagnostics/weak-mutability>
Build complete! (8.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Dip",
  "name" : "Dip",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Dip",
      "targets" : [
        "Dip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DipTests",
      "module_type" : "SwiftTarget",
      "name" : "DipTests",
      "path" : "Tests",
      "sources" : [
        "DipTests/AutoInjectionTests.swift",
        "DipTests/AutoWiringTests.swift",
        "DipTests/ComponentScopeTests.swift",
        "DipTests/ContextTests.swift",
        "DipTests/DefinitionTests.swift",
        "DipTests/DipTests.swift",
        "DipTests/DipUITests.swift",
        "DipTests/RuntimeArgumentsTests.swift",
        "DipTests/ThreadSafetyTests.swift",
        "DipTests/TypeForwardingTests.swift",
        "DipTests/Utils.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Dip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dip",
      "module_type" : "SwiftTarget",
      "name" : "Dip",
      "path" : "Sources",
      "product_memberships" : [
        "Dip"
      ],
      "sources" : [
        "AutoInjection.swift",
        "AutoWiring.swift",
        "Compatibility.swift",
        "ComponentScope.swift",
        "Definition.swift",
        "Dip.swift",
        "DipError.swift",
        "Register.swift",
        "Resolve.swift",
        "RuntimeArguments.swift",
        "StoryboardInstantiatable.swift",
        "TypeForwarding.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.