This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Deli, reference v0.9.0 (ce03cd), with Swift 5.10 for macOS (SPM) on 9 Sep 2024 06:06:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kawoou/Deli.git
Reference: v0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kawoou/Deli
 * tag               v0.9.0     -> FETCH_HEAD
HEAD is now at ce03cd3 Update travis deploy key
Cloned https://github.com/kawoou/Deli.git
Revision (git rev-parse @):
ce03cd37987f51fad921b891ad428ecd5c38475c
SUCCESS checkout https://github.com/kawoou/Deli.git at v0.9.0
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14711] Fetching quick
[5592/33592] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.99s)
Fetched https://github.com/Quick/Nimble.git from cache (2.99s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.61s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.61s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
========================================
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": "deli",
      "name": "Deli",
      "url": "https://github.com/kawoou/Deli.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Deli",
      "dependencies": [
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick.git",
          "version": "2.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "dependencies": [
            {
              "identity": "nimble",
              "name": "Nimble",
              "url": "https://github.com/Quick/Nimble.git",
              "version": "8.0.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "8.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kawoou/Deli.git
[1/2747] Fetching deli
Fetched https://github.com/kawoou/Deli.git from cache (1.09s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.59s)
Fetched https://github.com/Quick/Quick.git from cache (0.59s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.04s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.04s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
Creating working copy for https://github.com/kawoou/Deli.git
Working copy of https://github.com/kawoou/Deli.git resolved at v0.9.0 (ce03cd3)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
warning: '.resolve-product-dependencies': dependency 'deli' is not used by any target
Found 2 product dependencies
  - Quick
  - Nimble
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/kawoou/Deli.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/28] Emitting module Deli
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[4/30] Compiling Deli Payload.swift
[5/30] Compiling Deli PropertyValue.swift
[6/30] Compiling Deli Autowired.swift
[7/30] Compiling Deli AutowiredFactory.swift
[8/30] Compiling Deli Component.swift
[9/30] Compiling Deli Inject.swift
[10/30] Compiling Deli LazyAutowired.swift
[11/30] Compiling Deli Dependency.swift
[12/30] Compiling Deli DependencyArray.swift
[13/30] Compiling Deli Factory.swift
[14/30] Compiling Deli LazyAutowiredFactory.swift
[15/30] Compiling Deli ModuleFactory.swift
[16/30] Compiling Deli Container.swift
[17/30] Compiling Deli ContainerError.swift
[18/30] Compiling Deli FactoryResolver.swift
[19/30] Compiling Deli Resolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[20/30] Compiling Deli Scope.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[21/30] Compiling Deli TypeKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[22/30] Compiling Deli ContainerComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
[23/30] Compiling Deli DefaultContainerComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
[24/30] Compiling Deli FactoryContainerComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
[25/30] Compiling Deli Linker.swift
[26/30] Compiling Deli LoadPriority.swift
[27/30] Compiling Deli ResolveRole.swift
[28/30] Compiling Deli ConfigProperty.swift
[29/30] Compiling Deli Configuration.swift
[30/30] Compiling Deli AppContext.swift
Build complete! (5.62s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.