Build Information
Successful build of DITranquillity, reference v5.0.5 (9e7511), with Swift 6.2 for macOS (SPM) on 21 Nov 2025 20:50:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivlevAstef/DITranquillity.git
Reference: v5.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivlevAstef/DITranquillity
* tag v5.0.5 -> FETCH_HEAD
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 v5.0.5
Fetching https://github.com/ivlevAstef/SwiftLazy.git
[1/335] Fetching swiftlazy
Fetched https://github.com/ivlevAstef/SwiftLazy.git from cache (0.78s)
Computing version for https://github.com/ivlevAstef/SwiftLazy.git
Computed https://github.com/ivlevAstef/SwiftLazy.git at 1.6.1 (1.30s)
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",
"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",
"dependencies": [
{
"identity": "swiftlazy",
"name": "SwiftLazy",
"url": "https://github.com/ivlevAstef/SwiftLazy.git",
"version": "1.6.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLazy",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ivlevAstef/DITranquillity.git
[1/9979] Fetching ditranquillity
Fetched https://github.com/ivlevAstef/DITranquillity.git from cache (1.47s)
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.6.1 (0.54s)
Creating working copy for https://github.com/ivlevAstef/SwiftLazy.git
Working copy of https://github.com/ivlevAstef/SwiftLazy.git resolved at 1.6.1
Creating working copy for https://github.com/ivlevAstef/DITranquillity.git
Working copy of https://github.com/ivlevAstef/DITranquillity.git resolved at v5.0.5 (9e7511a)
warning: '.resolve-product-dependencies': dependency 'ditranquillity' is not used by any target
Found 1 product dependencies
- SwiftLazy
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ivlevAstef/DITranquillity.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/10] Compiling SwiftLazy Provider.swift
[5/10] Compiling SwiftLazy ProviderArgs.swift
[6/10] Compiling SwiftLazy Lazy.swift
[7/10] Compiling SwiftLazy PrefixOperator.swift
[8/10] Emitting module SwiftLazy
[9/10] Compiling SwiftLazy BaseProvider.swift
[10/10] Compiling SwiftLazy BaseLazy.swift
[11/47] Emitting module DITranquillity
[12/51] Compiling DITranquillity DITypes.swift
[13/51] Compiling DITranquillity DIExtensions.swift
[14/51] Compiling DITranquillity SwiftLazy.swift
[15/51] Compiling DITranquillity DIFramework.swift
[16/51] Compiling DITranquillity DIGraph+Validate.swift
[17/51] Compiling DITranquillity DIGraph+ValidationErrors.swift
[18/51] Compiling DITranquillity DIGraph.swift
[19/51] Compiling DITranquillity DIVertex.swift
[20/51] Compiling DITranquillity DIPart.swift
[21/51] Compiling DITranquillity AnyArguments.swift
[22/51] Compiling DITranquillity Component.swift
[23/51] Compiling DITranquillity ExtensionsContainer.swift
[24/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>
[25/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>
[26/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>
[27/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>
[28/51] Compiling DITranquillity FrameworksDependenciesContainer.swift
[29/51] Compiling DITranquillity Log.swift
[30/51] Compiling DITranquillity MethodMaker.swift
[31/51] Compiling DITranquillity MethodSignature.swift
[32/51] Compiling DITranquillity DIModificators.swift
[33/51] Compiling DITranquillity DIScope.swift
[34/51] Compiling DITranquillity DISettings.swift
[35/51] Compiling DITranquillity DIStorage.swift
[36/51] Compiling DITranquillity SpecificType.swift
[37/51] Compiling DITranquillity TypeKey.swift
[38/51] Compiling DITranquillity FastLock.swift
[39/51] Compiling DITranquillity Multithread.swift
[40/51] Compiling DITranquillity Modificators.swift
[41/51] Compiling DITranquillity ParsedType.swift
[42/51] Compiling DITranquillity ProtocolMagic.swift
[43/51] Compiling DITranquillity Resolver.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.15s)
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.