Build Information
Failed to build Factory, reference v2.4.11 (98e965
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 5 May 2025 19:53:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Factory-Package -destination platform=macOS,arch=arm64
Build Log
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()
^~~~~~
SwiftCompile normal arm64 Compiling\ Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolutions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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()
^
;
SwiftCompile normal arm64 Compiling\ Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Registrations.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Injections.swift,\ Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Injections.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Factory.swift,\ Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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()
^
;
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Globals.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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
^~~~~~
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Aliases.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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()
^
;
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Aliases.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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()
^
;
SwiftCompile normal arm64 Compiling\ Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Resolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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()
^
;
SwiftCompile normal arm64 Compiling\ Containers.swift,\ Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Containers.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Contexts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Locking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Locking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Locking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Locking.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Locking.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Locking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Scopes.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift (in target 'Factory' from project 'Factory')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.2-23C53-ddea79c7890ab41bba4a63928c655a96.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.2 -target-sdk-name macosx14.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.o -index-unit-output-path /Factory.build/Debug/Factory.build/Objects-normal/arm64/Scopes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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()
^
;
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE }
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Factory (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 Compiling\ Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 Compiling\ Factory.swift,\ Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Aliases.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug/Factory.build/DerivedSources/resource_bundle_accessor.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 Compiling\ Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift (in target 'Factory' from project 'Factory')
(12 failures)
BUILD FAILURE 5.9 macosXcodebuild