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

Failed to build Deli, reference master (ce03cd), with Swift 6.1 for Wasm on 27 May 2025 08:15:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kawoou/Deli.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/kawoou/Deli
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kawoou/Deli.git
https://github.com/kawoou/Deli.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "2.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "8.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Deli",
  "name" : "Deli",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Deli",
      "targets" : [
        "Deli"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DeliTests",
      "module_type" : "SwiftTarget",
      "name" : "DeliTests",
      "path" : "Tests/DeliTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "DeliSample/AccountConfiguration.swift",
        "DeliSample/AccountService.swift",
        "DeliSample/AlwaysModel.swift",
        "DeliSample/Book/Book.swift",
        "DeliSample/Book/COSMOS.swift",
        "DeliSample/Book/HarryPotter.swift",
        "DeliSample/Book/Novel.swift",
        "DeliSample/Book/Science.swift",
        "DeliSample/Book/TroisiemeHumanite.swift",
        "DeliSample/DeliFactory.swift",
        "DeliSample/DependencyTestModel.swift",
        "DeliSample/FactoryTest.swift",
        "DeliSample/Friend.swift",
        "DeliSample/FriendInfoViewModel.swift",
        "DeliSample/FriendListViewModel.swift",
        "DeliSample/FriendPayload.swift",
        "DeliSample/FriendService.swift",
        "DeliSample/LazyAutowiredQualifier.swift",
        "DeliSample/LibraryService.swift",
        "DeliSample/MessageService.swift",
        "DeliSample/NestedType.swift",
        "DeliSample/NetworkManager.swift",
        "DeliSample/Property/InjectPropertyTest.swift",
        "DeliSample/Property/NetworkMethod.swift",
        "DeliSample/Property/NetworkProvider.swift",
        "DeliSample/Property/PropertyAutowired.swift",
        "DeliSample/Property/PropertyAutowiredFactory.swift",
        "DeliSample/Property/PropertyInject.swift",
        "DeliSample/Property/PropertyLazyAutowired.swift",
        "DeliSample/Property/PropertyLazyAutowiredFactory.swift",
        "DeliSample/Property/ServerConfig.swift",
        "DeliSample/PropertyWrapper/PropertyWrapperTest1.swift",
        "DeliSample/PropertyWrapper/PropertyWrapperTest2.swift",
        "DeliSample/Robot/Robot.swift",
        "DeliSample/Robot/RobotBody.swift",
        "DeliSample/Robot/RobotFactory.swift",
        "DeliSample/Robot/RobotHead.swift",
        "DeliSample/Struct/StructWithAutowired.swift",
        "DeliSample/Struct/StructWithAutowiredFactory.swift",
        "DeliSample/Struct/StructWithComponent.swift",
        "DeliSample/Struct/StructWithLazyAutowired.swift",
        "DeliSample/TestDeliFactory.swift",
        "DeliSample/TestDeliObject.swift",
        "DeliSample/TestNotRegister.swift",
        "DeliSample/TestPayload.swift",
        "DeliSample/TestRegister.swift",
        "DeliSample/TestService.swift",
        "DeliSample/TestView1.swift",
        "DeliSample/TestView2.swift",
        "DeliSample/TestView3.swift",
        "DeliSample/TestViewModel.swift",
        "DeliSample/UnicodeTest.swift",
        "DeliSample/UserPayload.swift",
        "DeliSample/UserViewModel.swift",
        "DeliSample/WeakViewModel.swift",
        "DeliSpec.swift",
        "Mock/MockAccountService.swift",
        "Mock/MockBook.swift"
      ],
      "target_dependencies" : [
        "Deli"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Deli",
      "module_type" : "SwiftTarget",
      "name" : "Deli",
      "path" : "Sources/Deli",
      "product_memberships" : [
        "Deli"
      ],
      "sources" : [
        "Autowired.swift",
        "AutowiredFactory.swift",
        "Component.swift",
        "ConfigProperty.swift",
        "Configuration.swift",
        "Core/AppContext.swift",
        "Core/Component/ContainerComponent.swift",
        "Core/Component/DefaultContainerComponent.swift",
        "Core/Component/FactoryContainerComponent.swift",
        "Core/Container.swift",
        "Core/Error/ContainerError.swift",
        "Core/Type/FactoryResolver.swift",
        "Core/Type/Linker.swift",
        "Core/Type/LoadPriority.swift",
        "Core/Type/ResolveRole.swift",
        "Core/Type/Resolver.swift",
        "Core/Type/Scope.swift",
        "Core/Type/TypeKey.swift",
        "Dependency.swift",
        "DependencyArray.swift",
        "Factory.swift",
        "Inject.swift",
        "LazyAutowired.swift",
        "LazyAutowiredFactory.swift",
        "ModuleFactory.swift",
        "Payload.swift",
        "PropertyValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/19584] Fetching nimble
[2/34339] Fetching nimble, quick
Fetched https://github.com/Quick/Quick.git from cache (1.65s)
Fetched https://github.com/Quick/Nimble.git from cache (1.68s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (3.78s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.63s)
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/27] Emitting module Deli
/host/spi-builder-workspace/Sources/Deli/Core/AppContext.swift:33:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// Most of them provide the same functionality as Containers, but they are
 11 | /// responsible for functions such as `Lazy` and `Factory`.
 12 | public class AppContext {
    |              `- note: class 'AppContext' does not conform to the 'Sendable' protocol
 13 |
 14 |     // MARK: - Structure
    :
 31 |     ///
 32 |     /// - Returns: Instance of shared application context.
 33 |     public static let shared = AppContext()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 |     // MARK: - Private
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[4/30] Compiling Deli Autowired.swift
[5/30] Compiling Deli AutowiredFactory.swift
[6/30] Compiling Deli Component.swift
[7/30] Compiling Deli ConfigProperty.swift
[8/30] Compiling Deli Inject.swift
[9/30] Compiling Deli LazyAutowired.swift
[10/30] Compiling Deli LazyAutowiredFactory.swift
[11/30] Compiling Deli Linker.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[12/30] Compiling Deli LoadPriority.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[13/30] Compiling Deli ResolveRole.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[14/30] Compiling Deli ModuleFactory.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:106:36: error: cannot find 'DispatchWorkItem' in scope
104 |                 let instance = resolver()
105 |
106 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
107 |                     guard let instance = instance as? T else { return }
108 |                     injector(instance)
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:182:36: error: cannot find 'DispatchWorkItem' in scope
180 |                 let instance = resolver(payload)
181 |
182 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
183 |                     guard let instance = instance as? T else { return }
184 |                     injector(instance)
[15/30] Compiling Deli Payload.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:106:36: error: cannot find 'DispatchWorkItem' in scope
104 |                 let instance = resolver()
105 |
106 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
107 |                     guard let instance = instance as? T else { return }
108 |                     injector(instance)
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:182:36: error: cannot find 'DispatchWorkItem' in scope
180 |                 let instance = resolver(payload)
181 |
182 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
183 |                     guard let instance = instance as? T else { return }
184 |                     injector(instance)
[16/30] Compiling Deli PropertyValue.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:106:36: error: cannot find 'DispatchWorkItem' in scope
104 |                 let instance = resolver()
105 |
106 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
107 |                     guard let instance = instance as? T else { return }
108 |                     injector(instance)
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:182:36: error: cannot find 'DispatchWorkItem' in scope
180 |                 let instance = resolver(payload)
181 |
182 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
183 |                     guard let instance = instance as? T else { return }
184 |                     injector(instance)
[17/30] Compiling Deli Resolver.swift
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
[18/30] Compiling Deli Scope.swift
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
[19/30] Compiling Deli TypeKey.swift
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
[20/30] Compiling Deli FactoryContainerComponent.swift
[21/30] Compiling Deli Container.swift
[22/30] Compiling Deli ContainerError.swift
[23/30] Compiling Deli FactoryResolver.swift
[24/30] Compiling Deli Dependency.swift
[25/30] Compiling Deli DependencyArray.swift
[26/30] Compiling Deli Factory.swift
[27/30] Compiling Deli Configuration.swift
/host/spi-builder-workspace/Sources/Deli/Core/AppContext.swift:33:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// Most of them provide the same functionality as Containers, but they are
 11 | /// responsible for functions such as `Lazy` and `Factory`.
 12 | public class AppContext {
    |              `- note: class 'AppContext' does not conform to the 'Sendable' protocol
 13 |
 14 |     // MARK: - Structure
    :
 31 |     ///
 32 |     /// - Returns: Instance of shared application context.
 33 |     public static let shared = AppContext()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 |     // MARK: - Private
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[28/30] Compiling Deli AppContext.swift
/host/spi-builder-workspace/Sources/Deli/Core/AppContext.swift:33:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// Most of them provide the same functionality as Containers, but they are
 11 | /// responsible for functions such as `Lazy` and `Factory`.
 12 | public class AppContext {
    |              `- note: class 'AppContext' does not conform to the 'Sendable' protocol
 13 |
 14 |     // MARK: - Structure
    :
 31 |     ///
 32 |     /// - Returns: Instance of shared application context.
 33 |     public static let shared = AppContext()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 |     // MARK: - Private
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[29/30] Compiling Deli ContainerComponent.swift
/host/spi-builder-workspace/Sources/Deli/Core/AppContext.swift:33:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// Most of them provide the same functionality as Containers, but they are
 11 | /// responsible for functions such as `Lazy` and `Factory`.
 12 | public class AppContext {
    |              `- note: class 'AppContext' does not conform to the 'Sendable' protocol
 13 |
 14 |     // MARK: - Structure
    :
 31 |     ///
 32 |     /// - Returns: Instance of shared application context.
 33 |     public static let shared = AppContext()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 |     // MARK: - Private
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[30/30] Compiling Deli DefaultContainerComponent.swift
/host/spi-builder-workspace/Sources/Deli/Core/AppContext.swift:33:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
 10 | /// Most of them provide the same functionality as Containers, but they are
 11 | /// responsible for functions such as `Lazy` and `Factory`.
 12 | public class AppContext {
    |              `- note: class 'AppContext' does not conform to the 'Sendable' protocol
 13 |
 14 |     // MARK: - Structure
    :
 31 |     ///
 32 |     /// - Returns: Instance of shared application context.
 33 |     public static let shared = AppContext()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AppContext' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 |     // MARK: - Private
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/26] Emitting module Deli
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[3/29] Compiling Deli Dependency.swift
[4/29] Compiling Deli DependencyArray.swift
[5/29] Compiling Deli Factory.swift
[6/29] Compiling Deli Autowired.swift
[7/29] Compiling Deli AutowiredFactory.swift
[8/29] Compiling Deli Component.swift
[9/29] Compiling Deli ConfigProperty.swift
[10/29] Compiling Deli ModuleFactory.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:106:36: error: cannot find 'DispatchWorkItem' in scope
104 |                 let instance = resolver()
105 |
106 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
107 |                     guard let instance = instance as? T else { return }
108 |                     injector(instance)
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:182:36: error: cannot find 'DispatchWorkItem' in scope
180 |                 let instance = resolver(payload)
181 |
182 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
183 |                     guard let instance = instance as? T else { return }
184 |                     injector(instance)
[11/29] Compiling Deli Payload.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:106:36: error: cannot find 'DispatchWorkItem' in scope
104 |                 let instance = resolver()
105 |
106 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
107 |                     guard let instance = instance as? T else { return }
108 |                     injector(instance)
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:182:36: error: cannot find 'DispatchWorkItem' in scope
180 |                 let instance = resolver(payload)
181 |
182 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
183 |                     guard let instance = instance as? T else { return }
184 |                     injector(instance)
[12/29] Compiling Deli PropertyValue.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:106:36: error: cannot find 'DispatchWorkItem' in scope
104 |                 let instance = resolver()
105 |
106 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
107 |                     guard let instance = instance as? T else { return }
108 |                     injector(instance)
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:182:36: error: cannot find 'DispatchWorkItem' in scope
180 |                 let instance = resolver(payload)
181 |
182 |                 let dispatchItem = DispatchWorkItem {
    |                                    `- error: cannot find 'DispatchWorkItem' in scope
183 |                     guard let instance = instance as? T else { return }
184 |                     injector(instance)
[13/29] Compiling Deli Resolver.swift
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
[14/29] Compiling Deli Scope.swift
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
[15/29] Compiling Deli TypeKey.swift
/host/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
18 | }
19 | extension TypeKey: Hashable {
20 |     var hashValue: Int {
   |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
21 | 	    return hash
22 |     }
[16/29] Compiling Deli Inject.swift
[17/29] Compiling Deli LazyAutowired.swift
[18/29] Compiling Deli LazyAutowiredFactory.swift
[19/29] Compiling Deli Configuration.swift
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[20/29] Compiling Deli AppContext.swift
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[21/29] Compiling Deli ContainerComponent.swift
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[22/29] Compiling Deli DefaultContainerComponent.swift
/host/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
 6 | import Foundation
 7 |
 8 | protocol _ContainerComponent: class {
   |                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 9 |     var cache: Any? { get set }
10 |     var weakCache: AnyObject? { get set }
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[23/29] Compiling Deli Linker.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[24/29] Compiling Deli LoadPriority.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[25/29] Compiling Deli ResolveRole.swift
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:38: error: cannot find 'DispatchWorkItem' in scope
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                                      `- error: cannot find 'DispatchWorkItem' in scope
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:28: error: cannot call value of non-function type '[AnyHashable : Any]'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                            `- error: cannot call value of non-function type '[AnyHashable : Any]'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:16:29: error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 14 |     // MARK: - Private
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
    |                             `- error: cannot convert value of type 'TypeKey.Type' to expected dictionary key type 'AnyHashable'
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
 18 |
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:29: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                             `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
/host/spi-builder-workspace/Sources/Deli/ModuleFactory.swift:17:86: error: cannot find 'DispatchQueue' in scope
 15 |
 16 |     private var lazyDict = [TypeKey: DispatchWorkItem]()
 17 |     private var lazyQueue = DispatchQueue(label: "io.kawoou.deli.lazyQueue", target: DispatchQueue.main)
    |                                                                                      `- error: cannot find 'DispatchQueue' in scope
 18 |
 19 |     // MARK: - Internal
[26/29] Compiling Deli FactoryContainerComponent.swift
[27/29] Compiling Deli Container.swift
[28/29] Compiling Deli ContainerError.swift
[29/29] Compiling Deli FactoryResolver.swift
BUILD FAILURE 6.1 wasm