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 Dip, reference develop (7ec008), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 00:45:10 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/AliSoftware/Dip.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AliSoftware/Dip
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7ec008a Merge pull request #237 from michalsrutek/develop
Cloned https://github.com/AliSoftware/Dip.git
Revision (git rev-parse @):
7ec008a5c09520b67f07669ad5a753d757f05bbe
SUCCESS checkout https://github.com/AliSoftware/Dip.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AliSoftware/Dip.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/15] Compiling Dip TypeForwarding.swift
[4/16] Compiling Dip Utils.swift
[5/16] Compiling Dip RuntimeArguments.swift
[6/16] Compiling Dip Resolve.swift
[7/16] Compiling Dip Definition.swift
[8/16] Compiling Dip Dip.swift
[9/16] 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' has 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' has 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' has 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' has non-sendable type 'DefinitionKey'
76 |
77 |   public var description: String {
[10/16] Compiling Dip Compatibility.swift
[11/16] Compiling Dip ComponentScope.swift
[12/16] Compiling Dip AutoInjection.swift
[13/16] Compiling Dip AutoWiring.swift
[14/16] Compiling Dip Register.swift
[15/16] Emitting module Dip
/Users/admin/builder/spi-builder-workspace/Sources/DipError.swift:37:8: warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' has 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' has 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' has 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' has non-sendable type 'DefinitionKey'
76 |
77 |   public var description: String {
[16/16] Compiling Dip StoryboardInstantiatable.swift
Build complete! (6.71s)
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.