Build Information
Failed to build Factory, reference v2.4.11 (98e965
), with Swift 5.9 for macOS (SPM) on 5 May 2025 19:50:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hmlongco/Factory.git
Reference: v2.4.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hmlongco/Factory
* tag v2.4.11 -> FETCH_HEAD
HEAD is now at 98e965b Updates for 2.4.11
Cloned https://github.com/hmlongco/Factory.git
Revision (git rev-parse @):
98e965ba52769132a298769894f9741f8c291509
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hmlongco/Factory.git at v2.4.11
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/hmlongco/Factory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Copying PrivacyInfo.xcprivacy
[4/17] 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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
[5/17] 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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
[6/17] Compiling Factory Contexts.swift
/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:80: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:80: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:83: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:83: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:86: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:86: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()
^~~~~~~~~~~
[7/17] Compiling Factory Factory.swift
/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:80: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:80: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:83: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:83: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:86: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:86: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()
^~~~~~~~~~~
[8/18] Compiling Factory resource_bundle_accessor.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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
[9/18] 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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/18] 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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
[11/18] 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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
[12/18] 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:80: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:80: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:83: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:83: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:86: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:86: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:80: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:80: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:83: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:83: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:86: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:86: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()
^~~~~~
[13/18] Compiling Factory Aliases.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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
[14/18] Compiling Factory Containers.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:80: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:80: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:83: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:83: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:86: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:86: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()
^
;
[15/18] 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:80: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:80: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:83: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:83: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:86: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:86: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:80: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:80: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:83: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:83: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:86: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:86: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()
^~~~~~
[16/18] 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:80: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:80: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:83: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:83: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:86: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:86: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:80: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:80: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:83: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:83: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:86: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:86: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()
^~~~~~
[17/18] Compiling Factory Globals.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:80: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:80: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:83: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:83: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:86: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:86: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
^~~~~~
[18/18] Compiling Factory Injections.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:80: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:80: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:83: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:83: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:86: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:86: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
^~~~~~
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.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.19s)
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