Build Information
Failed to build DITranquillity, reference master (b5bd45
), with Swift 5.9 for macOS (SPM) on 25 Dec 2024 08:12:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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 b5bd455 small fix readme formatting
Cloned https://github.com/ivlevAstef/DITranquillity.git
Revision (git rev-parse @):
b5bd4554995a6067dfab1f5f52482154f81ee7cb
SUCCESS checkout https://github.com/ivlevAstef/DITranquillity.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/ivlevAstef/DITranquillity.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling SwiftLazy Lazy.swift
[2/6] Compiling SwiftLazy Provider.swift
[3/6] Compiling SwiftLazy ProviderArgs.swift
[4/6] Compiling SwiftLazy BaseProvider.swift
[5/6] Emitting module SwiftLazy
[6/6] Compiling SwiftLazy BaseLazy.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/43] Emitting module DITranquillity
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: error: type annotation missing in pattern
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public let extensions = DIExtensions()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:15: error: type annotation missing in pattern
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:15: error: type annotation missing in pattern
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: warning: stored property 'unsafe' of 'Sendable'-conforming class 'DIContainer' is mutable
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var multiThread: Bool = true
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var level: DILogLevel = .info
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:430:23: error: 'Resolver.Cache' cannot be constructed because it has no accessible initializers
private let cache = Cache()
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:433:17: error: class 'Resolver.Cache' has no initializers
private class Cache {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:23: error: type annotation missing in pattern
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:11: error: 'nonisolated' can not be applied to stored properties
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:11:13: error: class 'ThreadDictionary' has no initializers
final class ThreadDictionary {
^
[8/47] Compiling DITranquillity DIPart.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[9/47] Compiling DITranquillity AnyArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[10/47] Compiling DITranquillity Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[11/47] Compiling DITranquillity ExtensionsContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[12/47] Compiling DITranquillity DIComponentBuilder.Injection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[13/47] Compiling DITranquillity DIContainer.Reg.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[14/47] Compiling DITranquillity DIContainer.RegModify.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[15/47] Compiling DITranquillity ComponentAlternativeType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[16/47] Compiling DITranquillity DIGraph+Validate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
[17/47] Compiling DITranquillity DIGraph+ValidationErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
[18/47] Compiling DITranquillity DIGraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
[19/47] Compiling DITranquillity DIVertex.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
[20/47] Compiling DITranquillity SpecificType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[21/47] Compiling DITranquillity TypeKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[22/47] Compiling DITranquillity FastLock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[23/47] Compiling DITranquillity Multithread.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[24/47] Compiling DITranquillity FrameworksDependenciesContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/MethodMaker.swift:110:35: error: conflicting arguments to generic parameter 'T' ('Any?' vs. 'Any')
return DispatchQueue.main.sync {
^
[25/47] Compiling DITranquillity Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/MethodMaker.swift:110:35: error: conflicting arguments to generic parameter 'T' ('Any?' vs. 'Any')
return DispatchQueue.main.sync {
^
[26/47] Compiling DITranquillity MethodMaker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/MethodMaker.swift:110:35: error: conflicting arguments to generic parameter 'T' ('Any?' vs. 'Any')
return DispatchQueue.main.sync {
^
[27/47] Compiling DITranquillity MethodSignature.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/MethodMaker.swift:110:35: error: conflicting arguments to generic parameter 'T' ('Any?' vs. 'Any')
return DispatchQueue.main.sync {
^
[28/47] Compiling DITranquillity DITypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[29/47] Compiling DITranquillity DIExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[30/47] Compiling DITranquillity SwiftLazy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[31/47] Compiling DITranquillity DIFramework.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[32/47] Compiling DITranquillity DIComponentBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: error: type annotation missing in pattern
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public let extensions = DIExtensions()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:15: error: type annotation missing in pattern
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:15: error: type annotation missing in pattern
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: warning: stored property 'unsafe' of 'Sendable'-conforming class 'DIContainer' is mutable
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[33/47] Compiling DITranquillity DIComponentPriority.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: error: type annotation missing in pattern
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public let extensions = DIExtensions()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:15: error: type annotation missing in pattern
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:15: error: type annotation missing in pattern
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: warning: stored property 'unsafe' of 'Sendable'-conforming class 'DIContainer' is mutable
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[34/47] Compiling DITranquillity DIContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: error: type annotation missing in pattern
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public let extensions = DIExtensions()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:15: error: type annotation missing in pattern
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:15: error: type annotation missing in pattern
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: warning: stored property 'unsafe' of 'Sendable'-conforming class 'DIContainer' is mutable
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[35/47] Compiling DITranquillity DILifetime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: error: type annotation missing in pattern
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public let extensions = DIExtensions()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:15: error: type annotation missing in pattern
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:15: error: type annotation missing in pattern
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:3: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:15: warning: stored property 'unsafe' of 'Sendable'-conforming class 'DIContainer' is mutable
nonisolated(unsafe) public let extensions = DIExtensions()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
[36/47] Compiling DITranquillity DIModificators.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var multiThread: Bool = true
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var level: DILogLevel = .info
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
[37/47] Compiling DITranquillity DIScope.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var multiThread: Bool = true
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var level: DILogLevel = .info
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
[38/47] Compiling DITranquillity DISettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var multiThread: Bool = true
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var level: DILogLevel = .info
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
[39/47] Compiling DITranquillity DIStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var level: DILogLevel = .info
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var multiThread: Bool = true
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var multiThread: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Defaults' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: error: type annotation missing in pattern
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var level: DILogLevel = .info
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:5: error: 'nonisolated' can not be applied to stored properties
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:29:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var fun: DILogFunc? = { print("\($0): \($1)") }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:32:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var level: DILogLevel = .info
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:35:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Log' has non-sendable type '<<error type>>'
nonisolated(unsafe) public static var tab: String = String(UnicodeScalar(UInt8(9/*ascii code for tab*/)))
^
[40/47] Compiling DITranquillity ThreadDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:23: error: type annotation missing in pattern
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:11: error: 'nonisolated' can not be applied to stored properties
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:11:13: error: class 'ThreadDictionary' has no initializers
final class ThreadDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[41/47] Compiling DITranquillity DIContainer+makeGraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:23: error: type annotation missing in pattern
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:11: error: 'nonisolated' can not be applied to stored properties
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:11:13: error: class 'ThreadDictionary' has no initializers
final class ThreadDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[42/47] Compiling DITranquillity DIEdge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:23: error: type annotation missing in pattern
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:11: error: 'nonisolated' can not be applied to stored properties
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:11:13: error: class 'ThreadDictionary' has no initializers
final class ThreadDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[43/47] Compiling DITranquillity DIGraph+Cycle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:22: error: expected 'var' keyword in property declaration
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:30: error: consecutive declarations on a line must be separated by ';'
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:23: error: type annotation missing in pattern
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:12:11: error: 'nonisolated' can not be applied to stored properties
private nonisolated(unsafe) static var oneThreadDict: [String: Any] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/threads/ThreadDictionary.swift:11:13: error: class 'ThreadDictionary' has no initializers
final class ThreadDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:13:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var lifeTime: DILifeTime = .prototype
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var multiThread: Bool = true
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var multiThread: Bool = true
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DISettings.swift:23:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var injectToSubviews: Bool = false
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[44/47] Compiling DITranquillity Modificators.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:430:23: error: 'Resolver.Cache' cannot be constructed because it has no accessible initializers
private let cache = Cache()
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:433:17: error: class 'Resolver.Cache' has no initializers
private class Cache {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[45/47] Compiling DITranquillity ParsedType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:430:23: error: 'Resolver.Cache' cannot be constructed because it has no accessible initializers
private let cache = Cache()
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:433:17: error: class 'Resolver.Cache' has no initializers
private class Cache {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[46/47] Compiling DITranquillity ProtocolMagic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:430:23: error: 'Resolver.Cache' cannot be constructed because it has no accessible initializers
private let cache = Cache()
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:433:17: error: class 'Resolver.Cache' has no initializers
private class Cache {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
[47/47] Compiling DITranquillity Resolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:66:1: error: expected expression
private nonisolated(unsafe) var componentsCount: Int = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Component.swift:67:1: error: expected expression
private nonisolated(unsafe) let componentsCountSynchronizer = makeFastLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:28: error: expected 'var' keyword in property declaration
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:36: error: consecutive declarations on a line must be separated by ';'
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:430:23: error: 'Resolver.Cache' cannot be constructed because it has no accessible initializers
private let cache = Cache()
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:434:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static let singleStorage = DIUnsafeCacheStorage()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:437:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var single = DIScope(name: "single", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:438:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var weakPerRun = DIScope(name: "per run", storage: singleStorage, policy: .weak)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:29: error: type annotation missing in pattern
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:439:17: error: 'nonisolated' can not be applied to stored properties
fileprivate nonisolated(unsafe) static var strongPerRun = DIScope(name: "per run", storage: singleStorage, policy: .strong)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/Resolver.swift:433:17: error: class 'Resolver.Cache' has no initializers
private class Cache {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public let extensions = DIExtensions()
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:29:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public let extensions = DIExtensions()
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:45:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal private(set) var resolver: Resolver!
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:14: error: expected 'var' keyword in property declaration
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
var
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/DIContainer.swift:47:22: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) internal var hasRootComponents: Bool = false
^
;
error: fatalError
Fetching https://github.com/ivlevAstef/SwiftLazy.git
[1/317] Fetching swiftlazy
Fetched https://github.com/ivlevAstef/SwiftLazy.git (1.27s)
Computing version for https://github.com/ivlevAstef/SwiftLazy.git
Computed https://github.com/ivlevAstef/SwiftLazy.git at 1.5.0 (0.40s)
Creating working copy for https://github.com/ivlevAstef/SwiftLazy.git
Working copy of https://github.com/ivlevAstef/SwiftLazy.git resolved at 1.5.0
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/inject_autogenerate.sh
/Users/admin/builder/spi-builder-workspace/Sources/Core/Internal/make_autogenerate.sh
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/init_autogenerate.sh
/Users/admin/builder/spi-builder-workspace/Sources/Core/API/AutoResolve/init_modificator_autogenerate.sh
BUILD FAILURE 5.9 macosSpm