The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Factory, reference 2.5.3 (ccc898), with Swift 5.9 for macOS (SPM) on 31 May 2025 09:44:11 UTC.

Build Command

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

Build Log

nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
[7/32] Compiling FactoryKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/32] Emitting module Factory
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
            ^~~~~~
[9/32] Compiling FactoryKit Resolutions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
[10/32] Compiling FactoryKit Locking.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
            ^~~~~~
[11/32] Compiling FactoryKit Modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
[12/32] Compiling FactoryKit Registrations.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/33] Emitting module FactoryKit
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
            ^~~~~~
[14/33] Compiling Factory Contexts.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

[15/33] Compiling Factory Factory.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

[16/33] Compiling Factory Aliases.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

[18/33] Compiling Factory Containers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

[20/33] Compiling Factory Globals.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
            ^~~~~~
[21/33] Compiling Factory Modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
[22/33] Compiling Factory Injections.swift
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
            ^~~~~~
[23/33] Compiling Factory Scopes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
[24/33] Compiling Factory Resolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
            ^~~~~~
[27/33] Compiling Factory Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
            ^~~~~~
[28/33] Compiling Factory Locking.swift
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
            ^~~~~~
[29/33] Compiling Factory Registrations.swift
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
[30/33] Compiling Factory Resolutions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
error: fatalError
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (1.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3393] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.48s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
BUILD FAILURE 5.9 macosSpm