The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Factory, reference 2.5.3 (ccc898), with Swift 5.9 for watchOS using Xcode 15.2 on 31 May 2025 09:40:08 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 generic/platform=watchOS

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
SwiftCompile normal armv7k Compiling\ Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Modifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Registrations.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
SwiftCompile normal armv7k Compiling\ Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Locking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
            ^~~~~~
SwiftCompile normal armv7k Compiling\ Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Key.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Key.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
            ^~~~~~
SwiftCompile normal armv7k Compiling\ Scopes.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Scopes.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/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/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ Containers.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/resource_bundle_accessor.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Containers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ Contexts.swift,\ Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift:78:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Contexts.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Factory.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
SwiftCompile normal armv7k Compiling\ Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Resolver.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/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/FactoryKit/FactoryKit/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift:57:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:120:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalKnownIdentifierTable: [ObjectIdentifier : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:123:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalNameToIdentifierTable: [String : ObjectIdentifier] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:1: error: expressions are not allowed at the top level
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift:126:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) private var globalIdentifierToNameTable: [ObjectIdentifier : String] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalVariableLock = SpinLock()
                   ^
                   ;
SwiftCompile normal armv7k Compiling\ Globals.swift,\ Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift (in target 'FactoryKit' 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-watchos/FactoryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Globals.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Globals.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Globals.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Globals.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Injections.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Injections.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Injections.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Injections.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/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-watchos/FactoryKit.build/Objects-normal/armv7k/FactoryKit_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/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FactoryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/FactoryKit.build/Objects-normal/armv7k/Globals.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Injections.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Globals.o -index-unit-output-path /Factory.build/Debug-watchos/FactoryKit.build/Objects-normal/armv7k/Injections.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k Compiling\ Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolutions.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k Compiling\ Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Registrations.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k Compiling\ Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Locking.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k Compiling\ Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Key.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k Compiling\ Scopes.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Scopes.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k Compiling\ Contexts.swift,\ Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Contexts.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Factory.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k Compiling\ Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift (in target 'FactoryKit' from project 'Factory')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/FactoryKit/Resolver.swift (in target 'FactoryKit' from project 'Factory')
(15 failures)
BUILD FAILURE 5.9 watchOS