Build Information
Successful build of DITranquillity, reference master (9e7511), with Swift 6.3 for Linux on 17 Apr 2026 14:50:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /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/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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/ivlevAstef/DITranquillity.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/ivlevAstef/SwiftLazy.git
[1/343] Fetching swiftlazy
Fetched https://github.com/ivlevAstef/SwiftLazy.git from cache (0.24s)
Computing version for https://github.com/ivlevAstef/SwiftLazy.git
Computed https://github.com/ivlevAstef/SwiftLazy.git at 1.7.0 (0.67s)
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: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Core/Internal/make_autogenerate.sh
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling SwiftLazy Provider.swift
[5/10] Compiling SwiftLazy PrefixOperator.swift
[6/10] Compiling SwiftLazy ProviderArgs.swift
[7/10] Compiling SwiftLazy Lazy.swift
[8/10] Compiling SwiftLazy BaseProvider.swift
[9/10] Emitting module SwiftLazy
[10/10] Compiling SwiftLazy BaseLazy.swift
[12/47] Compiling DITranquillity DIComponentBuilder.Injection.swift
/host/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 | }
/host/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 |
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 |
/host/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 | }
/host/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>
[13/47] Compiling DITranquillity DIContainer.Reg.swift
/host/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 | }
/host/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 |
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 |
/host/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 | }
/host/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>
[14/47] Compiling DITranquillity DIContainer.RegModify.swift
/host/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 | }
/host/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 |
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 |
/host/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 | }
/host/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>
[15/47] Compiling DITranquillity ComponentAlternativeType.swift
/host/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 | }
/host/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 |
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 |
/host/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 | }
/host/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>
[16/47] Compiling DITranquillity DIComponentBuilder.swift
/host/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 | }
/host/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 |
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 |
/host/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 | }
/host/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/47] Emitting module DITranquillity
[18/52] Compiling DITranquillity DISettings.swift
[19/52] Compiling DITranquillity DIStorage.swift
[20/52] Compiling DITranquillity DITypes.swift
[21/52] Compiling DITranquillity DIExtensions.swift
[22/52] Compiling DITranquillity SwiftLazy.swift
[23/52] Compiling DITranquillity ParsedType.swift
[24/52] Compiling DITranquillity ProtocolMagic.swift
[25/52] Compiling DITranquillity Resolver.swift
[26/52] Compiling DITranquillity SpecificType.swift
[27/52] Compiling DITranquillity TypeKey.swift
[28/52] Compiling DITranquillity FrameworksDependenciesContainer.swift
[29/52] Compiling DITranquillity Log.swift
[30/52] Compiling DITranquillity MethodMaker.swift
[31/52] Compiling DITranquillity MethodSignature.swift
[32/52] Compiling DITranquillity Modificators.swift
[33/52] Compiling DITranquillity DIFramework.swift
[34/52] Compiling DITranquillity DIPart.swift
[35/52] Compiling DITranquillity AnyArguments.swift
[36/52] Compiling DITranquillity Component.swift
[37/52] Compiling DITranquillity ExtensionsContainer.swift
[38/52] Compiling DITranquillity DIComponentPriority.swift
[39/52] Compiling DITranquillity DIContainer.swift
[40/52] Compiling DITranquillity DILifetime.swift
[41/52] Compiling DITranquillity DIModificators.swift
[42/52] Compiling DITranquillity DIScope.swift
[43/52] Compiling DITranquillity DIGraph+Cycle.swift
[44/52] Compiling DITranquillity DIGraph+Validate.swift
[45/52] Compiling DITranquillity DIGraph+ValidationErrors.swift
[46/52] Compiling DITranquillity DIGraph.swift
[47/52] Compiling DITranquillity DIVertex.swift
[48/52] Compiling DITranquillity FastLock.swift
[49/52] Compiling DITranquillity Multithread.swift
[50/52] Compiling DITranquillity ThreadDictionary.swift
[51/52] Compiling DITranquillity DIContainer+makeGraph.swift
[52/52] Compiling DITranquillity DIEdge.swift
Build complete! (14.56s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.