The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DITranquillity, reference master (9e7511), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:01:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivlevAstef/DITranquillity.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivlevAstef/DITranquillity
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9e7511a Update switflint dependency version. no critical, only for other build systems
Cloned https://github.com/ivlevAstef/DITranquillity.git
Revision (git rev-parse @):
9e7511a7bafe4955fc90f1b521836c2f37359764
SUCCESS checkout https://github.com/ivlevAstef/DITranquillity.git at master
Fetching https://github.com/ivlevAstef/SwiftLazy.git
[1/343] Fetching swiftlazy
Fetched https://github.com/ivlevAstef/SwiftLazy.git from cache (0.74s)
Computing version for https://github.com/ivlevAstef/SwiftLazy.git
Computed https://github.com/ivlevAstef/SwiftLazy.git at 1.6.1 (1.33s)
Creating working copy for https://github.com/ivlevAstef/SwiftLazy.git
Working copy of https://github.com/ivlevAstef/SwiftLazy.git resolved at 1.6.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ditranquillity",
      "name": "DITranquillity",
      "url": "https://github.com/ivlevAstef/DITranquillity.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DITranquillity",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftlazy",
          "name": "SwiftLazy",
          "url": "https://github.com/ivlevAstef/SwiftLazy.git",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLazy",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ivlevAstef/DITranquillity.git
[1/10290] Fetching ditranquillity
Fetched https://github.com/ivlevAstef/DITranquillity.git from cache (1.72s)
Fetching https://github.com/ivlevAstef/SwiftLazy.git from cache
Fetched https://github.com/ivlevAstef/SwiftLazy.git from cache (0.49s)
Computing version for https://github.com/ivlevAstef/SwiftLazy.git
Computed https://github.com/ivlevAstef/SwiftLazy.git at 1.7.0 (1.14s)
Creating working copy for https://github.com/ivlevAstef/DITranquillity.git
Working copy of https://github.com/ivlevAstef/DITranquillity.git resolved at master (9e7511a)
Creating working copy for https://github.com/ivlevAstef/SwiftLazy.git
Working copy of https://github.com/ivlevAstef/SwiftLazy.git resolved at 1.7.0
warning: '.resolve-product-dependencies': dependency 'ditranquillity' is not used by any target
Found 1 product dependencies
  - SwiftLazy
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ivlevAstef/DITranquillity.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/10] Compiling SwiftLazy ProviderArgs.swift
[5/10] Compiling SwiftLazy Provider.swift
[6/10] Compiling SwiftLazy BaseLazy.swift
[7/10] Compiling SwiftLazy BaseProvider.swift
[8/10] Emitting module SwiftLazy
[9/10] Compiling SwiftLazy PrefixOperator.swift
[10/10] Compiling SwiftLazy Lazy.swift
[11/47] Compiling DITranquillity DITypes.swift
[12/47] Compiling DITranquillity DIExtensions.swift
[13/47] Compiling DITranquillity SwiftLazy.swift
[14/47] Compiling DITranquillity DIFramework.swift
[15/51] Emitting module DITranquillity
[16/51] Compiling DITranquillity DIComponentBuilder.Injection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:29:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
27 |   @discardableResult
28 |   public func injection<each P>(_ method: @escaping @isolated(any) (Impl, repeat each P) -> Void) -> Self {
29 |     if let isolation = extractIsolation(method), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:32:72: warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
32 |     return append(injection: MethodMaker.eachMake(useObject: true, by: method))
   |                                                                        `- warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
33 |   }
34 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:28:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
26 |     _ closure: @escaping @isolated(any) (repeat each P) -> Impl
27 |   ) -> DIComponentBuilder<Impl> {
28 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:31:58: warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
31 |     return register(file, line, MethodMaker.eachMake(by: closure))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
32 |   }
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:23:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
21 |                                           _ closure: @escaping @isolated(any) (P0, repeat each P) -> Impl,
22 |                                           modificator: @escaping (M0) -> P0) -> DIComponentBuilder<Impl> {
23 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:26:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
26 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
27 |   }
28 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:42:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
40 |                                                 _ closure: @escaping @isolated(any) (P0, P1, repeat each P) -> Impl,
41 |                                                 modificator: @escaping (M0, M1) -> (P0, P1)) -> DIComponentBuilder<Impl> {
42 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:45:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
45 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
46 |   }
47 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[17/51] Compiling DITranquillity DIContainer.Reg.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:29:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
27 |   @discardableResult
28 |   public func injection<each P>(_ method: @escaping @isolated(any) (Impl, repeat each P) -> Void) -> Self {
29 |     if let isolation = extractIsolation(method), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:32:72: warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
32 |     return append(injection: MethodMaker.eachMake(useObject: true, by: method))
   |                                                                        `- warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
33 |   }
34 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:28:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
26 |     _ closure: @escaping @isolated(any) (repeat each P) -> Impl
27 |   ) -> DIComponentBuilder<Impl> {
28 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:31:58: warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
31 |     return register(file, line, MethodMaker.eachMake(by: closure))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
32 |   }
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:23:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
21 |                                           _ closure: @escaping @isolated(any) (P0, repeat each P) -> Impl,
22 |                                           modificator: @escaping (M0) -> P0) -> DIComponentBuilder<Impl> {
23 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:26:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
26 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
27 |   }
28 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:42:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
40 |                                                 _ closure: @escaping @isolated(any) (P0, P1, repeat each P) -> Impl,
41 |                                                 modificator: @escaping (M0, M1) -> (P0, P1)) -> DIComponentBuilder<Impl> {
42 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:45:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
45 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
46 |   }
47 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[18/51] Compiling DITranquillity DIContainer.RegModify.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:29:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
27 |   @discardableResult
28 |   public func injection<each P>(_ method: @escaping @isolated(any) (Impl, repeat each P) -> Void) -> Self {
29 |     if let isolation = extractIsolation(method), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:32:72: warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
32 |     return append(injection: MethodMaker.eachMake(useObject: true, by: method))
   |                                                                        `- warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
33 |   }
34 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:28:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
26 |     _ closure: @escaping @isolated(any) (repeat each P) -> Impl
27 |   ) -> DIComponentBuilder<Impl> {
28 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:31:58: warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
31 |     return register(file, line, MethodMaker.eachMake(by: closure))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
32 |   }
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:23:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
21 |                                           _ closure: @escaping @isolated(any) (P0, repeat each P) -> Impl,
22 |                                           modificator: @escaping (M0) -> P0) -> DIComponentBuilder<Impl> {
23 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:26:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
26 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
27 |   }
28 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:42:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
40 |                                                 _ closure: @escaping @isolated(any) (P0, P1, repeat each P) -> Impl,
41 |                                                 modificator: @escaping (M0, M1) -> (P0, P1)) -> DIComponentBuilder<Impl> {
42 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:45:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
45 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
46 |   }
47 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/51] Compiling DITranquillity ComponentAlternativeType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:29:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
27 |   @discardableResult
28 |   public func injection<each P>(_ method: @escaping @isolated(any) (Impl, repeat each P) -> Void) -> Self {
29 |     if let isolation = extractIsolation(method), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:32:72: warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
30 |       log(.warning, msg: "Library unsupport correct resolve @globalActor injection methods. use resolve carefully.")
31 |     }
32 |     return append(injection: MethodMaker.eachMake(useObject: true, by: method))
   |                                                                        `- warning: converting @isolated(any) function of type '@isolated(any) (Impl, repeat each P) -> Void' to synchronous function type '(Impl, repeat each P) -> Void' is not allowed; this will be an error in a future Swift language mode
33 |   }
34 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:28:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
26 |     _ closure: @escaping @isolated(any) (repeat each P) -> Impl
27 |   ) -> DIComponentBuilder<Impl> {
28 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.Reg.swift:31:58: warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
29 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
30 |     }
31 |     return register(file, line, MethodMaker.eachMake(by: closure))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (repeat each P) -> Impl' to synchronous function type '(repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
32 |   }
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:23:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
21 |                                           _ closure: @escaping @isolated(any) (P0, repeat each P) -> Impl,
22 |                                           modificator: @escaping (M0) -> P0) -> DIComponentBuilder<Impl> {
23 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:26:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
24 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
25 |     }
26 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, repeat each P) -> Impl' to synchronous function type '(P0, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
27 |   }
28 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:42:24: warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
40 |                                                 _ closure: @escaping @isolated(any) (P0, P1, repeat each P) -> Impl,
41 |                                                 modificator: @escaping (M0, M1) -> (P0, P1)) -> DIComponentBuilder<Impl> {
42 |     if let isolation = extractIsolation(closure), isolation !== MainActor.shared {
   |                        `- warning: 'extractIsolation' is deprecated: Use `.isolation` on @isolated(any) closure values instead. [#DeprecatedDeclaration]
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/DIContainer.RegModify.swift:45:58: warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
43 |       log(.warning, msg: "Library unsupport correct resolve @globalActor initialize methods. use resolve carefully.")
44 |     }
45 |     return register(file, line, MethodMaker.eachMake(by: closure, modificator: modificator))
   |                                                          `- warning: converting @isolated(any) function of type '@isolated(any) (P0, P1, repeat each P) -> Impl' to synchronous function type '(P0, P1, repeat each P) -> Impl' is not allowed; this will be an error in a future Swift language mode
46 |   }
47 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/51] Compiling DITranquillity DIModificators.swift
[21/51] Compiling DITranquillity DIScope.swift
[22/51] Compiling DITranquillity DISettings.swift
[23/51] Compiling DITranquillity DIStorage.swift
[24/51] Compiling DITranquillity Modificators.swift
[25/51] Compiling DITranquillity ParsedType.swift
[26/51] Compiling DITranquillity ProtocolMagic.swift
[27/51] Compiling DITranquillity Resolver.swift
[28/51] Compiling DITranquillity DIPart.swift
[29/51] Compiling DITranquillity AnyArguments.swift
[30/51] Compiling DITranquillity Component.swift
[31/51] Compiling DITranquillity ExtensionsContainer.swift
[32/51] Compiling DITranquillity DIGraph+Validate.swift
[33/51] Compiling DITranquillity DIGraph+ValidationErrors.swift
[34/51] Compiling DITranquillity DIGraph.swift
[35/51] Compiling DITranquillity DIVertex.swift
[36/51] Compiling DITranquillity FrameworksDependenciesContainer.swift
[37/51] Compiling DITranquillity Log.swift
[38/51] Compiling DITranquillity MethodMaker.swift
[39/51] Compiling DITranquillity MethodSignature.swift
[40/51] Compiling DITranquillity SpecificType.swift
[41/51] Compiling DITranquillity TypeKey.swift
[42/51] Compiling DITranquillity FastLock.swift
[43/51] Compiling DITranquillity Multithread.swift
[44/51] Compiling DITranquillity ThreadDictionary.swift
[45/51] Compiling DITranquillity DIContainer+makeGraph.swift
[46/51] Compiling DITranquillity DIEdge.swift
[47/51] Compiling DITranquillity DIGraph+Cycle.swift
[48/51] Compiling DITranquillity DIComponentBuilder.swift
[49/51] Compiling DITranquillity DIComponentPriority.swift
[50/51] Compiling DITranquillity DIContainer.swift
[51/51] Compiling DITranquillity DILifetime.swift
Build complete! (5.73s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/make_autogenerate.sh
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlazy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ivlevAstef/SwiftLazy.git"
    }
  ],
  "manifest_display_name" : "DITranquillity",
  "name" : "DITranquillity",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DITranquillity",
      "targets" : [
        "DITranquillity"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DITranquillity_Tests",
      "module_type" : "SwiftTarget",
      "name" : "DITranquillity_Tests",
      "path" : "Tests",
      "sources" : [
        "DITranquillityTests_Extensions.swift",
        "DITranquillityTests_Lifetime.swift",
        "DITranquillityTests_Modular.swift",
        "DITranquillityTests_MoreParameters.swift",
        "DITranquillityTests_Parent.swift",
        "DITranquillityTests_Resolve.swift",
        "DITranquillityTests_ResolveByInit.swift",
        "DITranquillityTests_SwiftLazy.swift",
        "DITranquillityTests_Threads.swift",
        "DITranquillityTests_Validation.swift",
        "ResolveTestClasses.swift"
      ],
      "target_dependencies" : [
        "DITranquillity"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DITranquillity",
      "module_type" : "SwiftTarget",
      "name" : "DITranquillity",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftLazy"
      ],
      "product_memberships" : [
        "DITranquillity"
      ],
      "sources" : [
        "Core/API/AutoResolve/DIComponentBuilder.Injection.swift",
        "Core/API/AutoResolve/DIContainer.Reg.swift",
        "Core/API/AutoResolve/DIContainer.RegModify.swift",
        "Core/API/ComponentAlternativeType.swift",
        "Core/API/DIComponentBuilder.swift",
        "Core/API/DIComponentPriority.swift",
        "Core/API/DIContainer.swift",
        "Core/API/DILifetime.swift",
        "Core/API/DIModificators.swift",
        "Core/API/DIScope.swift",
        "Core/API/DISettings.swift",
        "Core/API/DIStorage.swift",
        "Core/API/DITypes.swift",
        "Core/API/Extensions/DIExtensions.swift",
        "Core/API/Extensions/SwiftLazy.swift",
        "Core/API/Hierarchy/DIFramework.swift",
        "Core/API/Hierarchy/DIPart.swift",
        "Core/Internal/AnyArguments.swift",
        "Core/Internal/Component.swift",
        "Core/Internal/ExtensionsContainer.swift",
        "Core/Internal/FrameworksDependenciesContainer.swift",
        "Core/Internal/Log.swift",
        "Core/Internal/MethodMaker.swift",
        "Core/Internal/MethodSignature.swift",
        "Core/Internal/Modificators.swift",
        "Core/Internal/ParsedType.swift",
        "Core/Internal/ProtocolMagic.swift",
        "Core/Internal/Resolver.swift",
        "Core/Internal/SpecificType.swift",
        "Core/Internal/TypeKey.swift",
        "Core/Internal/threads/FastLock.swift",
        "Core/Internal/threads/Multithread.swift",
        "Core/Internal/threads/ThreadDictionary.swift",
        "GraphAPI/DIContainer+makeGraph.swift",
        "GraphAPI/DIEdge.swift",
        "GraphAPI/DIGraph+Cycle.swift",
        "GraphAPI/DIGraph+Validate.swift",
        "GraphAPI/DIGraph+ValidationErrors.swift",
        "GraphAPI/DIGraph.swift",
        "GraphAPI/DIVertex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.